v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain/agents
LLMSingleActionAgentInput
Interface LLMSingleActionAgentInput
Interface for input data for creating a LLMSingleActionAgent.
interface
LLMSingleActionAgentInput
{
llmChain
:
LLMChain
<
string
,
any
>
;
outputParser
:
AgentActionOutputParser
;
stop
?:
string
[]
;
}
Index
Properties
llm
Chain
output
Parser
stop?
Properties
llm
Chain
llm
Chain
:
LLMChain
<
string
,
any
>
output
Parser
output
Parser
:
AgentActionOutputParser
Optional
stop
stop
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
llm
Chain
output
Parser
stop
LangChain.js - v0.2.10
Loading...
Interface for input data for creating a LLMSingleActionAgent.