Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Sep 17, 2024
1 parent 5b4aa22 commit 542acc4
Show file tree
Hide file tree
Showing 3 changed files with 1,522 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/enrichment_agent/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def call_agent_model(
break
if info is not None:
# The agent is submitting their answer;
# ensure it isnt' erroneously attempting to simultaneously perform research
# ensure it isn't erroneously attempting to simultaneously perform research
response.tool_calls = [
next(tc for tc in response.tool_calls if tc["name"] == "Info")
]
Expand Down
Loading

0 comments on commit 542acc4

Please sign in to comment.