Skip to content

Commit

Permalink
📦 NEW: Demo request support
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Aug 28, 2024
1 parent ab5652b commit 431133f
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 @@ -32,13 +32,15 @@ export interface GenerateOptions {
variables?: Variable[];
threadId?: string;
chat?: boolean;
demoRequest?: boolean;
}

export interface StreamOptions {
messages?: Message[];
variables?: Variable[];
threadId?: string | null;
chat?: boolean;
demoRequest?: boolean;
}

interface ChoiceGenerate {
Expand Down

0 comments on commit 431133f

Please sign in to comment.