| 25 | } |
| 26 | |
| 27 | type AddPipelineInput struct { |
| 28 | Type PipelineType `json:"type"` |
| 29 | Name string `json:"name"` |
| 30 | RepositoryEmbeddings *AddRepositoryEmbeddingsInput `json:"repositoryEmbeddings,omitempty"` |
| 31 | } |
| 32 | |
| 33 | type AddRepositoryEmbeddingsInput struct { |
| 34 | RepositoryID string `json:"repositoryID"` |
nothing calls this directly
no outgoing calls
no test coverage detected