Interface InitializeAgentExecutorOptions

Hierarchy

  • InitializeAgentExecutorOptions

Properties

agentType: "zero-shot-react-description" | "xml" | "chat-zero-shot-react-description" | "chat-conversational-react-description"
callbackManager?: CallbackManager

⚠️ Deprecated ⚠️

Use callbacks instead

This feature is deprecated and will be removed in the future.

It is not recommended for use.

callbacks?: Callbacks
earlyStoppingMethod?: StoppingMethod
handleParsingErrors?: string | boolean | ((e) => string)

Type declaration

    • (e): string
    • Parameters

      • e: OutputParserException | ToolInputParsingException

      Returns string

maxIterations?: number
memory?: BaseMemory
metadata?: Record<string, unknown>
returnIntermediateSteps?: boolean
tags?: string[]
verbose?: boolean

Generated using TypeDoc