Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ llmSupportsVision
Function
llmSupportsVision
packages/components/src/multiModalUtils.ts:51–52 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
49
}
50
51
export
const
llmSupportsVision = (value: any): value is IVisionChatModal =>
52
!!value?.multiModalOption && value.multiModalOption.image?.allowImageUploads === true
Callers
9
processImageMessage
Function · 0.90
prepareChain
Function · 0.90
runPrediction
Function · 0.90
processImageMessage
Function · 0.90
run
Method · 0.90
prepareAgent
Function · 0.90
prepareAgent
Function · 0.90
prepareAgent
Function · 0.90
addImagesToMessages
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected