Skip to content

Fixing doc tool of Duo Chat work with GitLab Production account

Gosia Ksionek requested to merge mk-documentation-api-anthropic-error into master

What does this MR do and why?

Fixes small issues with Documentation tool to be able to move the call to Anthropic production account.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Use Anthropic API key from GitLab Corp account (not GitLab Dev).
  2. Ask doc question in chat on master. See response (it's 400).
  3. Move to this branch.
  4. Ask doc question in chat. It works.

resolves https://gitlab.com/gitlab-org/gitlab/-/issues/436228

Edited by Gosia Ksionek

Merge request reports