Commands are repeatable procedures for Zo to run. The same prompting best practices apply when creating a command.Any note (markdown file) in the Commands directory in your workspace will be registered as a command. In the chat, you can type / to display your commands and select the one you want to run.
A command is just a “saved prompt”. No special structure is required when writing a command. However, we’ve found that the following sections are helpful:
List the inputs that the command can accept.If an input is required or particular details are needed, you can tell Zo what to do if it’s missing or under-specified (e.g. “ask for clarification”).