chore(api/core): apply ruff reformatting (#7624)
This commit is contained in:
@@ -16,9 +16,7 @@ class StructuredChatOutputParser:
|
||||
if response["action"] == "Final Answer":
|
||||
return ReactFinish({"output": response["action_input"]}, text)
|
||||
else:
|
||||
return ReactAction(
|
||||
response["action"], response.get("action_input", {}), text
|
||||
)
|
||||
return ReactAction(response["action"], response.get("action_input", {}), text)
|
||||
else:
|
||||
return ReactFinish({"output": text}, text)
|
||||
except Exception as e:
|
||||
|
Reference in New Issue
Block a user