@toothfairyai/sdk 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -121,6 +121,7 @@ session.on('sse_event', (data) => {
|
|
|
121
121
|
- `'data'`: Streaming response text chunks
|
|
122
122
|
- `'complete'`: Final response with metadata
|
|
123
123
|
- `'error'`: Error events
|
|
124
|
+
- `'chat_created'`: Chat creation events with chat ID
|
|
124
125
|
- `'sse_event'`: All raw SSE events (when `showProgress=true`)
|
|
125
126
|
|
|
126
127
|
**When to use `showProgress`:**
|