Skip to content

Commit

Permalink
Add to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Dec 27, 2023
1 parent fb9a593 commit 0f3705b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions langchain-core/src/runnables/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export interface RunnableInterface<
> {
lc_serializable: boolean;

getName(suffix?: string): string;

invoke(input: RunInput, options?: Partial<CallOptions>): Promise<RunOutput>;

batch(
Expand Down

0 comments on commit 0f3705b

Please sign in to comment.