Skip to content

docs(pages): add OpenAI Responses API to website i18n strings#373

Merged
lizhengfeng101 merged 1 commit into
alibaba:mainfrom
lesbass:fix/issue-372-openai-responses-website
Jul 15, 2026
Merged

docs(pages): add OpenAI Responses API to website i18n strings#373
lizhengfeng101 merged 1 commit into
alibaba:mainfrom
lesbass:fix/issue-372-openai-responses-website

Conversation

@lesbass

@lesbass lesbass commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the website i18n strings to reflect the OpenAI Responses API protocol support added in PR #363.

Changes

  • features.feat3Desc in all 3 language files (en, zh, ja): Updated from referencing only two protocols (Anthropic Messages API and OpenAI Chat Completions API) to include the OpenAI Responses API as the third protocol.

  • docs.configManualCustomNote in all 3 language files: Updated "Supported protocols: anthropic, openai" to "Supported protocols: anthropic, openai, openai-responses".

Files changed

  • pages/src/i18n/en.ts
  • pages/src/i18n/zh.ts
  • pages/src/i18n/ja.ts

Verification

npm run build
webpack 5.108.4 compiled with 2 warnings in 10834 ms

Build succeeds. The two warnings are pre-existing asset size warnings, not related to this change.

Closes #372

Update features.feat3Desc and docs.configManualCustomNote across all
three language files (en, zh, ja) to include the openai-responses
protocol added in PR alibaba#363.

Closes alibaba#372
@CLAassistant

CLAassistant commented Jul 15, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@github-actions

Copy link
Copy Markdown
Contributor

OpenCodeReview: No comments generated. Looks good to me.

@lizhengfeng101

Copy link
Copy Markdown
Collaborator

Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

@lizhengfeng101 lizhengfeng101 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@lizhengfeng101
lizhengfeng101 merged commit 2bf81bc into alibaba:main Jul 15, 2026
3 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.

docs(pages): update website to reflect OpenAI Responses API protocol support

3 participants