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

Method Name

internal/adapters/vllm/vllm.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (a *Adapter) Name() string {
44 return a.cfg.Name
45}
46
47func (a *Adapter) Invoke(ctx context.Context, req types.BackendRequest) (types.BackendResponse, error) {
48 text, _ := req.Input["text"].(string)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected