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:
parent
a600799840
commit
0d5485bd6c
3 changed files with 87 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue