Skip to content

Commit

Permalink
Update base.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored May 30, 2024
1 parent 24a27e1 commit 7d88168
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 @@ -2071,7 +2071,7 @@ export class RunnableMap<
type AnyTraceableFunction = TraceableFunction<(...any: any[]) => any>;

/**
* A runnabble that runs a traced function from LangSmith
* A runnable that wraps a traced LangSmith function.
*/
export class RunnableTraceable<RunInput, RunOutput> extends Runnable<
RunInput,
Expand Down

0 comments on commit 7d88168

Please sign in to comment.