MCPcopy Create free account
hub / github.com/InferCore/InferCore / Metadata

Method Metadata

internal/adapters/bedrock/bedrock.go:138–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138func (a *Adapter) Metadata() types.BackendMetadata {
139 return types.BackendMetadata{
140 Name: a.cfg.Name,
141 Type: a.cfg.Type,
142 Capabilities: a.cfg.Capabilities,
143 CostUnit: a.cfg.Cost.Unit,
144 MaxConcurrency: a.cfg.MaxConcurrency,
145 }
146}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected