mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-13 05:17:26 +00:00
update types
This commit is contained in:
parent
dc1406c25a
commit
6b6feebc72
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class MetaReferenceAgentsImpl(Agents):
|
|||
session_id: str,
|
||||
turn_id: str,
|
||||
tool_response_messages: List[ToolResponseMessage],
|
||||
) -> Union[Turn, AsyncIterator[AgentTurnResponseStreamChunk]]:
|
||||
) -> AsyncGenerator:
|
||||
pass
|
||||
|
||||
async def get_agents_turn(self, agent_id: str, session_id: str, turn_id: str) -> Turn:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue