Preparing search index...
The search index is not available
LangChain.js - v0.1.37
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
llm
Chain
output
Parser
stop
LangChain.js - v0.1.37
langchain-anthropic
langchain-azure-openai
langchain-cloudflare
langchain-cohere
langchain-community
agents/toolkits
aws_sfn
base
connery
caches
cloudflare_kv
ioredis
momento
upstash_redis
callbacks/handlers
llmonitor
lunary
chat_models
alibaba_tongyi
baiduwenxin
bedrock
Loading...
Generated using
TypeDoc
Interface for input data for creating a LLMSingleActionAgent.