mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Spelling
This commit is contained in:
parent
221519a0e3
commit
ad9262ca1a
@ -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}'.";
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user