Class BaseMultiActionAgentAbstract

Abstract base class for multi-action agents in LangChain. Extends the BaseAgent class and provides additional functionality specific to multi-action agents.

Hierarchy

Constructors

  • Parameters

    • Optional kwargs: SerializedFields
    • Rest ..._args: never[]

    Returns BaseMultiActionAgent

Properties

ToolType: StructuredToolInterface<ZodObject<any, any, any, any, {}>>

Accessors

Methods

  • Prepare the agent for output, if needed

    Parameters

    • _returnValues: Record<string, any>
    • _steps: AgentStep[]

    Returns Promise<Record<string, any>>

  • Returns Serialized

Generated using TypeDoc