assistant: Add /now slash command (#12856)

This PR adds a `/now` command to the Assistant for indicating the
current date and time to the model.

Release Notes:

- Added `/now` command to the Assistant for getting the current date and
time.
This commit is contained in:
Marshall Bowers 2024-06-10 14:05:02 -04:00 committed by GitHub
parent a600799840
commit 0d5485bd6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 87 additions and 2 deletions

View file

@ -20,6 +20,7 @@ pub mod active_command;
pub mod default_command;
pub mod fetch_command;
pub mod file_command;
pub mod now_command;
pub mod project_command;
pub mod prompt_command;
pub mod rustdoc_command;