Class OpenAIAgent

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: StructuredTool<ZodObject<any, any, any, any, {}>>
llmChain: LLMChain<string, LLMType>
tools: StructuredTool<ZodObject<any, any, any, any, {}>>[]

Accessors

Methods

Generated using TypeDoc