OllamaChatResponseSpecification

constructor(assistantContent: String = "This is a mock response from Ollama.", thinking: String? = null, toolCalls: List<Map<String, Any>>? = null, finishReason: String? = "stop", delay: Duration = 0.seconds)(source)