MCPcopy
hub / github.com/codeaashu/claude-code / isPDFSupported

Function isPDFSupported

src/utils/pdfUtils.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 * covers all provider ID formats (Bedrock prefixes, Vertex @-dates).
58 */
59export function isPDFSupported(): boolean {
60 return !getMainLoopModel().toLowerCase().includes('claude-3-haiku')
61}
62
63/**
64 * Check if a file extension is a PDF document.

Callers 2

renderPromptTemplateFunction · 0.85
callInnerFunction · 0.85

Calls 1

getMainLoopModelFunction · 0.85

Tested by

no test coverage detected