MCPcopy
hub / github.com/ericc-ch/copilot-api / ModelsResponse

Interface ModelsResponse

src/services/copilot/get-models.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface ModelsResponse {
16 data: Array<Model>
17 object: string
18}
19
20interface ModelLimits {
21 max_context_window_tokens?: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…