You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// extractToolCallsFromGeminiPartsStream extracts tool calls from Gemini parts with stream mode. It's better to make it separate as the real struct definition of field like Function should be separate.
650
+
// extractToolCallsFromGeminiPartsStream extracts tool calls from Gemini parts for streaming responses.
651
+
// Each tool call is assigned an incremental index starting from 0, matching OpenAI's streaming protocol.
652
+
// Returns ChatCompletionChunkChoiceDeltaToolCall types suitable for streaming responses, or nil if no tool calls are found.
0 commit comments