Conversation
…MCP support. Added prompt caching. Cleaned content_parts behaviors on messages. Made ruff rules stricter.
…ernal generation steps
…ed. Version to 3.0.0-rc.1
…extra from litellm.
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.
.mdxand.jsonformats, updated navigation and assets, and removed material/mkdocs build files and static assets.rigging.tool. TheTool,@tool,@tool_method,robopages, andmcpinterfaces have replaced previousApiTooland native Tool abstractions. Tool usage in pipelines is now consistent and all tool APIs are migrated to the new system.ChatPipelineand associated pipeline flow:until()and legacy internal pipeline control, replaced withthen()andmap()callback-based interface usingPipelineStep,step(), andContextManager/AsyncGeneratorpatterns.until_parsed_as()parameters changed: removed/deprecatedmax_rounds,attempt_recovery, anddrop_dialog, added/renamed tomax_depth.MessagesExhaustedMaxRoundsErrortoMaxDepthError. Update exception handling in calling code.Message.contentas text-only; useMessage.content_partsfor full content, including multimodal parts.ContentAudioInputtype for audio.errors_to_fail_onwitherrors_to_catch.catchlist and unifiedon_failedhandling for "raise", "skip", or "include".merge_strategyinChatPipeline.addto "none". Messages of the same role are not merged unless explicitly requested..cache()method onChatPipelinefor controlling prompt caching hints (experimental).litellm,openai, and added support formcpand related protocol support libraries.integrationsmodule; imported all new public symbols (tool_method,mcp,robopages, etc.) from root.This summary was generated with ❤️ by rigging