[PR #1640] [MERGED] chore(sdk, api): add description field for assistants #1608

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/1640
Author: @pjrule
Created: 9/10/2025
Status: Merged
Merged: 9/10/2025
Merged by: @pjrule

Base: mainHead: parker/assistants-description


📝 Commits (1)

  • c605176 chore(sdk, api): add description field for assistants

📊 Changes

7 files changed (+47 additions, -4 deletions)

View changed files

.changeset/clean-planes-judge.md (+6 -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)
📝 libs/sdk/src/auth/types.ts (+2 -0)

📄 Description

This adds the optional description field to the Assistant model (for parity with the Python version).


🔄 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/1640 **Author:** [@pjrule](https://github.com/pjrule) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@pjrule](https://github.com/pjrule) **Base:** `main` ← **Head:** `parker/assistants-description` --- ### 📝 Commits (1) - [`c605176`](https://github.com/langchain-ai/langgraphjs/commit/c605176fdadf5c2997ea67753d8b385c11b2bc56) chore(sdk, api): add description field for assistants ### 📊 Changes **7 files changed** (+47 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/clean-planes-judge.md` (+6 -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) 📝 `libs/sdk/src/auth/types.ts` (+2 -0) </details> ### 📄 Description This adds the optional `description` field to the `Assistant` model (for parity with the Python version). --- <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#1608