ZIm/crates/assistant/src/slash_command
Marshall Bowers 9c0dba4ce1
Add a SlashCommandResult type alias (#19633)
This PR adds a new `SlashCommandResult` type alias.

We're going to be changing what slash commands can return in order to
support streaming, so having this type alias in place will make that
switch a bit more neat.

Release Notes:

- N/A
2024-10-23 14:32:43 -04:00
..
auto_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
cargo_workspace_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
context_server_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
default_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
delta_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
diagnostics_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
docs_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
fetch_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
file_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
now_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
project_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
prompt_after_summary.txt /auto (#16696) 2024-09-13 13:17:49 -04:00
prompt_before_summary.txt /auto (#16696) 2024-09-13 13:17:49 -04:00
prompt_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
search_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
symbols_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
tab_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
terminal_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00
workflow_command.rs Add a SlashCommandResult type alias (#19633) 2024-10-23 14:32:43 -04:00