Skip to content

Commit

Permalink
bump reqs (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Jun 20, 2024
1 parent 135b5fd commit 9113333
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 250 deletions.
4 changes: 2 additions & 2 deletions agentfile/orchestrators/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ async def get_next_messages(
response = await self.llm.apredict_and_call(
tools,
user_msg=task_def.input,
# error_on_no_tool_call=False,
error_on_no_tool_call=False,
)
else:
messages = memory.get()
response = await self.llm.apredict_and_call(
tools_plus_human,
chat_history=messages,
# error_on_no_tool_call=False,
error_on_no_tool_call=False,
)

# check if there was a tool call
Expand Down
Loading

0 comments on commit 9113333

Please sign in to comment.