You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Whether to enable strict schema adherence when generating the output. If set to
@@ -70,7 +76,7 @@ class JSONSchema < OpenAI::Internal::Type::BaseModel
70
76
#
71
77
# @param description [String] A description of what the response format is for, used by the model to
72
78
#
73
-
# @param schema [Hash{Symbol=>Object}] The schema for the response format, described as a JSON Schema object.
79
+
# @param schema [Hash{Symbol=>Object}, OpenAI::StructuredOutput::JsonSchemaConverter] The schema for the response format, described as a JSON Schema object.
74
80
#
75
81
# @param strict [Boolean, nil] Whether to enable strict schema adherence when generating the output.
0 commit comments