agentSummaries

@JvmName(name = "listAgentsResponseAgentSummary")
fun Flow<ListAgentsResponse>.agentSummaries(): Flow<AgentSummary>

This paginator transforms the flow returned by listAgentsPaginated to access the nested member AgentSummary

Return

A kotlinx.coroutines.flow.Flow that can collect AgentSummary