Interface InitializeAgentExecutorOptionsStructured

Hierarchy

  • InitializeAgentExecutorOptionsStructured

Properties

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