fix: tool call history (#4576)

This commit is contained in:
Archer
2025-04-17 14:53:38 +08:00
committed by GitHub
parent 703a7cfd78
commit 5542eadb2d
4 changed files with 112 additions and 57 deletions

View File

@@ -285,7 +285,7 @@ export const runToolWithToolChoice = async (
},
toolModel
);
// console.log(JSON.stringify(requestMessages, null, 2), '==requestBody');
// console.log(JSON.stringify(filterMessages, null, 2), '==requestMessages');
/* Run llm */
const {
response: aiResponse,