Interface InitializeAgentExecutorOptions

Hierarchy

  • InitializeAgentExecutorOptions

Properties

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

Deprecated

Use callbacks instead

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

Type declaration

    • (e): string
    • Parameters

      • e: OutputParserException | ToolInputParsingException

      Returns string

maxIterations?: number
memory?: BaseMemory
returnIntermediateSteps?: boolean

Generated using TypeDoc