MCPcopy Create free account
hub / github.com/compozy/agh / providerModelBoolString

Function providerModelBoolString

internal/cli/provider_models.go:248–253  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

246}
247
248func providerModelBoolString(value bool) string {
249 if value {
250 return toolBoolTrue
251 }
252 return toolBoolFalse
253}

Callers 3

providerModelListBundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected