This commit is contained in:
Thorsten Sommer 2025-05-24 18:12:44 +02:00
parent 221519a0e3
commit ad9262ca1a
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ public sealed record ChatThread
// //
// Add information from profile if available and allowed: // Add information from the profile if available and allowed:
// //
string systemPromptText; string systemPromptText;
logMessage = $"Using no profile for chat thread '{chatThread.Name}'."; logMessage = $"Using no profile for chat thread '{chatThread.Name}'.";

View File

@ -1,7 +1,7 @@
@using AIStudio.Settings @using AIStudio.Settings
@inherits MSGComponentBase @inherits MSGComponentBase
<MudTooltip Placement="Placement.Top" Text="@T("Start a new chat with a chat template.")"> <MudTooltip Placement="Placement.Top" Text="@T("Start a new chat with a chat template")">
<MudMenu AnchorOrigin="Origin.TopLeft" TransformOrigin="@Origin.BottomLeft" Class="@this.MarginClass"> <MudMenu AnchorOrigin="Origin.TopLeft" TransformOrigin="@Origin.BottomLeft" Class="@this.MarginClass">
<ActivatorContent> <ActivatorContent>
<MudButton IconSize="Size.Large" StartIcon="@Icons.Material.Filled.RateReview"> <MudButton IconSize="Size.Large" StartIcon="@Icons.Material.Filled.RateReview">