# Standardized response_audio field type for cleaner integrations

> The response_audio field type has changed from Optional[List[dict]] to Optional[dict]. This brings consistency across Run, Team, and Workflow schemas and reduces edge cases in client code.

- Published: 2025-10-17
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/standardized-response-audio-field-type-for-cleaner-integrations
- Markdown: https://agno-com-nine.vercel.app/articles/standardized-response-audio-field-type-for-cleaner-integrations.md

The response_audio field type has changed from Optional[List[dict]] to Optional[dict]. This brings consistency across Run, Team, and Workflow schemas and reduces edge cases in client code.

**Details**

- Breaking change: adjust deserializers and validators accordingly
- Simplifies downstream handling by removing list semantics
- Backward-incompatible for clients expecting a list type

**Who this is for:** Platform teams and integrators consuming audio outputs or enforcing strict schema validation.
