langchain.js
Preparing search index...
@langchain/classic
agents
OpenAIAgentInput
Interface OpenAIAgentInput
Interface for the input data required to create an OpenAIAgent.
interface
OpenAIAgentInput
{
allowedTools
?:
string
[]
;
llmChain
:
LLMChain
;
outputParser
:
undefined
|
AgentActionOutputParser
;
tools
:
StructuredToolInterface
[]
;
}
Hierarchy (
View Summary
)
AgentInput
OpenAIAgentInput
Index
Properties
allowed
Tools?
llm
Chain
output
Parser
tools
Properties
Optional
allowed
Tools
allowedTools
?:
string
[]
llm
Chain
llmChain
:
LLMChain
output
Parser
outputParser
:
undefined
|
AgentActionOutputParser
tools
tools
:
StructuredToolInterface
[]
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.