feat:添加描述字段

This commit is contained in:
zhuo
2026-02-24 14:45:06 +08:00
parent d0462ca4b9
commit 1881615860
3 changed files with 18 additions and 2 deletions

View File

@ -96,6 +96,7 @@ export interface ToolStartEvent {
export interface ToolCompleteEvent {
tool_name: string;
result: string;
description?: string;
}
/** tool_error 事件数据 */