[PR #1853] [MERGED] oss(js): update docs for ollama structured output #1906

Closed
opened 2026-02-17 17:22:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1853
Author: @jonghwanhyeon
Created: 12/11/2025
Status: Merged
Merged: 1/8/2026
Merged by: @lnhsingh

Base: mainHead: oss-js-update-docs-for-ollama-structured-output


📝 Commits (2)

  • bbca3d8 oss(js): update docs for ollama structured output
  • fc44979 Merge branch 'main' into oss-js-update-docs-for-ollama-structured-output

📊 Changes

1 file changed (+38 additions, -65 deletions)

View changed files

📝 src/oss/javascript/integrations/chat/ollama.mdx (+38 -65)

📄 Description

Overview

This PR updates the ChatOllama documentation to reflect the native structured output capabilities in LangChain.js and Ollama.

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • 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/1853 **Author:** [@jonghwanhyeon](https://github.com/jonghwanhyeon) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `oss-js-update-docs-for-ollama-structured-output` --- ### 📝 Commits (2) - [`bbca3d8`](https://github.com/langchain-ai/docs/commit/bbca3d89424897e5e42d65c3dc2f009aefee57fe) oss(js): update docs for ollama structured output - [`fc44979`](https://github.com/langchain-ai/docs/commit/fc4497978456f5cff79b092291bba88aff35f9b3) Merge branch 'main' into oss-js-update-docs-for-ollama-structured-output ### 📊 Changes **1 file changed** (+38 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/chat/ollama.mdx` (+38 -65) </details> ### 📄 Description ## Overview This PR updates the `ChatOllama` documentation to reflect the native structured output capabilities in LangChain.js and Ollama. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - Feature PR: https://github.com/langchain-ai/langchainjs/pull/9580 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] 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 --- <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-02-17 17:22:51 -05:00
yindo closed this issue 2026-02-17 17:22:51 -05:00
yindo changed title from [PR #1853] oss(js): update docs for ollama structured output to [PR #1853] [MERGED] oss(js): update docs for ollama structured output 2026-06-05 18:15:36 -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#1906