Browse Source

✏️ Update fastapi/.agents/skills/fastapi/SKILL.md

Co-authored-by: Alejandra <[email protected]>
pull/14982/head
Sebastián Ramírez 5 months ago
committed by GitHub
parent
commit
c45abe96e4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/.agents/skills/fastapi/SKILL.md

2
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

Loading…
Cancel
Save