stop post action for now (#4274)

This commit is contained in:
Shuchang Zheng
2025-12-11 07:56:52 -08:00
committed by GitHub
parent b5ea15e43c
commit 4272bf6287

View File

@@ -646,4 +646,5 @@ class AgentFunction:
)
async def post_action_execution(self, action: Action) -> None:
asyncio.create_task(self._post_action_execution(action))
return
# asyncio.create_task(self._post_action_execution(action))