@cubos/agent-sdk 0.0.1140347 → 0.0.1140467

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.
@@ -5414,7 +5414,7 @@ export interface paths {
5414
5414
  put?: never;
5415
5415
  /**
5416
5416
  * Retry conversation now
5417
- * @description Clears the conversation's backoff window by nulling `next_retry_at` and notifies the dispatcher to pick it up immediately. Leaves `retry_count` intact so the next failure still escalates. Returns the refreshed conversation.
5417
+ * @description Puts a conversation stuck in error back to work and notifies the dispatcher. Mid-backoff it clears the window by nulling `next_retry_at`, leaving `retry_count` so the next failure still escalates. Once the failure was terminal it instead reopens the turn the error closed and resets `retry_count`. Returns the refreshed conversation.
5418
5418
  */
5419
5419
  post: {
5420
5420
  parameters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubos/agent-sdk",
3
- "version": "0.0.1140347",
3
+ "version": "0.0.1140467",
4
4
  "type": "module",
5
5
  "description": "Client for the Cubos Agent conversation API. Runs anywhere fetch does.",
6
6
  "license": "SEE LICENSE IN LICENSE",