MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getSupportedThinkingLevels

Function getSupportedThinkingLevels

packages/core/src/ai/thinking.ts:228–231  ·  view source on GitHub ↗
(provider: string, modelId: string)

Source from the content-addressed store, hash-verified

226 * Used by: UI (ChatStatusBar) to render the level picker.
227 */
228export function getSupportedThinkingLevels(provider: string, modelId: string): ThinkingLevel[] {
229 const type = classifyThinkingType(provider, modelId)
230 return TYPE_LEVELS[type]
231}
232
233/**
234 * Returns whether the model/provider combo is a reasoning-capable model

Callers 1

thinking.test.tsFile · 0.90

Calls 1

classifyThinkingTypeFunction · 0.85

Tested by

no test coverage detected