docs: document sync streaming callbacks in async contexts - #11870
Merged
Conversation
…cks in run_async, and SearchableToolset duplicate-name check Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Jul 5, 2026
…he other SearchableToolset docs Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Resolve conflict in asyncpipeline.mdx: keep the new Error Handling and Task Cancellation section, adopt main's corrected API reference link (AsyncPipeline methods now live in pipeline.py on v3). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The AsyncPipeline page is being removed (AsyncPipeline merged into Pipeline in 3.0), so the new content lands on the Pipelines concepts page instead, and the streaming-callbacks guide links there. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
julian-risch
added a commit
that referenced
this pull request
Jul 8, 2026
…ted async docs Takes over the pipelines.mdx additions from #11870 so the two PRs no longer touch the same file. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
All pipelines.mdx edits are consolidated in #11871 to avoid cross-PR conflicts; this PR now only adds the Sync and Async Callbacks section. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
julian-risch
marked this pull request as ready for review
July 8, 2026 19:51
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
1 similar comment
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
anakin87
requested changes
Jul 9, 2026
julian-risch
enabled auto-merge (squash)
July 9, 2026 07:56
julian-risch
added a commit
that referenced
this pull request
Jul 9, 2026
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issues
Proposed Changes:
streaming_callbacks are now accepted in async contexts with a logged warning, while async callbacks in syncrunstill raise.How did you test it?
The sync-callback behavior (streaming proceeds, warning logged) was executed against the v3 code with an offline generator.
Notes for the reviewer
Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:and added!in case the PR includes breaking changes.🤖 Generated with Claude Code