Interface OpenAIAgentInput

Interface for the input data required to create an OpenAIAgent.

Hierarchy

Properties

llmChain: LLMChain<string, any>
outputParser: undefined | AgentActionOutputParser
tools: StructuredToolInterface[]
allowedTools?: string[]

Generated using TypeDoc