update strict to false in json schema mode

This commit is contained in:
jhpiedrahitao 2025-05-29 10:00:06 -05:00
parent bfdd15d1fa
commit afdb11b561

View file

@ -218,7 +218,7 @@ class SambaNovaInferenceAdapter(LiteLLMOpenAIMixin):
"json_schema": { "json_schema": {
"name": name, "name": name,
"schema": fmt, "schema": fmt,
"strict": True, "strict": False,
}, },
} }
if request.tools: if request.tools: