-
Notifications
You must be signed in to change notification settings - Fork 10.4k
added resumable streaming with minimal setup #26705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Update: Fixed incorrect method nameI've just pushed a correction to fix an inaccuracy in the documentation. The method name was incorrectly documented as Changes made:
The documentation now accurately reflects the actual API as implemented in the resumable-stream-chat example. |
2658066 to
9e3aa5d
Compare
|
Preview URL: https://ac6ab726.preview.developers.cloudflare.com Files with changes (up to 15)
|
d768980 to
d8bd0d4
Compare
|
✅ Documentation update complete Added comprehensive API reference documentation at What's new:
The PR now includes both:
Both pages follow Cloudflare docs style guide requirements and use proper MDX components. |
Synced from cloudflare/agents PR #673: added resumable streaming with minimal setup This documentation covers the automatic resumable streaming feature in AIChatAgent that allows chat streams to seamlessly resume after disconnections. Source PR: cloudflare/agents#673 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
b1c7767 to
ac6ab72
Compare
Summary
This PR syncs documentation for the resumable streaming feature added to the Agents SDK.
Changes:
AIChatAgentSource
Test plan
🤖 Generated with Claude Code