chore(models): regenerate model prices schema for supports_forced_tool_use

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
mateo 2026-09-01 18:48:26 +00:00
parent 3c9ce458fd
commit a92ca6cfde

View file

@ -662,6 +662,9 @@
"supports_embedding_image_input": {
"type": "boolean"
},
"supports_forced_tool_use": {
"type": "boolean"
},
"supports_function_calling": {
"type": "boolean"
},