MCPcopy
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
51export const llmSupportsVision = (value: any): value is IVisionChatModal =>
52 !!value?.multiModalOption && value.multiModalOption.image?.allowImageUploads === true

Callers 9

processImageMessageFunction · 0.90
prepareChainFunction · 0.90
runPredictionFunction · 0.90
processImageMessageFunction · 0.90
runMethod · 0.90
prepareAgentFunction · 0.90
prepareAgentFunction · 0.90
prepareAgentFunction · 0.90
addImagesToMessagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected