Semantic Kernel JavaScript
Preparing search index...
semantic-kernel
ChatResponseFormatJson
Class ChatResponseFormatJson
Hierarchy
ChatResponseFormatBase
ChatResponseFormatJson
Index
Constructors
constructor
Properties
schema?
schema
Description?
schema
Name?
Constructors
constructor
new
ChatResponseFormatJson
(
__namedParameters
:
{
schema
?:
JsonSchema
;
schemaDescription
?:
string
;
schemaName
?:
string
;
}
,
)
:
ChatResponseFormatJson
Parameters
__namedParameters
:
{
schema
?:
JsonSchema
;
schemaDescription
?:
string
;
schemaName
?:
string
}
Returns
ChatResponseFormatJson
Properties
Optional
Readonly
schema
schema
?:
JsonSchema
Optional
Readonly
schema
Description
schemaDescription
?:
string
Optional
Readonly
schema
Name
schemaName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
schema
schema
Description
schema
Name
Semantic Kernel JavaScript
Loading...