MCPcopy Create free account
hub / github.com/anus-dev/ANUS / isThinkingSupported

Function isThinkingSupported

packages/core/src/core/client.ts:59–63  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

57import { IdeContext, File } from '../ide/ideContext.js';
58
59function isThinkingSupported(model: string) {
60 // Grok thinks, therefore ANUS is
61 if (model.startsWith('grok-2')) return true;
62 return false;
63}
64
65/**
66 * Returns the index of the content after the fraction of the total characters in the history.

Callers 1

startChatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected