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

Method modelID

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

Source from the content-addressed store, hash-verified

34}
35
36func (a *Adapter) modelID() string {
37 return strings.TrimSpace(a.cfg.DefaultModel)
38}
39
40func (a *Adapter) Invoke(ctx context.Context, req types.BackendRequest) (types.BackendResponse, error) {
41 text, _ := req.Input["text"].(string)

Callers 1

InvokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected