@langchain/langgraph-sdk 0.0.1-rc.5 → 0.0.1-rc.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/client.mjs +1 -0
  2. package/package.json +1 -1
package/dist/client.mjs CHANGED
@@ -282,6 +282,7 @@ class RunsClient extends BaseClient {
282
282
  config: payload?.config,
283
283
  metadata: payload?.metadata,
284
284
  stream_mode: payload?.streamMode,
285
+ feedback_keys: payload?.feedbackKeys,
285
286
  assistant_id: assistantId,
286
287
  interrupt_before: payload?.interruptBefore,
287
288
  interrupt_after: payload?.interruptAfter,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph-sdk",
3
- "version": "0.0.1-rc.5",
3
+ "version": "0.0.1-rc.6",
4
4
  "description": "Client library for interacting with the LangGraph API",
5
5
  "type": "module",
6
6
  "packageManager": "yarn@1.22.19",