MCPcopy Create free account
hub / github.com/compozy/agh / RefreshProviderModels

Method RefreshProviderModels

internal/cli/client.go:64–64  ·  view source on GitHub ↗
(ctx context.Context, providerID string, request ProviderModelRefreshRequest)

Source from the content-addressed store, hash-verified

62 ProbeProviderAuth(ctx context.Context, providerID string) (contract.ProviderAuthProbeResponse, error)
63 ListProviderModels(ctx context.Context, query ProviderModelListQuery) (ProviderModelListRecord, error)
64 RefreshProviderModels(ctx context.Context, providerID string, request ProviderModelRefreshRequest) (
65 ProviderModelRefreshRecord,
66 error,
67 )

Callers 1

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected