@superinterface/react 2.22.2 → 2.22.3
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2357,7 +2357,7 @@ var threadRunCreated = function(param) {
|
|
|
2357
2357
|
// src/hooks/messages/useCreateMessage/lib/mutationOptions/mutationFn/handleResponse/handlers/threadRunFailed.ts
|
|
2358
2358
|
var threadRunFailed = function(param) {
|
|
2359
2359
|
var value = param.value, queryClient = param.queryClient, messagesQueryKey = param.messagesQueryKey;
|
|
2360
|
-
throw new Error("
|
|
2360
|
+
throw new Error("Failed to send your message, try again. If you are the owner, check the logs.");
|
|
2361
2361
|
};
|
|
2362
2362
|
// src/hooks/messages/useCreateMessage/lib/mutationOptions/mutationFn/handleResponse/handlers/threadRunStepCreated.ts
|
|
2363
2363
|
var threadRunStepCreated = function(param) {
|
|
@@ -2674,7 +2674,7 @@ var mutationFn = function(param) {
|
|
|
2674
2674
|
throw new Error(errorResponse.error);
|
|
2675
2675
|
case 4:
|
|
2676
2676
|
error = _state.sent();
|
|
2677
|
-
throw new Error("
|
|
2677
|
+
throw new Error("Failed to send your message, try again. If you are the owner, check the logs.");
|
|
2678
2678
|
case 5:
|
|
2679
2679
|
if (response.body == null) {
|
|
2680
2680
|
throw new Error("The response body is empty.");
|