Sync fastapi docs from eba8942c on 2026-04-11
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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): ...
|
||||
Reference in New Issue
Block a user