Sync fastapi docs from 622b6356 on 2026-05-11

This commit is contained in:
The Librarian
2026-05-11 04:00:11 +00:00
parent dea80f32eb
commit dc0739b455
23 changed files with 850 additions and 466 deletions
-12
View File
@@ -1,12 +0,0 @@
from typing import Any
from fastapi import FastAPI
app = FastAPI()
@app.vibe(
"/vibe/",
prompt="pls return json of users from database. make no mistakes",
)
async def ai_vibes(body: Any): ...