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

Function getModelSchema

frontend/src/axios/models.ts:16–19  ·  view source on GitHub ↗
(modelSchemaId: string)

Source from the content-addressed store, hash-verified

14 return await request.get(`${project_base_url}/providers/get?provider_id=${id}`)
15}
16const getModelSchema = async (modelSchemaId: string) => {
17 const url = `api/v1`
18 return await request.get(`${url}/model_schemas/get?model_schema_id=${modelSchemaId}`)
19}
20const getModelsList = async <T extends Record<string, string | number>>(
21 params: T,
22 type?: string

Callers 3

handleJumpFunction · 0.90
fetchDataFunction · 0.90
handleModalConfirmFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected