RunOutput.
- Per message: Each assistant message has
MessageMetricswith per-API-call token counts and timing. - Per member run: Each team member run has its own
RunMetrics. Setstore_member_responses=Trueto access them. - Team leader run:
TeamRunOutput.metricshasRunMetricsfor the team leader’s model calls only. - Per session:
team.get_session_metrics()returnsSessionMetricsaggregated across leader and all members.