Properties
agentType
agentType: "structured-chat-zero-shot-react-description" | "openai-functions"
Optional
callbackManager
callbackManager?: any
Optional
earlyStoppingMethod
earlyStoppingMethod?: "force" | "generate"
Optional
handleParsingErrors
handleParsingErrors?: string | boolean | ((e) => string)
Type declaration
- (e): string
Returns string
Optional
maxIterations
maxIterations?: number
Optional
memory
memory?: any
Optional
returnIntermediateSteps
returnIntermediateSteps?: boolean
⚠️ Deprecated ⚠️
Use
callbacks
insteadThis feature is deprecated and will be removed in the future.
It is not recommended for use.