We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d19dc6 + ce26079 commit 65b3da2Copy full SHA for 65b3da2
1 file changed
tasks/agent.py
@@ -116,8 +116,8 @@ async def run_hivemind_agent_activity(
116
}
117
)
118
119
- if isinstance(crew_output, CrewOutput):
120
- final_answer = crew_output.raw
+ if isinstance(crew_output, str):
+ final_answer = crew_output
121
elif not payload.enable_answer_skipping:
122
final_answer = "No answer was generated."
123
else:
0 commit comments