Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static ChatMessage CreateSystemMessage()

var systemChatMessage =
$"""
You are an AI debugging assistant for apps made using .NET Aspire.
You are an AI debugging assistant for apps made using Aspire.
When asked for your name, you must respond with "GitHub Copilot".
Follow the user's requirements carefully & to the letter.
Your expertise is strictly limited to software development topics.
Expand Down Expand Up @@ -53,7 +53,7 @@ public static ChatMessage CreateInitialMessage(string promptText, string applica

# APP CONTEXT

.NET Aspire application name: {applicationName}
Aspire application name: {applicationName}

# RESOURCE GRAPH

Expand Down Expand Up @@ -135,7 +135,7 @@ public static ChatMessage CreateHelpMessage()
{
var prompt =
"""
What are .NET Aspire resources? How do they work? What are the different types of resources? How do I use them?
What are Aspire resources? How do they work? What are the different types of resources? How do I use them?
""";
return new(ChatRole.User, prompt);
}
Expand Down
2 changes: 1 addition & 1 deletion src/Aspire.Dashboard/Resources/AIAssistant.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Aspire.Dashboard/Resources/AIAssistant.resx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<comment>{0} is the name of an IDE.</comment>
</data>
<data name="ChatRequestErrorForbiddenDescription" xml:space="preserve">
<value>To use GitHub Copilot in .NET Aspire, you must have a recent version of your IDE installed, and your GitHub account needs to have access to GitHub Copilot.&lt;ul style="margin-top:8px"&gt;&lt;li&gt;Visual Studio 2022 17.14 or later&lt;/li&gt;&lt;li&gt;VS Code and C# Dev Kit 1.19.63 or later&lt;/li&gt;&lt;/ul&gt;</value>
<value>To use GitHub Copilot in Aspire, you must have a recent version of your IDE installed, and your GitHub account needs to have access to GitHub Copilot.&lt;ul style="margin-top:8px"&gt;&lt;li&gt;Visual Studio 2022 17.14 or later&lt;/li&gt;&lt;li&gt;VS Code and C# Dev Kit 1.19.63 or later&lt;/li&gt;&lt;/ul&gt;</value>
</data>
<data name="ChatRequestErrorForbiddenVisualStudio" xml:space="preserve">
<value>Sign into Visual Studio with a GitHub account that has a Copilot subscription. Follow the steps in &lt;a href="{0}" target="_blank"&gt;Add GitHub accounts to your Visual Studio keychain&lt;/a&gt;.</value>
Expand Down
4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/Layout.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/Layout.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="MainLayoutAspireRepoLink" xml:space="preserve">
<value>.NET Aspire repo</value>
<value>Aspire repo</value>
</data>
<data name="MainLayoutAspireDashboardHelpLink" xml:space="preserve">
<value>Help</value>
Expand Down Expand Up @@ -154,7 +154,7 @@
<value>Metrics</value>
</data>
<data name="MainLayoutAspire" xml:space="preserve">
<value>.NET Aspire</value>
<value>Aspire</value>
</data>
<data name="MessageUnsecuredEndpointTelemetryBody" xml:space="preserve">
<value>Untrusted apps can send telemetry to the dashboard.</value>
Expand Down
4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/AIAssistant.cs.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/AIAssistant.de.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/AIAssistant.es.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/AIAssistant.fr.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/AIAssistant.it.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/AIAssistant.ja.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/AIAssistant.ko.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/AIAssistant.pl.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Resources/xlf/AIAssistant.pt-BR.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading