We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00be528 commit dae9ea4Copy full SHA for dae9ea4
packages/langbase/src/langbase/langbase.ts
@@ -13,6 +13,7 @@ export interface RunOptionsBase {
13
name?: string; // Pipe name for SDK,
14
apiKey?: string; // pipe level key for SDK
15
llmKey?: string; // LLM API key
16
+ json?: boolean
17
}
18
19
export interface RunOptionsT extends RunOptionsBase {
0 commit comments