Open
Conversation
5 tasks
|
Related Documentation 1 document(s) may need updating based on files changed in this PR: AstrBotTeam's Space pr4697的改动View Suggested Changes@@ -424,6 +424,16 @@
### 8. 工具执行期间的跟进消息处理(PR #5484)
+> **官方文档已更新**:该功能已在 [PR #151](https://github.com/AstrBotDevs/AstrBot-docs/pull/151) 中正式收录于 AstrBot 官方文档。用户可查阅以下文档页面了解后续消息处理的使用方法:
+> - **中文文档**:
+> - [AstrBot Agent Runner 配置 - 后续消息处理](https://docs.astrbot.app/zh/config/agent-runners/astrbot-agent-runner.html#后续消息处理)
+> - [函数调用 - 工具执行期间的后续消息](https://docs.astrbot.app/zh/use/function-calling.html#工具执行期间的后续消息)
+> - **English Documentation**:
+> - [AstrBot Agent Runner Config - Subsequent Message Handling](https://docs.astrbot.app/en/config/agent-runners/astrbot-agent-runner.html#subsequent-message-handling)
+> - [Function Calling - Subsequent Messages During Tool Execution](https://docs.astrbot.app/en/use/function-calling.html#subsequent-messages-during-tool-execution)
+>
+> 官方文档包含自动消息捕获与排队机制、LLM 上下文注入、使用场景示例(网页搜索、代码执行修改等),并明确该功能仅在 AstrBot 内置 Agent 执行器下可用。
+
#### 功能说明
[PR #5484](https://github.com/AstrBotDevs/AstrBot/pull/5484) 实现了跟进消息处理功能,允许用户在 Agent 执行工具调用期间发送额外消息。这些跟进消息会自动排队,并在下一次工具返回结果时合并到上下文中,确保 Agent 能够响应用户在长时间操作期间的更新。
Note: You must be authenticated to accept/decline updates. |
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.
Generated automatically by astrbot-docs-agent-server.
AI change summary:
zh/config/agent-runners/astrbot-agent-runner.md:新增「后续消息处理」章节,说明工具调用期间用户消息的自动捕获与上下文注入机制。zh/use/function-calling.md:新增「工具执行期间的后续消息」章节,介绍该功能的使用方式及注意事项(仅内置 Agent 执行器支持)。en/config/agent-runners/astrbot-agent-runner.md与en/use/function-calling.md已同步更新。Please review manually before merging.
Experimental bot notice: