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

Method Metadata

internal/adapters/gemini/gemini.go:396–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394}
395
396func (a *Adapter) Metadata() types.BackendMetadata {
397 return types.BackendMetadata{
398 Name: a.cfg.Name,
399 Type: a.cfg.Type,
400 Capabilities: a.cfg.Capabilities,
401 CostUnit: a.cfg.Cost.Unit,
402 MaxConcurrency: a.cfg.MaxConcurrency,
403 }
404}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected