v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
langchain
agents
ZeroShotAgentInput
Type Alias ZeroShotAgentInput
Zero
Shot
Agent
Input
:
{
allowedTools
:
undefined
|
string
[]
;
llmChain
:
LLMChain
<
string
,
LLMType
>
;
outputParser
:
undefined
|
AgentActionOutputParser
;
}
Type for the input to the ZeroShotAgent, with the 'outputParser' property made optional.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
LangChain.js
Loading...
Type for the input to the ZeroShotAgent, with the 'outputParser' property made optional.