fix single input agent llm handler (#3290)

This commit is contained in:
Shuchang Zheng
2025-08-24 19:16:44 -07:00
committed by GitHub
parent 472b8b4452
commit 5fb0378434
2 changed files with 7 additions and 12 deletions

View File

@@ -946,6 +946,7 @@ async def generate_text(
new_text = json_response.get("answer", new_text)
except Exception:
LOG.exception("Failed to generate text for script")
raise
return new_text