Optional
options: Partial<RunnableConfig> | Partial<RunnableConfig>[]Optional
batchOptions: RunnableBatchOptions & { Optional
options: Partial<RunnableConfig> | Partial<RunnableConfig>[]Optional
batchOptions: RunnableBatchOptions & { Optional
options: Partial<RunnableConfig> | Partial<RunnableConfig>[]Optional
batchOptions: RunnableBatchOptionsThe input argument for the tool, which can be a string, undefined, or an input of the tool's schema.
Optional
callbacks: CallbackManager | (BaseCallbackHandlerMethodsClass | BaseCallbackHandler)[] | RunnableConfigOptional callbacks for the tool.
A Promise that resolves with a string.
Use .invoke() instead. Will be removed in 0.3.0.
This feature is deprecated and will be removed in the future.
It is not recommended for use.
Calls the tool with the provided argument and callbacks. It handles string inputs specifically.
Optional
options: Partial<RunnableConfig>Optional
options: Partial<RunnableConfig>Generated using TypeDoc
Base interface implemented by all runnables. Used for cross-compatibility between different versions of LangChain core.
Should not change on patch releases.