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: RunnableBatchOptionsCalls the tool with the provided argument, configuration, and tags. It parses the input according to the schema, handles any errors, and manages callbacks.
The input argument for the tool.
Optional
configArg: Callbacks | RunnableConfigOptional configuration or callbacks for the tool.
Optional
tags: string[]Optional tags for the tool.
A Promise that resolves with a string.
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.