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

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

Type declaration

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

Generated using TypeDoc