Bind config to a Runnable, returning a new Runnable.
withConfig(
config: Partial<CallOptions>
): Runnable<any, ToolMessage<MessageStructure<MessageToolSet>> | ToolOutputT, RunnableConfig<Record<string, any>>>| Name | Type | Description |
|---|---|---|
config* | Partial<CallOptions> | New configuration parameters to attach to the new runnable. |