@camunda/copilot-chat 0.5.0 → 0.5.1
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.
- package/dist/index.js +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4570,7 +4570,7 @@ const ba = (e) => {
|
|
|
4570
4570
|
const o = await a.rollbackConversation(n, s);
|
|
4571
4571
|
o && O.getState().addRollbackMessage(o.message, o.milestoneId);
|
|
4572
4572
|
} catch (o) {
|
|
4573
|
-
const i = o instanceof Error ? o.message : "Failed to
|
|
4573
|
+
const i = o instanceof Error ? o.message : "Failed to restore conversation";
|
|
4574
4574
|
e({ error: i });
|
|
4575
4575
|
}
|
|
4576
4576
|
}
|
package/dist/package.json
CHANGED
package/package.json
CHANGED