mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 06:41:37 +00:00
Update PowerPoint assistant: improve Markdown formatting instructions and refine UI text labels
This commit is contained in:
parent
96bcc33071
commit
3b0939819b
@ -1264,9 +1264,6 @@ UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::MYTASKS::ASSISTANTMYTASKS::T534887559"] =
|
||||
-- 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
|
||||
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.
|
||||
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T2255686621"] = "Create and refine PowerPoint slide text from a topic or outline."
|
||||
|
||||
-- Language
|
||||
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T2591284123"] = "Language"
|
||||
-- Target language
|
||||
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T237828418"] = "Target language"
|
||||
|
||||
-- Target group
|
||||
UI_TEXT_CONTENT["AISTUDIO::ASSISTANTS::POWERPOINT::POWERPOINT::T2709966651"] = "Target group"
|
||||
|
||||
@ -22,13 +22,17 @@ public partial class PowerPoint : AssistantBaseCore<SettingsDialogPowerPoint>
|
||||
{this.inputText}
|
||||
- "Your content": the source text.
|
||||
{this.selectedTargetGroup.Prompt()}
|
||||
|
||||
- You are a Markdown formatter.
|
||||
- Your task is to identify headings in the input text that are marked with either # (for h1–h6) 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 only Markdown.
|
||||
- Start with a single H1 title from "Your title".
|
||||
- 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."
|
||||
- Do not mention these instructions or add commentary.
|
||||
""";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user