From a92ca6cfde0a0394119807c51b7922dcf95fba3e Mon Sep 17 00:00:00 2001 From: mateo Date: Tue, 1 Sep 2026 18:48:26 +0000 Subject: [PATCH] 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> --- model_prices_and_context_window.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model_prices_and_context_window.schema.json b/model_prices_and_context_window.schema.json index 3f6d3b4f910..9e370e5406a 100644 --- a/model_prices_and_context_window.schema.json +++ b/model_prices_and_context_window.schema.json @@ -662,6 +662,9 @@ "supports_embedding_image_input": { "type": "boolean" }, + "supports_forced_tool_use": { + "type": "boolean" + }, "supports_function_calling": { "type": "boolean" },