MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / health_check

Function health_check

backend/app/services/inference/verify.py:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39async def health_check() -> ResponseWrapper:
40 async with aiohttp.ClientSession() as session:
41 response = await session.get(
42 f"{CONFIG.TASKINGAI_INFERENCE_URL}/v1/health_check",
43 )
44 return ResponseWrapper(response.status, await response.json())

Callers

nothing calls this directly

Calls 3

ResponseWrapperClass · 0.90
getMethod · 0.45
jsonMethod · 0.45

Tested by

no test coverage detected