🐛 [Bug] Fixed the issue where the agent did not select the default large language model#1413
Merged
🐛 [Bug] Fixed the issue where the agent did not select the default large language model#1413
Conversation
261d791 to
06339a3
Compare
06339a3 to
aea6c9b
Compare
…e quickly configured model. 2. Fixed an issue with existing Agents where the large language model was being read from the cache instead of the configuration. 3. Describes how the Agent works and adds a drop-down list for the large language model. Signed-off-by: Zhi Wang <928570418@qq.com>
aea6c9b to
ccd2214
Compare
WMC001
approved these changes
Oct 22, 2025
…e quickly configured model. 2. Fixed an issue with existing Agents where the large language model was being read from the cache instead of the configuration. 3. Describes how the Agent works and adds a drop-down list for the large language model. Signed-off-by: Zhi Wang <928570418@qq.com>
SimengBian
reviewed
Oct 23, 2025
| } | ||
| if (target) { | ||
| log.info("[PromptManager] Setting default Business Logic model:", target.displayName); | ||
| if (onModelSelect) { |
Collaborator
There was a problem hiding this comment.
359到365这一段状态更新逻辑在此段代码中重复了三次,建议提取为工具函数
…e quickly configured model. 2. Fixed an issue with existing Agents where the large language model was being read from the cache instead of the configuration. 3. Describes how the Agent works and adds a drop-down list for the large language model. Signed-off-by: Zhi Wang <928570418@qq.com>
c3dbfb3 to
9d07b67
Compare
… could not be clicked after changing it to the correct name. Signed-off-by: Zhi Wang <928570418@qq.com>
Signed-off-by: Zhi Wang <928570418@qq.com>
Signed-off-by: Zhi Wang <928570418@qq.com>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Signed-off-by: Zhi Wang <928570418@qq.com>
Signed-off-by: Zhi Wang <928570418@qq.com>
Phinease
approved these changes
Oct 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Improvement] Select&Use system model by default #1335
20251023_141842.mp4