chore: close console

This commit is contained in:
Hk-Gosuto 2023-12-31 14:33:49 +08:00
parent cb096e5772
commit d85b95a980

View File

@ -153,10 +153,10 @@ export class AgentApi {
} }
}, },
async handleToolStart(tool, input) { async handleToolStart(tool, input) {
console.log("[handleToolStart]", { tool, input }); // console.log("[handleToolStart]", { tool, input });
}, },
async handleToolEnd(output, runId, parentRunId, tags) { async handleToolEnd(output, runId, parentRunId, tags) {
console.log("[handleToolEnd]", { output, runId, parentRunId, tags }); // console.log("[handleToolEnd]", { output, runId, parentRunId, tags });
}, },
async handleAgentEnd(action, runId, parentRunId, tags) { async handleAgentEnd(action, runId, parentRunId, tags) {
console.log("[handleAgentEnd]"); console.log("[handleAgentEnd]");