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
Describe the bug
When configured to use Google models, specifically gemini-2.0-flash-exp, an error occurs when attempting to use the Fetch extension:
Request failed: Request failed with status: 400 Bad Request. Message: * GenerateContentRequest.tools[0].function_declarations[22].parameters.properties[url].format: only 'enum' is supported for STRING type .
Please retry if you think this is a transient or recoverable error.
This happens because Fetch uses format: uri in its JSON schema which Google doesn't support.
To Reproduce
Steps to reproduce the behavior:
Configure Goose to use a Gemini LLM
Enable built-in Fetch extension
Prompt Goose to fetch data from the web
Expected behavior
With other LLMs, Goose is able to successfully fetch data from the web
Screenshots
Please provide following information:
OS & Arch: macOS M2 Max
Interface: CLI and UI
Version: 1.0.5
Extensions enabled: Fetch
Provider & Model: Google - gemini-2.0-flash-exp
The text was updated successfully, but these errors were encountered:
Describe the bug
When configured to use Google models, specifically
gemini-2.0-flash-exp
, an error occurs when attempting to use the Fetch extension:This happens because Fetch uses
format: uri
in its JSON schema which Google doesn't support.To Reproduce
Steps to reproduce the behavior:
Expected behavior
With other LLMs, Goose is able to successfully fetch data from the web
Screenshots
Please provide following information:
The text was updated successfully, but these errors were encountered: