Loading...
Last updated on
The gensx examples clone
command clones an existing GenSX example project to your local machine, providing a ready-to-use starting point for building AI applications.
gensx examples clone <example-name> [options]
Argument | Description |
---|---|
<example-name> | Name of the example to clone. Use gensx examples to see available examples. |
Option | Description |
---|---|
-p, --project <name> | Project name to clone to. If not specified, uses the example name. |
-y, --yes | Automatically answer yes to all prompts. |
-h, --help | Display help for the command. |
# Clone the chat-ux example
gensx examples clone chat-ux
# Clone to a custom directory name
gensx examples clone chat-ux --project my-chat-app
gensx examples
to see all available examples