mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
refactored workflow to be event loop
This commit is contained in:
@@ -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(
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user