Start an efficient prompt
create_prompt_gist_cardCreates a card that asks the user to describe their prompt goal in up to 350 characters, then returns the gist with the next-step rules for the efficient-prompt flow.
Instructions
Open step 1 of the efficient-prompt flow: a card asking the user to describe, in no more than 350 characters, the gist of where they want to go. Call this when a message is tagged [efficient-prompt], or when the user asks for help writing a prompt. Submitting the card sends back the gist along with the rules for the rest of the flow, so answer with the card and wait rather than asking follow-up questions in chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| question | No | Replaces the default gist question when you already know what they are circling | |
| subtitle | No | ||
| placeholder | No | Placeholder text inside the gist textarea | |
| contextActions | No | Right-click menu actions the model anticipates being useful. Choosing one sends its prompt to the conversation; use {{selection}} to include the user's selected text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | ||
| parts | Yes | Split state, present on EVERY card result so one completeness check works for all card types. Cards that cannot split always report {current:1,total:1,hasMore:false}; create_markdown_card and create_code_tour_card pack oversized content into parts and can report more. Read hasMore rather than the card title to decide whether content was withheld. |