mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-30 01:20:22 +09:00
chore: close console
This commit is contained in:
parent
cb096e5772
commit
d85b95a980
@ -153,10 +153,10 @@ export class AgentApi {
|
||||
}
|
||||
},
|
||||
async handleToolStart(tool, input) {
|
||||
console.log("[handleToolStart]", { tool, input });
|
||||
// console.log("[handleToolStart]", { tool, input });
|
||||
},
|
||||
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) {
|
||||
console.log("[handleAgentEnd]");
|
||||
|
Loading…
Reference in New Issue
Block a user