Release/v2.2.1#3270
Merged
Merged
Conversation
…elf-verification" field (#3246) * Move non-shadcn ui component to other folder * Bugfix: Fix incomplete display of tenant resources page after window resize * Bugfix: Fix incomplete display of tenant resources page after window resize * Bugfix: Fix inability to select agent from agent space to edit * Bugfix: Display correct version info when viewing agent details * Bugfix: Adjust agent detail UI layout to accommodate newly added "self-verification" field
…ubernetes container. (#3254) [Specification Details] 1. Modify the pod naming logic to convert all non-compliant characters to -. 2. Modify test cases.
…of type 'FieldInfo' is not iterable (#3259)
…fter importing an agent. (#3258) [Specification Details] 1. The frontend does not pass `agent_id` when calling the `regenerate_name` API.
The default setting for client-side self-validation is "False".
WMC001
added a commit
that referenced
this pull request
Jun 18, 2026
JasonW404
reviewed
Jun 24, 2026
|
|
||
| conversation_req = MessageRequest(conversation_id=request.conversation_id, message_idx=user_role_count * 2 + 1, | ||
| role=MESSAGE_ROLE["ASSISTANT"], message=message_list, minio_files=request.minio_files) | ||
| role=MESSAGE_ROLE["ASSISTANT"], message=message_list, minio_files=None) |
Member
There was a problem hiding this comment.
将 minio_files=request.minio_files 改为 minio_files=None 会丢弃助手消息中的文件附件信息。用户通过对话上传的 MinIO 文件将不会被保存到消息记录中,后续查看历史消息时无法看到这些文件。如果这是预期行为,请添加注释说明原因。
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.
No description provided.