Skip to content

Commit

Permalink
👌 IMPROVE: Messages required
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Nov 21, 2024
1 parent 0d1007f commit 475c482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/langbase/src/pipes/pipes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ export type Role = 'user' | 'assistant' | 'system' | 'tool';

export interface RunOptions extends RunOptionsT {
name: string;
messages: Message[];
}

export interface RunOptionsStream extends RunOptionsStreamT {
name: string;
messages: Message[];
}

export interface Function {
Expand Down

0 comments on commit 475c482

Please sign in to comment.