ThinkingEventPayload
Payload for “thinking” events — reasoning/chain-of-thought tokens.
Class Diagram
Section titled “Class Diagram”---
title: ThinkingEventPayload
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class ThinkingEventPayload {
+string token
}
Yaml Example
Section titled “Yaml Example”token: Let me consider...Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| token | string | The thinking/reasoning token text |