添加注释以说明工具和会话的上下文处理
This commit is contained in:
@@ -13,6 +13,7 @@ export default tool({
|
||||
end_time: tool.schema.string().optional().describe("Optional ISO8601 end time."),
|
||||
},
|
||||
async execute() {
|
||||
// 返回短确认即可;面板打开动作由前端根据 tool_call 参数完成。
|
||||
return "已打开计算结果面板。";
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user