MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPromptVariant

Function getPromptVariant

src/services/PromptSuggestion/promptSuggestion.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31export type PromptVariant = 'user_intent' | 'stated_intent'
32
33export function getPromptVariant(): PromptVariant {
34 return 'user_intent'
35}
36
37export function shouldEnablePromptSuggestion(): boolean {
38 // Env var overrides everything (for testing)

Callers 3

tryGenerateSuggestionFunction · 0.85
logSuggestionSuppressedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected