Skip to content

Commit 3e63082

Browse files
committed
👌 IMPROVE: Make workflow name optional
1 parent 8a08c1a commit 3e63082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/langbase/src/langbase/langbase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ export class Langbase {
640640
};
641641
};
642642

643-
public workflow: (config: {debug?: boolean; name: string}) => Workflow;
643+
public workflow: (config: {debug?: boolean; name?: string}) => Workflow;
644644

645645
public traces: {
646646
create: (trace: any) => Promise<any>;

0 commit comments

Comments
 (0)