MCPcopy
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
274func (opts AIOptsType) IsPremiumModel() bool {
275 return opts.WaveAIPremium
276}
277
278func (opts AIOptsType) HasCapability(cap string) bool {
279 return slices.Contains(opts.Capabilities, cap)

Callers 1

RunAIChatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected