Skip to content

Commit

Permalink
Code formated by lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Mar 8, 2024
1 parent f7e2335 commit 3879636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion captn/captn_agents/backend/daily_analysis_team.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,8 @@ def execute_daily_analysis(
check_if_send_email = messages_list[-2]
if (
"tool_calls" in check_if_send_email
and check_if_send_email["tool_calls"][0]["function"]["name"] == "send_email"
and check_if_send_email["tool_calls"][0]["function"]["name"]
== "send_email"
):
if len(messages_list) < 3:
messages = "[]"
Expand Down

0 comments on commit 3879636

Please sign in to comment.