Skip to content

Commit

Permalink
Renamed ordered to concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Nov 27, 2024
1 parent ae15311 commit e153c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperqa/agents/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def step(
list[Message],
await self.exec_tool_calls(
action,
ordered=True, # PQA Environment currently not safe for parallel tool calls
concurrency=False, # PQA tools aren't yet concurrency safe
state=self.state,
handle_tool_exc=True,
),
Expand Down

0 comments on commit e153c49

Please sign in to comment.