AgentSlashCommand
An agent slash command.
Properties
namestring requiredThe slash command name (e.g. ‘/fix’, ‘/explain’). Used to invoke the command.promptstring requiredThe system prompt text sent to the AI when this command is invoked.descriptionstring requiredHuman-readable description shown to users in the command palette.builtInboolean requiredWhether this is a built-in system command (true) or user-created (false).modifiedAtstring requiredWhen the command was last modified, in ISO 8601 format.tagstring requiredVersion tag for optimistic concurrency control.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.