Update PowerPoint assistant: improve Markdown formatting instructions and refine UI text labels

This commit is contained in:
hart_s3 2026-02-04 15:52:29 +01:00
parent 96bcc33071
commit 3b0939819b
2 changed files with 8 additions and 7 deletions

View File

@ -1264,9 +1264,6 @@ UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::MYTASKS::ASSISTANTMYTASKS::T534887559"] =
-- Please provide a custom language. -- Please provide a custom language.
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::MYTASKS::ASSISTANTMYTASKS::T656744944"] = "Please provide a custom language." UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::MYTASKS::ASSISTANTMYTASKS::T656744944"] = "Please provide a custom language."
-- Please provide a target group.
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T1252056165"] = "Please provide a target group."
-- Your title -- Your title
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T1790167032"] = "Your title" UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T1790167032"] = "Your title"
@ -1276,8 +1273,8 @@ UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T2194178916"] = "
-- Create and refine PowerPoint slide text from a topic or outline. -- Create and refine PowerPoint slide text from a topic or outline.
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T2255686621"] = "Create and refine PowerPoint slide text from a topic or outline." UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T2255686621"] = "Create and refine PowerPoint slide text from a topic or outline."
-- Language -- Target language
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T2591284123"] = "Language" UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T237828418"] = "Target language"
-- Target group -- Target group
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T2709966651"] = "Target group" UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T2709966651"] = "Target group"

View File

@ -23,12 +23,16 @@ public partial class PowerPoint : AssistantBaseCore<SettingsDialogPowerPoint>
- "Your content": the source text. - "Your content": the source text.
{this.selectedTargetGroup.Prompt()} {this.selectedTargetGroup.Prompt()}
- You are a Markdown formatter.
- Your task is to identify headings in the input text that are marked with either # (for h1h6) or **bold text** (used as pseudo-headings).
- Convert all such headings into proper Markdown subheadings using ## for subheadings (level 2), preserving the original text.
- Do not change any other content.
- between 3 and 7, maximum 7 bullets per heading. Each bullet max 12 words.
Output requirements: Output requirements:
- Output only Markdown. - Output only Markdown.
- Start with a single H1 title from "Your title". - Start with a single H1 title from "Your title".
- Then add a bullet list based only on "Your content". - Then add a bullet list based only on "Your content".
- between 3 and 7, maximum 7 bullets. Each bullet max 12 words.
- No sub-bullets, no paragraphs, no extra sections.
- If "Your content" is empty, output the title and one bullet: "No content provided." - If "Your content" is empty, output the title and one bullet: "No content provided."
- Do not mention these instructions or add commentary. - Do not mention these instructions or add commentary.
"""; """;