v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.5
LangChain.js
langchain/agents
OpenAIAgentInput
Interface OpenAIAgentInput
Interface for the input data required to create an OpenAIAgent.
interface
OpenAIAgentInput
{
llmChain
:
LLMChain
<
string
,
any
>
;
outputParser
:
undefined
|
AgentActionOutputParser
;
tools
:
StructuredToolInterface
[]
;
allowedTools
?:
string
[]
;
}
Hierarchy (
view full
)
AgentInput
OpenAIAgentInput
Index
Properties
llm
Chain
output
Parser
tools
allowed
Tools?
Properties
llm
Chain
llm
Chain
:
LLMChain
<
string
,
any
>
output
Parser
output
Parser
:
undefined
|
AgentActionOutputParser
tools
tools
:
StructuredToolInterface
[]
Optional
allowed
Tools
allowed
Tools
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
llm
Chain
output
Parser
tools
allowed
Tools
LangChain.js - v0.2.5
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
upstash_ratelimit
chains/graph_qa/cypher
chat_models
alibaba_tongyi
Loading...
Generated using
TypeDoc
Interface for the input data required to create an OpenAIAgent.