get_affine_prompt
Retrieve official AFFiNE prompt templates, system prompts, and visual style guides from the backend catalog, with optional variable rendering for tailored AI instructions.
Instructions
Retrieve official AFFiNE LLM prompt specs, system prompts, visual style guide, and rendered templates from the backend catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vars | No | Optional template variables to render into the prompt placeholders (e.g., content, language) | |
| promptId | Yes | Prompt ID (e.g., make_it_real, code_artifact, mindmap_generate, slides_outline, chat_affine_ai, explain_content, explain_code, summarize_meeting) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| kind | Yes | ||
| name | Yes | ||
| action | Yes | ||
| params | Yes | ||
| messages | Yes | ||
| promptId | Yes | ||
| colorTheme | Yes | ||
| description | Yes | ||
| visualStyleGuide | Yes |