File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
docs/user-guide/concepts/streaming Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments