You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `qwen-doc-turbo` with the PPT skill to generate a presentation from a document URL or prompt. Pass the document link via `TextChatMessage.DocUrl` and enable the PPT skill through `Parameters.Skill`.
731
+
732
+
-`DashScopeModelSkill.PptCreative` — generate a presentation in creative mode (no template required).
733
+
-`DashScopeModelSkill.PptGeneral(templateId)` — generate in general mode using the given template.
734
+
735
+
The model emits the slide storyboard in `ReasoningContent`, and the final reply `Content` contains a download URL for the generated `.pptx` file.
736
+
737
+
```csharp
738
+
varmessages=newList<TextChatMessage>
739
+
{
740
+
TextChatMessage.System("You are a helpful assistant"),
0 commit comments