refactor: 更新task-loop注释,移除过时的XML工具调用说明

- 删除handleChunkDeltaContent函数注释中关于XML指令包裹的toolcall描述
- 该功能现在在toolcalled生命周期后处理,而非chunk生命周期中处理
This commit is contained in:
Meghan Morrow 2025-06-18 22:17:01 +08:00 committed by Kirigaya
parent 9449bdb190
commit 0961f18381

View File

@ -93,7 +93,6 @@ export class TaskLoop {
/** /**
* @description streaming content * @description streaming content
* xml toocall
* @param chunk * @param chunk
* @param chatData * @param chatData
*/ */