Skip to content

Commit df0787c

Browse files
committed
fix: preserve the original sentence
1 parent 932584e commit df0787c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Click the image below.
2222

2323
### Streaming Parsing
2424
- Define schemas for streaming structured outputs using Pydantic-style models.
25-
- Receive granular, type-safe callbacks (`on_start`, `on_complete`, and `on_append`/`on_update` depending on type) as tokens stream in.
25+
- Receive granular, type-safe callbacks (`on_append`, `on_update`, `on_complete`) as tokens stream in.
2626
- Derive Pydantic models from LangDiff models for seamless interop with existing libraries and SDKs like OpenAI SDK.
2727

2828
<table>

0 commit comments

Comments
 (0)