MCPcopy Index your code
hub / github.com/MiniMax-AI/cli / resolveImageInput

Function resolveImageInput

src/utils/image.ts:20–22  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

18}
19
20export function resolveImageInput(input: string): string {
21 return input.startsWith('http') ? input : localFileToDataUri(input);
22}
23
24const MAX_IMAGE_SIZE_BYTES = 50 * 1024 * 1024;
25

Callers 1

runFunction · 0.90

Calls 1

localFileToDataUriFunction · 0.85

Tested by

no test coverage detected