Properties
ToolType
ToolType: StructuredToolInterface<ZodObject<any, any, any, any, {}>>
defaultRunName
defaultRunName: string = "RunnableAgent"
runnable
runnable: Runnable<ChainValues & {
steps: AgentStep[];
}, AgentAction | AgentFinish | AgentAction[], RunnableConfig>
streamRunnable
streamRunnable: boolean = true
Optional
stop
stop?: string[]
⚠️ Deprecated ⚠️
Renamed to RunnableMultiActionAgent.
This feature is deprecated and will be removed in the future.
It is not recommended for use.