pre-commit changes

This commit is contained in:
Sarthak Deshpande 2024-10-23 01:34:03 +05:30
parent c87c5b568a
commit 79526f9dd6

View file

@ -440,10 +440,7 @@ class Agents(Protocol):
@webmethod(route="/agents/turn/get")
async def get_agents_turn(
self,
agent_id: str,
session_id: str,
turn_id: str
self, agent_id: str, session_id: str, turn_id: str
) -> Turn: ...
@webmethod(route="/agents/step/get")