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 8a08c1a commit 3e63082Copy full SHA for 3e63082
packages/langbase/src/langbase/langbase.ts
@@ -640,7 +640,7 @@ export class Langbase {
640
};
641
642
643
- public workflow: (config: {debug?: boolean; name: string}) => Workflow;
+ public workflow: (config: {debug?: boolean; name?: string}) => Workflow;
644
645
public traces: {
646
create: (trace: any) => Promise<any>;
0 commit comments