Skip to content

Commit b57d9db

Browse files
authored
docs(streaming): document redactedContent event type (#90)
1 parent 99c0eb6 commit b57d9db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/user-guide/concepts/streaming/async-iterators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The async iterator yields the same event types as [callback handlers](callback-h
6161
- `reasoning`: True for reasoning events
6262
- `reasoningText`: Text from reasoning process
6363
- `reasoning_signature`: Signature from reasoning process
64+
- `redactedContent`: Reasoning content redacted by the model
6465

6566
## FastAPI Example
6667

docs/user-guide/concepts/streaming/callback-handlers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Callback handlers receive the same event types as [async iterators](./async-iter
6767
- `reasoning`: True for reasoning events
6868
- `reasoningText`: Text from reasoning process
6969
- `reasoning_signature`: Signature from reasoning process
70+
- `redactedContent`: Reasoning content redacted by the model
7071

7172
## Default Callback Handler
7273

0 commit comments

Comments
 (0)