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