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
|
|
@ -224,7 +224,7 @@ async def get_item() -> Any: |
|
|
return {"name": "Foo", "description": "A very nice Item"} |
|
|
return {"name": "Foo", "description": "A very nice Item"} |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
This can be in particular useful when filtering data to expose only the public fields, and avoid exposing sensitive information. |
|
|
This can be particularly useful when filtering data to expose only the public fields and avoid exposing sensitive information. |
|
|
|
|
|
|
|
|
```python |
|
|
```python |
|
|
from typing import Any |
|
|
from typing import Any |
|
|
|