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

Method getSessionCodexModels

web/src/api/client.ts:606–610  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

604 }
605
606 async getSessionCodexModels(sessionId: string): Promise<CodexModelsResponse> {
607 return await this.request<CodexModelsResponse>(
608 `/api/sessions/${encodeURIComponent(sessionId)}/codex-models`
609 )
610 }
611
612 async getSessionOpencodeModels(sessionId: string): Promise<OpencodeModelsResponse> {
613 return await this.request<OpencodeModelsResponse>(

Callers 1

useCodexModelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected