We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075ebbc + b7237cc commit b47fc59Copy full SHA for b47fc59
langchain-core/src/runnables/base.ts
@@ -187,7 +187,7 @@ export abstract class Runnable<
187
* @returns A new RunnableBinding with a config matching what's passed.
188
*/
189
withConfig(
190
- config: RunnableConfig
+ config: Partial<CallOptions>
191
): Runnable<RunInput, RunOutput, CallOptions> {
192
// eslint-disable-next-line @typescript-eslint/no-use-before-define
193
return new RunnableBinding({
0 commit comments