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

Function getModelsForm

frontend/src/axios/models.ts:59–62  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

57 return await request.post(`${project_base_url}/models`, params)
58}
59const getModelsForm = async (id: string) => {
60 const project_base_url = `api/v1`
61 return await request.get(`${project_base_url}/models/${id}?include_credentials_schema=true&include_display_credentials=true`)
62}
63const getModelProviderList = async (type: string) => {
64 const project_base_url = `api/v1`
65 if (type) {

Callers 4

handleJumpFunction · 0.90
fetchEditFormDataFunction · 0.90
fetchDataFunction · 0.90
handleModalConfirmFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected