OpenRouterStreamDelta
class OpenRouterStreamDelta(val content: String? = null, val role: String? = null, val toolCalls: List<OpenAIToolCall>? = null, val reasoning: String? = null, val reasoningDetails: List<JsonElement>? = null)(source)
Constructors
Link copied to clipboard
constructor(content: String? = null, role: String? = null, toolCalls: List<OpenAIToolCall>? = null, reasoning: String? = null, reasoningDetails: List<JsonElement>? = null)