Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
WonderPG committed Jan 10, 2025
1 parent cddc224 commit 48c45b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neuroagent/agent_routine.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ async def astream(
model_override=model_override,
stream=True,
)
draft_tool_calls = []
draft_tool_calls = [] # type: ignore
draft_tool_calls_index = -1
async for chunk in completion: # type: ignore
for choice in chunk.choices:
Expand Down

0 comments on commit 48c45b8

Please sign in to comment.