Client for embedding source code files
| 10 | |
| 11 | // Client for embedding source code files |
| 12 | type EmbeddingClient struct { |
| 13 | httpClient *http.Client |
| 14 | baseURL string |
| 15 | } |
| 16 | |
| 17 | type CodeEmbeddingRequest struct { |
| 18 | Path string |
nothing calls this directly
no outgoing calls
no test coverage detected