We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f77f4 commit 86eace7Copy full SHA for 86eace7
volcenginesdkarkruntime/common/_parsing/_completions.py
@@ -274,6 +274,6 @@ def type_to_response_format_param(
274
"json_schema": {
275
"schema": to_strict_json_schema(json_schema_type),
276
"name": name,
277
- "strict": True,
+ "strict": False,
278
},
279
}
volcenginesdkarkruntime/common/_parsing/_responses.py
@@ -44,7 +44,7 @@ def type_to_text_format_param(type_: type) -> ResponseFormatTextConfigParam:
44
45
return {
46
"type": "json_schema",
47
48
"name": response_format_dict["json_schema"]["name"],
49
"schema": response_format_dict["json_schema"]["schema"],
50
0 commit comments