Skip to content

docs: add guide page for AnthropicFoundryChatGenerator (#11790)#11812

Merged
bogdankostic merged 1 commit into
deepset-ai:mainfrom
Aarkin7:docs/anthropic-foundry-chat-generator
Jul 1, 2026
Merged

docs: add guide page for AnthropicFoundryChatGenerator (#11790)#11812
bogdankostic merged 1 commit into
deepset-ai:mainfrom
Aarkin7:docs/anthropic-foundry-chat-generator

Conversation

@Aarkin7

@Aarkin7 Aarkin7 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Related Issues

Proposed Changes:

Adds a guide page for AnthropicFoundryChatGenerator, the Azure Foundry variant of AnthropicChatGenerator. The component was already covered by the auto-synced API reference, but had no entry point explaining what it's for, how to authenticate (ANTHROPIC_FOUNDRY_API_KEY + resource, or azure_ad_token_provider + endpoint), or how to use it standalone vs. in a pipeline.

How did you test it?

  • npm run start in docs-website/ : page renders, key-value table looks right, sidebar shows the new entry in the expected slot.
  • npm run build, no broken links or MDX errors.
  • Manually clicked through every internal link in the page (ChatMessage, ChatPromptBuilder, Secret, Tool/Toolset, print_streaming_chunk, /reference/integrations-anthropic).

Notes for the reviewer

Content is modelled on anthropicchatgenerator.mdx and anthropicvertexchatgenerator.mdx, only the Foundry-specific bits (auth modes, resource vs. endpoint, default model claude-sonnet-4-5, supported model list) are fresh prose.

Checklist

  • I have read the contributors guidelines and the code of conduct.
  • I have updated the related issue with new insights and changes.
  • I have added unit tests and updated the docstrings.
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I have documented my code.
  • I have added a release note file, following the contributors guidelines.
  • I have run pre-commit hooks and fixed any issue.

@Aarkin7 Aarkin7 requested a review from a team as a code owner June 29, 2026 13:20
@Aarkin7 Aarkin7 requested review from bogdankostic and removed request for a team June 29, 2026 13:20
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

@Aarkin7 is attempting to deploy a commit to the deepset Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
haystack-docs Ready Ready Preview, Comment Jul 1, 2026 12:37pm

Request Review

@bogdankostic bogdankostic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Aarkin7! :)

@bogdankostic bogdankostic merged commit a913f01 into deepset-ai:main Jul 1, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add docs page for AnthropicFoundryChatGenerator component

2 participants