Skip to content

Commit 11b1d99

Browse files
📦 NEW: Response format (#94)
1 parent f567c0e commit 11b1d99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/langbase/src/langbase/langbase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ interface PipeBaseOptions {
197197
memory?: {
198198
name: string;
199199
}[];
200+
response_format?: ResponseFormat;
200201
}
201202

202203
export interface PipeListResponse {

0 commit comments

Comments
 (0)