langchain.js
Preparing search index...
langchain
chains
APIChainOptions
Type Alias APIChainOptions
Type that defines optional configuration options for an APIChain.
type
APIChainOptions
=
{
apiResponsePrompt
?:
BaseMessage
;
apiUrlPrompt
?:
BaseMessage
;
headers
?:
Record
<
string
,
string
>
;
}
Index
Properties
api
Response
Prompt?
api
Url
Prompt?
headers?
Properties
Optional
api
Response
Prompt
apiResponsePrompt
?:
BaseMessage
Optional
api
Url
Prompt
apiUrlPrompt
?:
BaseMessage
Optional
headers
headers
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Response
Prompt
api
Url
Prompt
headers
langchain.js
Loading...
Type that defines optional configuration options for an APIChain.