MCPcopy Index your code
hub / github.com/anomalyco/opencode / anthropicOmitsThinking

Function anthropicOmitsThinking

packages/opencode/src/provider/transform.ts:630–632  ·  view source on GitHub ↗
(apiId: string)

Source from the content-addressed store, hash-verified

628}
629
630function anthropicOmitsThinking(apiId: string) {
631 return anthropicOpus47OrLater(apiId) || anthropicSonnet5OrLater(apiId) || apiId.includes("fable-5")
632}
633
634function googleThinkingLevelEfforts(apiId: string) {
635 const id = apiId.toLowerCase()

Callers 1

variantsFunction · 0.85

Calls 2

anthropicOpus47OrLaterFunction · 0.85
anthropicSonnet5OrLaterFunction · 0.85

Tested by

no test coverage detected