fix: Parse tool calls from text content in Google provider
- Add logic to detect and parse tool calls from text content - Some models return tool calls as JSON in text instead of using function_call attribute - Handles both Google-style (action) and OpenAI-style (function/name) tool calls - Clears response_text when tool_calls are detected
Showing
Please
register
or
sign in
to comment