mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
pre-commit changes
This commit is contained in:
parent
c87c5b568a
commit
79526f9dd6
1 changed files with 1 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue