MCPcopy
hub / github.com/the-open-agent/openagent / fileContentProvider

Struct fileContentProvider

model/file_content.go:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35)
36
37type fileContentProvider struct {
38 providerType string
39 provider ModelProvider
40}
41
42func (p *fileContentProvider) GetPricing() string {
43 return p.provider.GetPricing()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected