mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 06:46:56 +08:00
Merge pull request #5581 from ConnectAI-E/feature/gemini-functioncall
google gemini support function call
This commit is contained in:
@@ -250,6 +250,7 @@ export function stream(
|
||||
return e.toString();
|
||||
})
|
||||
.then((content) => ({
|
||||
name: tool.function.name,
|
||||
role: "tool",
|
||||
content,
|
||||
tool_call_id: tool.id,
|
||||
|
Reference in New Issue
Block a user