From afdb11b5610b2adfcc0f52d58b95eccc40b3ebd3 Mon Sep 17 00:00:00 2001 From: jhpiedrahitao Date: Thu, 29 May 2025 10:00:06 -0500 Subject: [PATCH] update strict to false in json schema mode --- llama_stack/providers/remote/inference/sambanova/sambanova.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/providers/remote/inference/sambanova/sambanova.py b/llama_stack/providers/remote/inference/sambanova/sambanova.py index d182aa1dc..20f863665 100644 --- a/llama_stack/providers/remote/inference/sambanova/sambanova.py +++ b/llama_stack/providers/remote/inference/sambanova/sambanova.py @@ -218,7 +218,7 @@ class SambaNovaInferenceAdapter(LiteLLMOpenAIMixin): "json_schema": { "name": name, "schema": fmt, - "strict": True, + "strict": False, }, } if request.tools: