Skip to content

Commit e88f741

Browse files
authored
Update shell/AIShell.Kernel/Shell.cs
1 parent 47638bb commit e88f741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/AIShell.Kernel/Shell.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ private void LoadAvailableAgents()
286286
chosenAgent ??= _agents.Count is 1
287287
? _agents[0]
288288
: Host.PromptForSelectionAsync(
289-
title: "Welcome to AIShell! We’re excited to have you explore our [bold]Public Preview[/]. Documentation is available at [link=https://aka.ms/AIShell-Docs]aka.ms/AIShell-Docs[/], and we’d love to hear your thoughtsshare your feedback with us at [link=https://aka.ms/AIShell-Feedback]aka.ms/AIShell-Feedback[/].\n\n[orange1]Please select an [Blue]agent[/] to use[/]:\n[grey](You can switch to another agent later by typing [Blue]@<agent name>[/])[/]",
289+
title: "Welcome to AIShell! We’re excited to have you explore our [bold]Public Preview[/]. Documentation is available at [link=https://aka.ms/AIShell-Docs]aka.ms/AIShell-Docs[/], and we’d love to hear your thoughts - share your feedback with us at [link=https://aka.ms/AIShell-Feedback]aka.ms/AIShell-Feedback[/].\n\n[orange1]Please select an [Blue]agent[/] to use[/]:\n[grey](You can switch to another agent later by typing [Blue]@<agent name>[/])[/]",
290290
choices: _agents,
291291
converter: static a => a.Impl.Name)
292292
.GetAwaiter().GetResult();

0 commit comments

Comments
 (0)