asteroid-odyssey 1.6.808 → 1.6.846
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -879,7 +879,7 @@ type AgentsExecutionBrowserRunCodeStartedDetails = {
|
|
|
879
879
|
actionName: 'browser_run_code';
|
|
880
880
|
code: string;
|
|
881
881
|
};
|
|
882
|
-
type AgentsExecutionCancelReason = 'timeout' | 'max_steps' | 'user_requested' | 'script_failed';
|
|
882
|
+
type AgentsExecutionCancelReason = 'timeout' | 'max_steps' | 'user_requested' | 'script_failed' | 'no_activity' | 'budget_exceeded';
|
|
883
883
|
type AgentsExecutionCancelledPayload = {
|
|
884
884
|
reason: AgentsExecutionCancelReason;
|
|
885
885
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -879,7 +879,7 @@ type AgentsExecutionBrowserRunCodeStartedDetails = {
|
|
|
879
879
|
actionName: 'browser_run_code';
|
|
880
880
|
code: string;
|
|
881
881
|
};
|
|
882
|
-
type AgentsExecutionCancelReason = 'timeout' | 'max_steps' | 'user_requested' | 'script_failed';
|
|
882
|
+
type AgentsExecutionCancelReason = 'timeout' | 'max_steps' | 'user_requested' | 'script_failed' | 'no_activity' | 'budget_exceeded';
|
|
883
883
|
type AgentsExecutionCancelledPayload = {
|
|
884
884
|
reason: AgentsExecutionCancelReason;
|
|
885
885
|
};
|