mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-25 13:15:45 -04:00
fix: update assistant interface to include context (#1467)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@langchain/langgraph-sdk": patch
|
||||
---
|
||||
|
||||
add context to assistantBase interface
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user