mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:12:29 +00:00
minor fixes
This commit is contained in:
parent
6632d7e410
commit
c3865faf37
6 changed files with 19 additions and 9 deletions
|
|
@ -317,7 +317,7 @@ class Agents(Protocol):
|
|||
],
|
||||
stream: Optional[bool] = False,
|
||||
documents: Optional[List[Document]] = None,
|
||||
tools: Optional[List[AgentToolGroup]] = None,
|
||||
toolgroups: Optional[List[AgentToolGroup]] = None,
|
||||
) -> Union[Turn, AsyncIterator[AgentTurnResponseStreamChunk]]: ...
|
||||
|
||||
@webmethod(route="/agents/turn/get")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue