Skip to content

Commit

Permalink
fix: fix callback exception
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Dec 24, 2024
1 parent 1f7c48b commit 264f550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ async def handle_content_update(content: str):
for s in sentences:
self.send_text_output(async_ten_env, s, False)

async def handle_content_finished():
async def handle_content_finished(_: str):
# Wait for the single tool task to complete (if any)
if self.tool_task_future:
await self.tool_task_future
Expand Down

0 comments on commit 264f550

Please sign in to comment.