v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
langchain
agents
OpenAIAgentInput
Interface OpenAIAgentInput
Interface for the input data required to create an OpenAIAgent.
interface
OpenAIAgentInput
{
allowedTools
?:
string
[]
;
llmChain
:
LLMChain
<
string
,
LLMType
>
;
outputParser
:
undefined
|
AgentActionOutputParser
;
tools
:
StructuredToolInterface
<
ZodObjectAny
>
[]
;
}
Hierarchy (
view full
)
AgentInput
OpenAIAgentInput
Index
Properties
allowed
Tools?
llm
Chain
output
Parser
tools
Properties
Optional
allowed
Tools
allowed
Tools
?:
string
[]
llm
Chain
llm
Chain
:
LLMChain
<
string
,
LLMType
>
output
Parser
output
Parser
:
undefined
|
AgentActionOutputParser
tools
tools
:
StructuredToolInterface
<
ZodObjectAny
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Tools
llm
Chain
output
Parser
tools
LangChain.js
Loading...
Interface for the input data required to create an OpenAIAgent.