fix single input agent llm handler (#3290)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user