Responsive Gui - partially Workflow #61

Merged
Lars merged 47 commits from develop into main 2026-04-05 11:27:44 +02:00
Showing only changes of commit 585f189b13 - Show all commits

View File

@ -315,9 +315,9 @@ async def load_prompt_template(prompt_slug: str, context: Dict[str, Any]) -> str
profile_id = context.get("profile_id")
resolved = resolve_placeholders(
template=template,
profile_id=profile_id,
extra_vars=context.get("variables", {})
profile_id=profile_id
)
# TODO Phase 3: Support custom variables from workflow context
return resolved