Class representing an agent for the OpenAI chat model in LangChain. It extends the Agent class and provides additional functionality specific to the OpenAIAgent type.

Hierarchy

Constructors

Properties

ToolType: StructuredToolInterface<ZodObject<any, any, any, any, {}>>
llmChain: LLMChain<string, LLMType>
tools: StructuredToolInterface<ZodObject<any, any, any, any, {}>>[]

Accessors

Methods

Generated using TypeDoc