We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932584e commit df0787cCopy full SHA for df0787c
1 file changed
README.md
@@ -22,7 +22,7 @@ Click the image below.
22
23
### Streaming Parsing
24
- 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.
+- Receive granular, type-safe callbacks (`on_append`, `on_update`, `on_complete`) as tokens stream in.
26
- Derive Pydantic models from LangDiff models for seamless interop with existing libraries and SDKs like OpenAI SDK.
27
28
<table>
0 commit comments