mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Formatting
This commit is contained in:
parent
fc103ff346
commit
221519a0e3
@ -120,6 +120,7 @@ public sealed record ChatThread
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.LogInformation(logMessage);
|
logger.LogInformation(logMessage);
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -37,8 +37,8 @@ public partial class SettingsPanelChatTemplates : SettingsPanelBase
|
|||||||
{ x => x.DataName, chatTemplate.Name },
|
{ x => x.DataName, chatTemplate.Name },
|
||||||
{ x => x.DataSystemPrompt, chatTemplate.SystemPrompt },
|
{ x => x.DataSystemPrompt, chatTemplate.SystemPrompt },
|
||||||
{ x => x.IsEditing, true },
|
{ x => x.IsEditing, true },
|
||||||
{x => x.ExampleConversation, chatTemplate.ExampleConversation},
|
{ x => x.ExampleConversation, chatTemplate.ExampleConversation },
|
||||||
{x => x.AllowProfileUsage, chatTemplate.AllowProfileUsage},
|
{ x => x.AllowProfileUsage, chatTemplate.AllowProfileUsage },
|
||||||
};
|
};
|
||||||
|
|
||||||
var dialogReference = await this.DialogService.ShowAsync<ChatTemplateDialog>(T("Edit Chat Template"), dialogParameters, DialogOptions.FULLSCREEN);
|
var dialogReference = await this.DialogService.ShowAsync<ChatTemplateDialog>(T("Edit Chat Template"), dialogParameters, DialogOptions.FULLSCREEN);
|
||||||
|
Loading…
Reference in New Issue
Block a user