Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diillson/chatcli
/ metaHasVision
Function
metaHasVision
cli/vision_fallback.go:184–191 ·
view source on GitHub ↗
(meta catalog.ModelMeta)
Source
from the content-addressed store, hash-verified
182
}
183
184
func
metaHasVision(meta catalog.ModelMeta) bool {
185
for
_, c :=
range
meta.Capabilities {
186
if
c ==
"vision"
{
187
return
true
188
}
189
}
190
return
false
191
}
Callers
1
resolveVisionDescribeModel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected