| 13 | ) |
| 14 | |
| 15 | type EmbeddingRequest struct { |
| 16 | Input string `json:"input"` |
| 17 | Model string `json:"model"` |
| 18 | } |
| 19 | |
| 20 | // EmbeddingResponse is the response from a Create embeddings request. |
| 21 | type EmbeddingResponse struct { |
nothing calls this directly
no outgoing calls
no test coverage detected