Chunk
data class Chunk(val content: String?, val reasoningContent: String?, val toolCalls: List<ChatResult.ChunkToolCall>?) : ChatResult(source)
Constructors
Link copied to clipboard
constructor(content: String?, reasoningContent: String?, toolCalls: List<ChatResult.ChunkToolCall>?)