failed NO_PATCH NO_PATCH UNSUBMITTED empty_patch(None) · None tool calls · 0 s · fastapi/fastapi
✨ Add support for `@app.vibe()` ✨ Add support for `@app.vibe()`
| # | Tool | Arguments | Result |
|---|---|---|---|
| No trace captured. | |||
F
=================================== FAILURES ===================================
_______________________________ test_vibe_raises _______________________________
def test_vibe_raises():
with pytest.raises(FastAPIError, match="Are you kidding me"):
app = FastAPI()
> @app.vibe(
^^^^^^^^
"/vibe/",
prompt="pls return json of users from database. make no mistakes",
)
E AttributeError: 'FastAPI' object has no attribute 'vibe'
tests/test_vibe.py:12: AttributeError
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
1 failed in 0.35s