config.yaml: model.capabilities and autodetection #5050
Labels
area:configuration
Relates to configuration options
kind:bug
Indicates an unexpected problem or unintended behavior
Before submitting your bug report
Relevant environment info
- Continue version: git main
Description
The handling of model.capabilities is: that the capabilities array is present, then it defines the capabilities and no autodetection is done - so if you have
capabilities: ["tool_use"]
that means that the model doesn't support image_input.It's unclear from the docs whether this is intentional or not. There's a tradeoff:
The code has it both ways:
The first block which wins was added by @sestinj on 03-10, the second block by @RomneyDa on 03-04.
To reproduce
No response
Log output
The text was updated successfully, but these errors were encountered: