MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / model_property_schemas

Function model_property_schemas

inference/test/inference_service/inference.py:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82
83
84async def model_property_schemas():
85 async with aiohttp.ClientSession() as session:
86 request_url = f"{Config.BASE_URL}/model_property_schemas/text_embedding"
87 response = await session.get(request_url)
88 return ResponseWrapper(response.status, await response.json())
89
90
91async def get_resources(url):

Callers 1

Calls 3

ResponseWrapperClass · 0.90
getMethod · 0.45
jsonMethod · 0.45

Tested by 1