OllamaChatRequestDTO
@Serializable
Request for the /api/chat endpoint.
Constructors
Link copied to clipboard
constructor(model: String, messages: List<OllamaChatMessageDTO>, tools: List<OllamaToolDTO>? = null, format: JsonElement? = null, options: OllamaChatRequestDTO.Options? = null, stream: Boolean, keepAlive: String? = null)