Skip to content

Commit dae9ea4

Browse files
committed
📦 NEW: JSON type
1 parent 00be528 commit dae9ea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/langbase/src/langbase/langbase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export interface RunOptionsBase {
1313
name?: string; // Pipe name for SDK,
1414
apiKey?: string; // pipe level key for SDK
1515
llmKey?: string; // LLM API key
16+
json?: boolean
1617
}
1718

1819
export interface RunOptionsT extends RunOptionsBase {

0 commit comments

Comments
 (0)