A description of the tool.
The name of the tool.
A Zod schema representing the parameters of the tool.
Optionaloptions: Partial<RunnableConfig<Record<string, any>>> | Partial<RunnableConfig<Record<string, any>>>[]OptionalbatchOptions: RunnableBatchOptions & { Optionaloptions: Partial<RunnableConfig<Record<string, any>>> | Partial<RunnableConfig<Record<string, any>>>[]OptionalbatchOptions: RunnableBatchOptions & { Optionaloptions: Partial<RunnableConfig<Record<string, any>>> | Partial<RunnableConfig<Record<string, any>>>[]OptionalbatchOptions: RunnableBatchOptionsThe input argument for the tool.
OptionalconfigArg: Callbacks | RunnableConfig<Record<string, any>>Optional configuration or callbacks for the tool.
Optionaltags: string[]Optional tags for the tool.
A Promise that resolves with a string.
Optionaloptions: Partial<RunnableConfig<Record<string, any>>>Optionaloptions: Partial<RunnableConfig<Record<string, any>>>
Base interface implemented by all runnables. Used for cross-compatibility between different versions of LangChain core.
Should not change on patch releases.