Skip to content

Commit

Permalink
updating tasks and fixing TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
João Moura committed Jan 23, 2024
1 parent 674b708 commit b353009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified CrewAI-LangGraph/CrewAI-LangGraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion CrewAI-LangGraph/src/crew/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ def draft_responses_task(self, agent):
Based on the action-required emails identified, draft responses for each.
Ensure that each response is tailored to address the specific needs
and context outlined in the email.
Assume the persona of the user and mimic the communication style in the thread.
- Assume the persona of the user and mimic the communication style in the thread.
- Feel free to do research on the topic to provide a more detailed response, IF NECESSARY.
- IF a research is necessary do it BEFORE drafting the response.
- If you need to pull the thread again do it using only the actual Thread ID.
Use the tool provided to draft each of the responses.
When using the tool pass the following input:
Expand Down

0 comments on commit b353009

Please sign in to comment.