continue_prompt


Description:

public async PromptTemplate continue_prompt (string user_follow_up, string previous_proposal_issues, string previous_proposed_md) throws Error

Build the session continue prompt (task_list_continue.md). Uses user_prompts, completed, pending, and optional previous_proposed_md when retrying.

Parameters:

user_follow_up

raw prompt-box message for this continue turn

previous_proposal_issues

issues from last continue parse/validation (empty when not retrying)

previous_proposed_md

raw LLM response from last continue when retrying; empty string when not retrying

Returns:

filled template