You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,14 +270,25 @@ if ($response->statusCode === 200) {
270
270
*[~~revert~~](docs/sdks/emailsmstemplates/README.md#revert) - Revert a template :warning:**Deprecated**
271
271
*[~~toggleTemplateDelivery~~](docs/sdks/emailsmstemplates/README.md#toggletemplatedelivery) - Toggle the delivery by Clerk for a template of a given type and slug :warning:**Deprecated**
|`agentId`|*string*|:heavy_check_mark:| A stable identifier for the agent, unique per agent_name within an instance.<br/> |
12
-
|`taskId`|*string*|:heavy_check_mark:| A unique identifier for this agent task.<br/> |
13
-
|`url`|*?string*|:heavy_minus_sign:| The URL that, when visited, creates a session for the user. Only present in the response to a create request.<br/> |
|`agentId`|*string*|:heavy_check_mark:| A stable identifier for the agent, unique per agent_name within an instance.<br/> |
12
+
|`agentTaskId`|*string*|:heavy_check_mark:| A unique identifier for this agent task.<br/> |
13
+
|~~`taskId`~~|*string*|:heavy_check_mark:| : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>A unique identifier for this agent task. Deprecated: use agent_task_id instead.<br/> |
14
+
|`url`|*?string*|:heavy_minus_sign:| The URL that, when visited, creates a session for the user. Only present in the response to a create request.<br/> |
0 commit comments