OllamaEmbedResponseSpecification
class OllamaEmbedResponseSpecification(var embeddings: List<List<Float>>? = null, var model: String? = null, delay: Duration = 0.seconds) : AbstractResponseSpecification<EmbeddingsRequest, EmbeddingsResponse> (source)
Specification for configuring embedding responses.
This class is used to specify the content and behavior of responses to embedding requests. It allows specifying the embeddings, model, and other response properties.