[PR #3731] [CLOSED] docs(deepagents): document OpenAI Responses API default on models page #3758

Closed
opened 2026-06-05 18:53:03 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3731
Author: @AdemBoukhris457
Created: 4/25/2026
Status: Closed

Base: mainHead: docs/deepagents-openai-responses-default


📝 Commits (1)

  • 7fd8428 docs(deepagents): document OpenAI Responses API default on models page

📊 Changes

1 file changed (+34 additions, -0 deletions)

View changed files

📝 src/oss/deepagents/models.mdx (+34 -0)

📄 Description

Add an OpenAI and the Responses API section explaining that openai: string models resolve with use_responses_api=True by default, how to opt into Chat Completions via init_chat_model / initChatModel and a model instance, and pointers to retention and integration docs for Python and JavaScript.

Overview

Adds a new OpenAI and the Responses API section to src/oss/deepagents/models.mdx so readers learn that Deep Agents merges harness defaults (including the Responses API) when resolving openai: model strings, how to force Chat Completions by passing a pre-configured model instance, and where to read retention and integration details for Python and JavaScript.

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue: closes #3730

  • Feature PR:

  • Linear issue:

  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3731 **Author:** [@AdemBoukhris457](https://github.com/AdemBoukhris457) **Created:** 4/25/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/deepagents-openai-responses-default` --- ### 📝 Commits (1) - [`7fd8428`](https://github.com/langchain-ai/docs/commit/7fd84284443700dc10b3628b8a544469e9c68678) docs(deepagents): document OpenAI Responses API default on models page ### 📊 Changes **1 file changed** (+34 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/models.mdx` (+34 -0) </details> ### 📄 Description Add an OpenAI and the Responses API section explaining that `openai:` string models resolve with `use_responses_api=True` by default, how to opt into Chat Completions via `init_chat_model` / `initChatModel` and a model instance, and pointers to retention and integration docs for Python and JavaScript. ## Overview Adds a new **OpenAI and the Responses API** section to `src/oss/deepagents/models.mdx` so readers learn that Deep Agents merges harness defaults (including the Responses API) when resolving `openai:` model strings, how to force Chat Completions by passing a pre-configured model instance, and where to read retention and integration details for Python and JavaScript. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: closes #3730 - Feature PR: - Linear issue: - Slack thread: ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:53:03 -04:00
yindo closed this issue 2026-06-05 18:53:03 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3758