| 31 | } |
| 32 | |
| 33 | type AddRepositoryEmbeddingsInput struct { |
| 34 | RepositoryID string `json:"repositoryID"` |
| 35 | ModelID string `json:"modelID"` |
| 36 | StorageID string `json:"storageID"` |
| 37 | } |
| 38 | |
| 39 | type AddRepositoryInput struct { |
| 40 | URL *string `json:"url,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected