Skip to content

Commit c20d13f

Browse files
committed
🔧 Fix example script function call
1 parent f6143e6 commit c20d13f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/example-usage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ process.on('SIGINT', () => {
242242
});
243243

244244
// Start the agent
245-
return main();
245+
return agent.run();
246246
}
247247

248248
// Initialize and run

0 commit comments

Comments
 (0)