langchain.js
Preparing search index...
@langchain/community
chat_models/perplexity
PerplexityChatCallOptions
Interface PerplexityChatCallOptions
interface
PerplexityChatCallOptions
{
response_format
?:
{
json_schema
:
{
description
:
string
;
name
:
string
;
schema
:
Record
<
string
,
unknown
>
;
}
;
type
:
"json_schema"
;
}
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
PerplexityChatCallOptions
Index
Properties
response_
format?
Properties
Optional
response_
format
response_format
?:
{
json_schema
:
{
description
:
string
;
name
:
string
;
schema
:
Record
<
string
,
unknown
>
;
}
;
type
:
"json_schema"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
response_
format
langchain.js
Loading...