-
Notifications
You must be signed in to change notification settings - Fork 3.3k
大模型返回的不是json 导致 transfer_to_agent失败 #5077
Copy link
Copy link
Open
Labels
core[Component] This issue is related to the core interface and implementation[Component] This issue is related to the core interface and implementationmodels[Component] Issues related to model support[Component] Issues related to model supportrequest clarification[Status] The maintainer need clarification or more information from the author[Status] The maintainer need clarification or more information from the author
Metadata
Metadata
Assignees
Labels
core[Component] This issue is related to the core interface and implementation[Component] This issue is related to the core interface and implementationmodels[Component] Issues related to model support[Component] Issues related to model supportrequest clarification[Status] The maintainer need clarification or more information from the author[Status] The maintainer need clarification or more information from the author
使用的Qwen3-235B-A22B模型。调用子智能体时,由于大模型返回的不是json格式,多了一个},导致 transfer_to_agent失败。但是没有钩子去修复这个json,让其不影响后面的流程。 这是 大模型响应的"arguments": {"agent_name": "reflection_agent"}} 多了一个}