Skip to content

Commit

Permalink
Pass input value to handleChainStart in _transformStreamWithConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Stadly authored Dec 21, 2024
1 parent da80dce commit 2e8d163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain-core/src/runnables/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export abstract class Runnable<
async () =>
callbackManager_?.handleChainStart(
this.toJSON(),
{ input: "" },
finalInput,
config.runId,
config.runType,
undefined,
Expand Down

0 comments on commit 2e8d163

Please sign in to comment.