MCPcopy Create free account
hub / github.com/encoder-run/operator / AddRepositoryEmbeddingsInput

Struct AddRepositoryEmbeddingsInput

pkg/graph/model/models_gen.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type AddRepositoryEmbeddingsInput struct {
34 RepositoryID string `json:"repositoryID"`
35 ModelID string `json:"modelID"`
36 StorageID string `json:"storageID"`
37}
38
39type AddRepositoryInput struct {
40 URL *string `json:"url,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected