langchain.js
Preparing search index...
@langchain/xai
XAIResponsesTextFormatJsonSchema
Interface XAIResponsesTextFormatJsonSchema
JSON schema format.
interface
XAIResponsesTextFormatJsonSchema
{
schema
:
Record
<
string
,
unknown
>
;
strict
?:
boolean
;
type
:
"json_schema"
;
}
Index
Properties
schema
strict?
type
Properties
schema
schema
:
Record
<
string
,
unknown
>
JSON schema definition.
Optional
strict
strict
?:
boolean
Compatibility field for strict mode.
type
type
:
"json_schema"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
schema
strict
type
langchain.js
Loading...
JSON schema format.