diff --git a/prompts/analyst-example.md b/prompts/analyst-example.md index 48eadfb..aada83c 100644 --- a/prompts/analyst-example.md +++ b/prompts/analyst-example.md @@ -10,8 +10,6 @@ promptforge: 1 models.need("analyst", "A model suited for careful analysis", { thinking = false, temperature = 0, context = 40000 }) ``` -Demonstrates prompt-local model resolution. H1 `models.need` resolves against the host's gateway catalog. A section that calls `models.use` runs every completion under that model object's frozen invocation; a section that omits `models.use` inherits the prompt-wide `models.always` model when one is declared. - ## Analyze ```lua diff --git a/prompts/echo.md b/prompts/echo.md index 7cd7420..eab8402 100644 --- a/prompts/echo.md +++ b/prompts/echo.md @@ -6,8 +6,6 @@ promptforge: 1 # Echo -Returns the single input argument verbatim, entirely in Lua, with no model call. - ## Main ```lua