@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
|
|
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: {
|