diff --git a/fastapi/.agents/skills/fastapi/SKILL.md b/fastapi/.agents/skills/fastapi/SKILL.md index 14f4610989..24ed6c6d98 100644 --- a/fastapi/.agents/skills/fastapi/SKILL.md +++ b/fastapi/.agents/skills/fastapi/SKILL.md @@ -348,7 +348,7 @@ Use dependencies when: ### Dependencies with `yield` and `scope` -When the using dependencies with `yield`, they can have a `scope` that defines when the exit code is run. +When using dependencies with `yield`, they can have a `scope` that defines when the exit code is run. Use the default scope `"request"` to run the exit code after the response is sent back.