← baseline_full_v2

fastapi_15280

failed NO_PATCH NO_PATCH UNSUBMITTED empty_patch(None) · None tool calls · 0 s · fastapi/fastapi

Task input

✨ Add support for `@app.vibe()`

✨ Add support for `@app.vibe()`

Tool calls (0)

#ToolArgumentsResult
No trace captured.

Test output

show
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