update types

This commit is contained in:
Xi Yan 2025-02-20 10:53:36 -08:00
parent dc1406c25a
commit 6b6feebc72

View file

@ -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: