# Clearer delegation contracts in Teams

> We removed the default expected_output from Team delegate_task_to_member. Callers now explicitly define the expected output or handle its absence, improving predictability and intent in task…

- Published: 2025-10-23
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/clearer-delegation-contracts-in-teams
- Markdown: https://agno-com-nine.vercel.app/articles/clearer-delegation-contracts-in-teams.md

We removed the default expected_output from Team delegate_task_to_member. Callers now explicitly define the expected output or handle its absence, improving predictability and intent in task delegation.

**Details**

- Breaking change: pass expected_output explicitly or adjust logic
- Reduces ambiguity in delegation flows and improves outcome quality

**Who this is for:** Teams orchestrating multi-agent collaboration that require clear task definitions.
