docs: remove documentation for APIs removed in 3.0 (ToolInvoker page, Agent breakpoints, auto tracing)#11955
Conversation
…acing docs for 3.0 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
looks good to me, only questions is, regarding:
Should we wait for that PR be merged first? |
Fair point. I have the PRs in this order on purpose. This way, with this PR getting merged first, there are no breaking links and docs build remains working. Keeps the reviews a bit simpler. |
Related Issues
Proposed Changes:
Removes documentation for APIs that no longer exist in Haystack 3.0:
docs-website/docs/pipeline-components/tools/toolinvoker.mdxand the now-empty "Tools" sidebar categoryToolInvokeron other pages are deliberately left for a separate PR):docs/tools/ready-made-tools.mdx— reworded to point to theAgentcomponent instead of ToolInvoker.docs/tools/tool.mdx,docs/tools/toolset.mdx,docs/pipeline-components/generators/vertexaigeminichatgenerator.mdx,docs/pipeline-components/generators/googleaigeminichatgenerator.mdx,docs/pipeline-components/generators/guides-to-generators/function-calling.mdx— unlinkedToolInvokerreferences.docs/concepts/pipelines/pipeline-breakpoints.mdx:Agent.run()mentions in the snapshot-callback section.docs/development/tracing.mdx— Replaced the stale "Disabling Auto Tracing" section with a short "Enabling and Disabling Tracing" section: tracing is never enabled automatically; enable it explicitly withhaystack.tracing.enable_tracing(...)or a tracing connector component (OpenTelemetryConnector,DatadogConnector), and disable it withhaystack.tracing.disable_tracing().docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx— one-line fix in the comparison table: replaced the removedAgentBreakpoint/ToolBreakpointclass names with the existingBreakpoint/PipelineSnapshotAPI.How did you test it?
Notes for the reviewer
ToolInvokeron other pages (e.g.tool.mdx,toolset.mdx,function-calling.mdx, Gemini generator pages) are intentionally out of scope and will be rewritten in a follow-up PR; this PR only guarantees no broken links to the deleted page.docs/overview/platform-components.mdxis covered in PR chore: update platform components table #11907Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:and added!in case the PR includes breaking changes.🤖 Generated with Claude Code