output #1128
Replies: 7 comments
-
don't forget we have https://chat.openai.com/g/g-qqTuUWsBY-crewai-assistant to help and also the discord community https://discord.com/invite/X4JWnZnxPb |
Beta Was this translation helpful? Give feedback.
-
it is possible , just store the output , then extract the part you want to append and use the json library to append the extracted part |
Beta Was this translation helpful? Give feedback.
-
@sc00rpi0n can you show me code example. Trying to save the output as a conversation |
Beta Was this translation helpful? Give feedback.
-
Trying to get the output of both agents as a collum |
Beta Was this translation helpful? Give feedback.
-
at the latest crewai update now the output have each agent name next to its output , assume the results is saved in "output" variable then here's an example code
that's is just an example you can edit it to match your needs |
Beta Was this translation helpful? Give feedback.
-
@sc00rpi0n would outputs be the result if i did result = crew.kickoff() |
Beta Was this translation helpful? Give feedback.
-
yes , but make sure to change the name f the variable in the script as i used output = crew.kickoff() |
Beta Was this translation helpful? Give feedback.
-
can we append the model output into a json/jsonl??
Beta Was this translation helpful? Give feedback.
All reactions