@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.cjs
CHANGED
|
@@ -2509,7 +2509,7 @@ var threadRunCreated = function(param) {
|
|
|
2509
2509
|
// src/hooks/messages/useCreateMessage/lib/mutationOptions/mutationFn/handleResponse/handlers/threadRunFailed.ts
|
|
2510
2510
|
var threadRunFailed = function(param) {
|
|
2511
2511
|
var value = param.value, queryClient = param.queryClient, messagesQueryKey = param.messagesQueryKey;
|
|
2512
|
-
throw new Error("
|
|
2512
|
+
throw new Error("Failed to send your message, try again. If you are the owner, check the logs.");
|
|
2513
2513
|
};
|
|
2514
2514
|
// src/hooks/messages/useCreateMessage/lib/mutationOptions/mutationFn/handleResponse/handlers/threadRunStepCreated.ts
|
|
2515
2515
|
var threadRunStepCreated = function(param) {
|
|
@@ -2826,7 +2826,7 @@ var mutationFn = function(param) {
|
|
|
2826
2826
|
throw new Error(errorResponse.error);
|
|
2827
2827
|
case 4:
|
|
2828
2828
|
error = _state.sent();
|
|
2829
|
-
throw new Error("
|
|
2829
|
+
throw new Error("Failed to send your message, try again. If you are the owner, check the logs.");
|
|
2830
2830
|
case 5:
|
|
2831
2831
|
if (response.body == null) {
|
|
2832
2832
|
throw new Error("The response body is empty.");
|