mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 23:29:43 +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")
|
@webmethod(route="/agents/turn/get")
|
||||||
async def get_agents_turn(
|
async def get_agents_turn(
|
||||||
self,
|
self, agent_id: str, session_id: str, turn_id: str
|
||||||
agent_id: str,
|
|
||||||
session_id: str,
|
|
||||||
turn_id: str
|
|
||||||
) -> Turn: ...
|
) -> Turn: ...
|
||||||
|
|
||||||
@webmethod(route="/agents/step/get")
|
@webmethod(route="/agents/step/get")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue