We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/refresh
1 parent 907b270 commit 2d3e221Copy full SHA for 2d3e221
shell/AIShell.Kernel/Command/RefreshCommand.cs
@@ -6,7 +6,7 @@ namespace AIShell.Kernel.Commands;
6
internal sealed class RefreshCommand : CommandBase
7
{
8
public RefreshCommand()
9
- : base("refresh", "Refresh the chat session.")
+ : base("refresh", "Start a new chat session.")
10
11
this.SetHandler(RefreshAction);
12
}
0 commit comments