Skip to content

ThinkingChunk

A thinking/reasoning content chunk from the LLM response stream.

---
title: ThinkingChunk
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class StreamChunk {
      <<abstract>>
        +string kind
    }
    StreamChunk <|-- ThinkingChunk
    class ThinkingChunk {
        +string kind
        +string value
    }
value: Let me consider...
NameTypeDescription
kindstringThe kind identifier for thinking chunks
valuestringThe thinking content of the chunk