MCPcopy Create free account
hub / github.com/OpenPipe/ART / handler

Function handler

tests/unit/test_yield_trajectory.py:114–115  ·  view source on GitHub ↗
(_: web.Request)

Source from the content-addressed store, hash-verified

112 """Start a test server for the module."""
113
114 async def handler(_: web.Request) -> web.Response:
115 return web.json_response(mock_response)
116
117 app = web.Application()
118 app.router.add_route("POST", "/v1/chat/completions", handler)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected