[PR #480] [MERGED] Fixes #479 Add filename for multi modal #530

Closed
opened 2026-02-16 01:16:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/480
Author: @AlexChim1231
Created: 10/17/2025
Status: Merged
Merged: 10/20/2025
Merged by: @laipz8200

Base: mainHead: main


📝 Commits (4)

📊 Changes

2 files changed (+178 additions, -1 deletions)

View changed files

📝 pkg/entities/model_entities/llm.go (+2 -1)
📝 pkg/entities/model_entities/llm_test.go (+176 -0)

📄 Description

Description

Please provide a brief description of the changes made in this pull request.
Please also include the issue number if this is related to an issue using the format Fixes #123 or Closes #123.

Fixes #479
Sorry about that I am not familiar for golang and I don't know how to start and work with Dify core and Dify plugin, can someone please help me to test? thank you so much!

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/480 **Author:** [@AlexChim1231](https://github.com/AlexChim1231) **Created:** 10/17/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@laipz8200](https://github.com/laipz8200) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`c8b6efb`](https://github.com/langgenius/dify-plugin-daemon/commit/c8b6efb546e170ec952e52631eafeda5c4f54c86) Update llm.go - [`dd33b38`](https://github.com/langgenius/dify-plugin-daemon/commit/dd33b38535df041544af9c8ad75c6643c5d46938) Update pkg/entities/model_entities/llm.go - [`13214bd`](https://github.com/langgenius/dify-plugin-daemon/commit/13214bd4aeea7dff1daa50a1ca202e8dac372428) formatting - [`2139328`](https://github.com/langgenius/dify-plugin-daemon/commit/213932844d92e0a4519d76212fbe8fe2b617cb06) add unit test ### 📊 Changes **2 files changed** (+178 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pkg/entities/model_entities/llm.go` (+2 -1) 📝 `pkg/entities/model_entities/llm_test.go` (+176 -0) </details> ### 📄 Description ## Description Please provide a brief description of the changes made in this pull request. Please also include the issue number if this is related to an issue using the format `Fixes #123` or `Closes #123`. `Fixes #479` Sorry about that I am not familiar for golang and I don't know how to start and work with Dify core and Dify plugin, can someone please help me to test? thank you so much! ## Type of Change - [X] Bug fix - [ ] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [ ] I have tested the changes locally and confirmed they work as expected - [X] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [X] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:15 -05:00
yindo closed this issue 2026-02-16 01:16:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#530