[PR #1645] [MERGED] chore(api): add description field for assistants #1613

Closed
opened 2026-02-15 20:16:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1645
Author: @pjrule
Created: 9/10/2025
Status: Merged
Merged: 9/10/2025
Merged by: @dqbd

Base: mainHead: parker/api-assistants-description


📝 Commits (6)

  • 5b40040 chore(api): add description field for assistants
  • c687f5e Add changeset
  • 1dda240 Bump @langchain/langgraph-sdk version bound
  • 15995bf Merge branch 'main' into parker/api-assistants-description
  • 5bd75b3 bump SDK version in yarn.lock
  • 527eab6 Loosen version constraints again

📊 Changes

6 files changed (+44 additions, -4 deletions)

View changed files

.changeset/happy-parents-film.md (+5 -0)
📝 libs/langgraph-api/src/api/assistants.mts (+1 -0)
📝 libs/langgraph-api/src/schemas.mts (+2 -0)
📝 libs/langgraph-api/src/storage/ops.mts (+11 -0)
📝 libs/langgraph-api/src/storage/types.mts (+4 -0)
📝 libs/langgraph-api/tests/api.test.mts (+21 -4)

📄 Description

This adds support for setting/updating the optional description field for assistants (matching the Python API implementation).

(Depends on type updates in #1644)


🔄 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/langgraphjs/pull/1645 **Author:** [@pjrule](https://github.com/pjrule) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `parker/api-assistants-description` --- ### 📝 Commits (6) - [`5b40040`](https://github.com/langchain-ai/langgraphjs/commit/5b400409486cd2c7b1915951ea3071e3d1bbe85c) chore(api): add description field for assistants - [`c687f5e`](https://github.com/langchain-ai/langgraphjs/commit/c687f5e37928b20d466bacd9f83951070d701a21) Add changeset - [`1dda240`](https://github.com/langchain-ai/langgraphjs/commit/1dda2406bd41b9d65ab17cb9c844c8a914146b22) Bump @langchain/langgraph-sdk version bound - [`15995bf`](https://github.com/langchain-ai/langgraphjs/commit/15995bf525ebbb16a525d5e6e1648a1fcc39a672) Merge branch 'main' into parker/api-assistants-description - [`5bd75b3`](https://github.com/langchain-ai/langgraphjs/commit/5bd75b36e0aea5e8848c38d6ec09c1595195200d) bump SDK version in yarn.lock - [`527eab6`](https://github.com/langchain-ai/langgraphjs/commit/527eab6de4d45f77bb0a2dc2e35967d6154b77cd) Loosen version constraints again ### 📊 Changes **6 files changed** (+44 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/happy-parents-film.md` (+5 -0) 📝 `libs/langgraph-api/src/api/assistants.mts` (+1 -0) 📝 `libs/langgraph-api/src/schemas.mts` (+2 -0) 📝 `libs/langgraph-api/src/storage/ops.mts` (+11 -0) 📝 `libs/langgraph-api/src/storage/types.mts` (+4 -0) 📝 `libs/langgraph-api/tests/api.test.mts` (+21 -4) </details> ### 📄 Description This adds support for setting/updating the optional `description` field for assistants (matching the Python API implementation). (Depends on type updates in #1644) --- <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-15 20:16:18 -05:00
yindo closed this issue 2026-02-15 20:16:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1613