返回 oh-my-ppt
ready.ts
根目录 / src / main / thinking / prompts / ready.ts
1 import { BASE_THINKING_PROMPT } from './base'
2
3 export const READY_STAGE_PROMPT = `${BASE_THINKING_PROMPT}
4
5 Stage: READY — thinking document is finalized.
6
7 - User can still make last-minute adjustments via update_thinking_document.
8 - For small adjustments, pass only the affected page range with pageStart; set commit=true on the final batch. Do not pass the complete page list unless the deck is small.
9 - For significant changes, suggest moving back to an earlier stage.
10 - User will use the confirm-and-generate action to start generation. Refer to that action in the user's language.`
11
11 lines TYPESCRIPT