lindoai-cli 1.4.9 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -13,9 +13,6 @@ import { Command } from 'commander';
13
13
  * # Configure API key
14
14
  * lindo config set apiKey your-api-key
15
15
  *
16
- * # Run an agent
17
- * lindo agents run my-agent --input '{"prompt": "Hello!"}'
18
- *
19
16
  * # Start a workflow
20
17
  * lindo workflows start publish-page --params '{"page_id": "page-123"}'
21
18
  *
package/dist/index.d.ts CHANGED
@@ -13,9 +13,6 @@ import { Command } from 'commander';
13
13
  * # Configure API key
14
14
  * lindo config set apiKey your-api-key
15
15
  *
16
- * # Run an agent
17
- * lindo agents run my-agent --input '{"prompt": "Hello!"}'
18
- *
19
16
  * # Start a workflow
20
17
  * lindo workflows start publish-page --params '{"page_id": "page-123"}'
21
18
  *