goose
goose copied to clipboard
fix: fix initial model configuration in cli when using toolshim
Currently if using the cli to configure an ollama model without native tool calling and you would like to use the toolshim, the configuration step will fail because it will attempt to use tools for a model that doesn't support it. This PR fixes this by ensuring that no tools are passed in the intiial configuration check.