| 30 | } |
| 31 | |
| 32 | type CodeEmbeddings struct { |
| 33 | Embeddings []CodeEmbeddingChunk `json:"embeddings"` |
| 34 | } |
| 35 | |
| 36 | type CodeEmbeddingsResponse struct { |
| 37 | Results map[string]CodeEmbeddings `json:"results"` |
nothing calls this directly
no outgoing calls
no test coverage detected