Prompt Session
# PromptSession
A `PromptSession` represents one prompt-building interaction.
It stores the recipe name, the user's rough input, the selected branch, the
answers collected so far, the next clarification question, and whether the
session is complete.
The built-in session flow asks three clarification questions in English. Users
can answer those questions in any language; their answers are carried into the
final prompt unchanged.when to use it
Community prompt sourced from the open-source GitHub repo yeiichi/prompt-recipe-smith (MIT). A "Prompt Session" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
lifestylecommunitygeneral
source
yeiichi/prompt-recipe-smith · MIT