mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
update strict to false in json schema mode
This commit is contained in:
parent
bfdd15d1fa
commit
afdb11b561
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class SambaNovaInferenceAdapter(LiteLLMOpenAIMixin):
|
|||
"json_schema": {
|
||||
"name": name,
|
||||
"schema": fmt,
|
||||
"strict": True,
|
||||
"strict": False,
|
||||
},
|
||||
}
|
||||
if request.tools:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue