Sebastián Ramírez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/.agents/skills/fastapi/SKILL.md
|
|
@ -348,7 +348,7 @@ Use dependencies when: |
|
|
|
|
|
|
|
|
### Dependencies with `yield` and `scope` |
|
|
### 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. |
|
|
Use the default scope `"request"` to run the exit code after the response is sent back. |
|
|
|
|
|
|
|
|
|