mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
fix: tool call history (#4576)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user