Merge branch 'main' into watsonx_health_check

This commit is contained in:
Sumit Jaiswal 2025-05-30 00:26:52 +05:30 committed by GitHub
commit 6af13bbbf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 86 additions and 12 deletions

View file

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