Interface InitializeAgentExecutorOptionsStructured

Hierarchy

  • InitializeAgentExecutorOptionsStructured

Properties

agentType: "structured-chat-zero-shot-react-description" | "openai-functions"
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