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