# Keep framework injected parameters out of user facing input schemas

> We fixed an issue where parameters automatically injected by the framework, such as agent, team, and run_context, were appearing in user_input_schema, presenting users with fields they should never…

- Published: 2026-04-14
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/keep-framework-injected-parameters-out-of-user-facing-input-schemas
- Markdown: https://agno-com-nine.vercel.app/articles/keep-framework-injected-parameters-out-of-user-facing-input-schemas.md

We fixed an issue where parameters automatically injected by the framework, such as `agent`, `team`, and `run_context`, were appearing in `user_input_schema`, presenting users with fields they should never need to fill in. These parameters are now excluded, so only genuinely user facing fields appear in the schema.
