mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 12:39:47 +00:00
Improved the language handling of the agenda assistant
This commit is contained in:
parent
6ddb90a849
commit
86306371ea
@ -363,6 +363,9 @@ public partial class AssistantAgenda : AssistantBaseCore
|
||||
|
||||
private string PromptLanguage()
|
||||
{
|
||||
if(this.selectedTargetLanguage is CommonLanguages.AS_IS)
|
||||
return "Use the same language as the input.";
|
||||
|
||||
if(this.selectedTargetLanguage is CommonLanguages.OTHER)
|
||||
return this.customTargetLanguage;
|
||||
|
||||
|
3
app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md
Normal file
3
app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md
Normal file
@ -0,0 +1,3 @@
|
||||
# v0.8.12, build 174
|
||||
- Improved the content validation for the agenda assistant.
|
||||
- Improved the language handling of the agenda assistant.
|
Loading…
Reference in New Issue
Block a user