Patch Changes
-
18c1970: feat(provider/google): Add multimodal tool-result support for Google function responses.
Tool results with
output.type = 'content'now map media parts into
functionResponse.partsfor Google models, includingimage-data,
file-data, and base64data:URLs in URL-style content parts.
Remote HTTP(S) URLs in URL-style tool-result parts are not supported.