Skip to content

Commit a1c2e85

Browse files
Update description of PhiSilicaAgent for clarity
1 parent 18ff580 commit a1c2e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/agents/AIShell.PhiSilica.Agent/PhiSilicaAgent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public sealed partial class PhiSilicaAgent : ILLMAgent
1010
private LanguageModel _model;
1111

1212
public string Name => "PhiSilica";
13-
public string Description => "This is the Phi Silica agent, an offline local agent on Copilot+ PCs";
13+
public string Description => "This is the AI Shell Agent for talking to the inbox Phi Silica model on Copilot+ PCs.";
1414
public string SettingFile => null;
1515

1616
public IEnumerable<CommandBase> GetCommands() => null;

0 commit comments

Comments
 (0)