LargeToolOutputConfig handler is not used in sub agents
未关闭
- 主要语言
- Java
- 星标
- 10.5k
- 派生
- 1.5k
- 平均合并
- 1 天 14 小时
- 30 天内合并 PR
- 129
描述
I am using custom agents with .NET SDK (Copilot SDK Version: 1.0.8). I am passing LargeToolOutputConfig handler as part of session creation. This works fine if any tool was called as part of orchestrator agent and generated large output. Orchestrator agent handles large out as per LargeToolOutputConfig.
But it doesn't work in case of custom agents. Custom agents are not honoring LargeToolOutputConfig. So, tool calls always write data to disk file in case of large output.
How do we pass LargeToolOutputConfig to custom agents as well?
贡献指南
调研方向
首先检查 .NET SDK 会话创建和自定义代理设置,以追踪 LargeToolOutputConfig 是否会传播到子代理。分别通过编排器和自定义代理重现一次具有大型输出的工具调用;当自定义代理应用已配置的 handler,而不是始终将大型结果写入磁盘时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- api
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100