[PR #2559] [MERGED] Update customization.mdx to fix examples for using skills #2540

Closed
opened 2026-02-17 17:23:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2559
Author: @hanshsieh
Created: 2/9/2026
Status: Merged
Merged: 2/10/2026
Merged by: @mdrxy

Base: mainHead: fix_doc


📝 Commits (1)

  • 31abca8 Update customization.mdx to fix examples for using skills

📊 Changes

1 file changed (+6 additions, -4 deletions)

View changed files

📝 src/oss/deepagents/customization.mdx (+6 -4)

📄 Description

Overview

This PR fix the example code of using skills:

  • When using StateBackend, the value of files should be a FileData. Otherwise, the code will throw an error.
  • When using StoreBackend, the value should be a FileData.
  • When specifying skills, the path should be an absolute path. Otherwise, the generated system prompt won't contain the skills.

Type of change

Type: Update existing documentation

Related issues/PRs

N/A

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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

N/A


🔄 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/2559 **Author:** [@hanshsieh](https://github.com/hanshsieh) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `fix_doc` --- ### 📝 Commits (1) - [`31abca8`](https://github.com/langchain-ai/docs/commit/31abca8d0291e9bbc0519c009aa7485dd8e58d8b) Update customization.mdx to fix examples for using skills ### 📊 Changes **1 file changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/customization.mdx` (+6 -4) </details> ### 📄 Description ## Overview This PR fix the example code of using skills: - When using `StateBackend`, the value of `files` should be a `FileData`. Otherwise, the code will throw an error. - When using `StoreBackend`, the value should be a `FileData`. - When specifying `skills`, the path should be an absolute path. Otherwise, the generated system prompt won't contain the skills. ## Type of change **Type:** Update existing documentation ## Related issues/PRs N/A ## 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 - [X] I have used **root relative** paths for internal links - [X] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes N/A --- <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:23:31 -05:00
yindo closed this issue 2026-02-17 17:23:31 -05:00
yindo changed title from [PR #2559] Update customization.mdx to fix examples for using skills to [PR #2559] [MERGED] Update customization.mdx to fix examples for using skills 2026-06-05 18:19:11 -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#2540