diff --git a/fastapi/.agents/skills/fastapi/SKILL.md b/fastapi/.agents/skills/fastapi/SKILL.md index 23d18aadd1..14f4610989 100644 --- a/fastapi/.agents/skills/fastapi/SKILL.md +++ b/fastapi/.agents/skills/fastapi/SKILL.md @@ -286,7 +286,7 @@ async def get_item() -> Any: Do not use `ORJSONResponse` or `UJSONResponse`, they are deprecated. -Instead declare a return type or response model. Pydantic will handle the data serialization in the Rust side. +Instead declare a return type or response model. Pydantic will handle the data serialization on the Rust side. ### Including Routers