Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ IsPremiumModel
Method
IsPremiumModel
pkg/aiusechat/uctypes/uctypes.go:274–276 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
272
}
273
274
func
(opts AIOptsType) IsPremiumModel() bool {
275
return
opts.WaveAIPremium
276
}
277
278
func
(opts AIOptsType) HasCapability(cap string) bool {
279
return
slices.Contains(opts.Capabilities, cap)
Callers
1
RunAIChat
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected