MCPcopy Create free account
hub / github.com/tiann/hapi / getMachineCodexModels

Method getMachineCodexModels

web/src/api/client.ts:600–604  ·  view source on GitHub ↗
(machineId: string)

Source from the content-addressed store, hash-verified

598 }
599
600 async getMachineCodexModels(machineId: string): Promise<CodexModelsResponse> {
601 return await this.request<CodexModelsResponse>(
602 `/api/machines/${encodeURIComponent(machineId)}/codex-models`
603 )
604 }
605
606 async getSessionCodexModels(sessionId: string): Promise<CodexModelsResponse> {
607 return await this.request<CodexModelsResponse>(

Callers 1

useCodexModelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected