Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
export
function
resolveImageInput(input: string): string {
21
return
input.startsWith(
'http'
) ? input : localFileToDataUri(input);
22
}
23
24
const
MAX_IMAGE_SIZE_BYTES = 50 * 1024 * 1024;
25
Callers
1
run
Function · 0.90
Calls
1
localFileToDataUri
Function · 0.85
Tested by
no test coverage detected