fix: update assistant interface to include context (#1467)

This commit is contained in:
lc-arjun
2025-07-29 15:25:44 -07:00
committed by GitHub
parent 01731c9665
commit 7054a6aa59
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@langchain/langgraph-sdk": patch
---
add context to assistantBase interface
+3
View File
@@ -108,6 +108,9 @@ export interface AssistantBase {
/** The assistant config. */
config: Config;
/** The assistant context. */
context: unknown;
/** The time the assistant was created. */
created_at: string;