@vegintech/langchain-react-agent 0.0.26 → 0.0.27

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/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -932,7 +932,7 @@ const AgentChat = forwardRef(({ stream, className = "", tools, contexts, message
932
932
  }
933
933
  }, {
934
934
  streamSubgraphs: true,
935
- streamResumable: true,
935
+ streamResumable: false,
936
936
  config: { recursion_limit: 1e3 },
937
937
  optimisticValues(prev) {
938
938
  const newMessages = [...prev.messages ?? [], ...submitMessages];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vegintech/langchain-react-agent",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "LangChain Agent UI component library for React",
5
5
  "license": "MIT",
6
6
  "files": [