Interface OpenAIAgentInput

Interface for the input data required to create an OpenAIAgent.

Hierarchy

Properties

llmChain: LLMChain<string, LLMType>
outputParser: undefined | AgentActionOutputParser
tools: StructuredTool<ZodObject<any, any, any, any, {}>>[]
allowedTools?: string[]

Generated using TypeDoc