v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
langchain
agents
ChatAgentInput
Type Alias ChatAgentInput
Chat
Agent
Input
:
{
allowedTools
:
undefined
|
string
[]
;
llmChain
:
LLMChain
<
string
,
LLMType
>
;
outputParser
:
undefined
|
AgentActionOutputParser
;
}
Type for input data for creating a ChatAgent, extending AgentInput with optional 'outputParser'.
Deprecated
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
LangChain.js
Loading...
Type for input data for creating a ChatAgent, extending AgentInput with optional 'outputParser'.