refactored workflow to be event loop

This commit is contained in:
Steve Androulakis
2025-01-02 12:13:03 -08:00
parent 5b0f8c2a59
commit ddd5a106a7
2 changed files with 83 additions and 106 deletions

View File

@@ -124,7 +124,8 @@ def generate_genai_prompt(
)
prompt_lines.append(
"REMINDER: If any required argument is missing, set 'next': 'question' and ask the user for it."
"REMINDER: If any required argument is missing, set 'next': 'question' and ask the user for it. "
"REMINDER: Use 'next': 'confirm' only if NO arguments are missing. "
)
prompt_lines.append(
"""