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: RunnableBatchOptionsOptionaloptions: 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.