@assistant-ui/react 0.5.25 → 0.5.26

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -165,7 +165,7 @@ var getThreadStateFromRuntime = (runtime) => {
165
165
  return Object.freeze({
166
166
  isDisabled: runtime.isDisabled,
167
167
  isRunning: false,
168
- unstable_canAppendNew: runtime.isDisabled
168
+ unstable_canAppendNew: !runtime.isDisabled
169
169
  });
170
170
  return Object.freeze({
171
171
  isDisabled: runtime.isDisabled,