[PR #1644] [MERGED] chore(sdk): add description field for assistants auth handlers #1614

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

Base: mainHead: parker/sdk-assistants-description


📝 Commits (4)

  • 8115386 chore(sdk): add description field for assistants
  • 10e2d77 Merge remote-tracking branch 'origin/main' into parker/sdk-assistants-description
  • 438f78d chore(sdk): add description field for assistants
  • c374c67 Update changeset

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

.changeset/stale-islands-grow.md (+5 -0)
📝 libs/sdk/src/auth/types.ts (+2 -0)

📄 Description

This adds the optional description field to the AssistantCreate and AssistantUpdate interfaces (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/1644 **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/sdk-assistants-description` --- ### 📝 Commits (4) - [`8115386`](https://github.com/langchain-ai/langgraphjs/commit/81153860ca8e6fb78437e688022a1c2d7ed20684) chore(sdk): add description field for assistants - [`10e2d77`](https://github.com/langchain-ai/langgraphjs/commit/10e2d772ae7cb21b73b0c3af2b4ea8737b737e8e) Merge remote-tracking branch 'origin/main' into parker/sdk-assistants-description - [`438f78d`](https://github.com/langchain-ai/langgraphjs/commit/438f78d8162239b914a07f8e72ea905cfc9797aa) chore(sdk): add description field for assistants - [`c374c67`](https://github.com/langchain-ai/langgraphjs/commit/c374c679d31f650a1ce288787b9a08c6c097303a) Update changeset ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/stale-islands-grow.md` (+5 -0) 📝 `libs/sdk/src/auth/types.ts` (+2 -0) </details> ### 📄 Description This adds the optional description field to the `AssistantCreate` and `AssistantUpdate` interfaces (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#1614