task_creation_prompt


Description:

public PromptTemplate task_creation_prompt (string user_prompt, string previous_proposal, string previous_proposal_issues, Manager skill_catalog, ProjectManager project_manager) throws Error

Build the task creation prompt (task_creation_initial.md). Used by send_async before user_request exists.

Parameters:

user_prompt

raw user message content

previous_proposal

previous LLM output when retrying

previous_proposal_issues

parse/validation issues when retrying

skill_catalog

manager for skill list

project_manager

for env, project description, current file

Returns:

filled template