@alicloud/agentcore20260804 1.2.1 → 1.2.2

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.
Files changed (167) hide show
  1. package/dist/client.d.ts +62 -52
  2. package/dist/client.js +65 -52
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/BatchDeleteModelsRequest.d.ts +9 -0
  5. package/dist/models/BatchDeleteModelsRequest.js.map +1 -1
  6. package/dist/models/BatchDeleteModelsResponseBody.d.ts +27 -0
  7. package/dist/models/BatchDeleteModelsResponseBody.js.map +1 -1
  8. package/dist/models/BatchDeleteModelsShrinkRequest.d.ts +7 -0
  9. package/dist/models/BatchDeleteModelsShrinkRequest.js.map +1 -1
  10. package/dist/models/CreateCredentialRequest.d.ts +18 -2
  11. package/dist/models/CreateCredentialRequest.js.map +1 -1
  12. package/dist/models/CreateCredentialResponseBody.d.ts +48 -1
  13. package/dist/models/CreateCredentialResponseBody.js.map +1 -1
  14. package/dist/models/CreateCredentialShrinkRequest.d.ts +8 -1
  15. package/dist/models/CreateCredentialShrinkRequest.js.map +1 -1
  16. package/dist/models/CreateModelConnectionRequest.d.ts +21 -0
  17. package/dist/models/CreateModelConnectionRequest.js.map +1 -1
  18. package/dist/models/CreateModelConnectionResponseBody.d.ts +60 -0
  19. package/dist/models/CreateModelConnectionResponseBody.js.map +1 -1
  20. package/dist/models/CreateModelConnectionShrinkRequest.d.ts +7 -0
  21. package/dist/models/CreateModelConnectionShrinkRequest.js.map +1 -1
  22. package/dist/models/CreateTeamRequest.d.ts +40 -2
  23. package/dist/models/CreateTeamRequest.js.map +1 -1
  24. package/dist/models/CreateTeamResponseBody.d.ts +76 -1
  25. package/dist/models/CreateTeamResponseBody.js.map +1 -1
  26. package/dist/models/CreateTeamShrinkRequest.d.ts +8 -1
  27. package/dist/models/CreateTeamShrinkRequest.js.map +1 -1
  28. package/dist/models/CreateUserRequest.d.ts +23 -3
  29. package/dist/models/CreateUserRequest.js.map +1 -1
  30. package/dist/models/CreateUserResponseBody.d.ts +58 -2
  31. package/dist/models/CreateUserResponseBody.js.map +1 -1
  32. package/dist/models/CreateUserShrinkRequest.d.ts +8 -1
  33. package/dist/models/CreateUserShrinkRequest.js.map +1 -1
  34. package/dist/models/DebugModelRequest.d.ts +6 -0
  35. package/dist/models/DebugModelRequest.js.map +1 -1
  36. package/dist/models/DebugModelResponseBody.d.ts +45 -3
  37. package/dist/models/DebugModelResponseBody.js.map +1 -1
  38. package/dist/models/DebugModelShrinkRequest.d.ts +4 -0
  39. package/dist/models/DebugModelShrinkRequest.js.map +1 -1
  40. package/dist/models/DeleteCredentialRequest.d.ts +4 -1
  41. package/dist/models/DeleteCredentialRequest.js.map +1 -1
  42. package/dist/models/DeleteCredentialResponseBody.d.ts +29 -0
  43. package/dist/models/DeleteCredentialResponseBody.js.map +1 -1
  44. package/dist/models/DeleteModelConnectionRequest.d.ts +3 -0
  45. package/dist/models/DeleteModelConnectionRequest.js.map +1 -1
  46. package/dist/models/DeleteModelConnectionResponseBody.d.ts +26 -0
  47. package/dist/models/DeleteModelConnectionResponseBody.js.map +1 -1
  48. package/dist/models/DeleteModelRequest.d.ts +3 -0
  49. package/dist/models/DeleteModelRequest.js.map +1 -1
  50. package/dist/models/DeleteModelResponseBody.d.ts +26 -0
  51. package/dist/models/DeleteModelResponseBody.js.map +1 -1
  52. package/dist/models/DeleteTeamRequest.d.ts +4 -1
  53. package/dist/models/DeleteTeamRequest.js.map +1 -1
  54. package/dist/models/DeleteTeamResponseBody.d.ts +38 -0
  55. package/dist/models/DeleteTeamResponseBody.js.map +1 -1
  56. package/dist/models/DeleteUserRequest.d.ts +4 -1
  57. package/dist/models/DeleteUserRequest.js.map +1 -1
  58. package/dist/models/DeleteUserResponseBody.d.ts +29 -0
  59. package/dist/models/DeleteUserResponseBody.js.map +1 -1
  60. package/dist/models/GetCredentialResponseBody.d.ts +58 -1
  61. package/dist/models/GetCredentialResponseBody.js.map +1 -1
  62. package/dist/models/GetModelConnectionResponseBody.d.ts +67 -0
  63. package/dist/models/GetModelConnectionResponseBody.js.map +1 -1
  64. package/dist/models/GetTeamResponseBody.d.ts +131 -4
  65. package/dist/models/GetTeamResponseBody.js.map +1 -1
  66. package/dist/models/GetUserResponseBody.d.ts +55 -2
  67. package/dist/models/GetUserResponseBody.js.map +1 -1
  68. package/dist/models/ListCredentialsRequest.d.ts +20 -0
  69. package/dist/models/ListCredentialsRequest.js +2 -0
  70. package/dist/models/ListCredentialsRequest.js.map +1 -1
  71. package/dist/models/ListCredentialsResponseBody.d.ts +60 -1
  72. package/dist/models/ListCredentialsResponseBody.js.map +1 -1
  73. package/dist/models/ListMcpsRequest.d.ts +11 -1
  74. package/dist/models/ListMcpsRequest.js.map +1 -1
  75. package/dist/models/ListMcpsResponseBody.d.ts +1 -1
  76. package/dist/models/ListModelConnectionsRequest.d.ts +21 -0
  77. package/dist/models/ListModelConnectionsRequest.js.map +1 -1
  78. package/dist/models/ListModelConnectionsResponseBody.d.ts +79 -0
  79. package/dist/models/ListModelConnectionsResponseBody.js.map +1 -1
  80. package/dist/models/ListTeamsRequest.d.ts +9 -0
  81. package/dist/models/ListTeamsRequest.js.map +1 -1
  82. package/dist/models/ListTeamsResponseBody.d.ts +89 -1
  83. package/dist/models/ListTeamsResponseBody.js.map +1 -1
  84. package/dist/models/ResetUserPasswordRequest.d.ts +13 -0
  85. package/dist/models/ResetUserPasswordRequest.js.map +1 -1
  86. package/dist/models/ResetUserPasswordResponseBody.d.ts +29 -0
  87. package/dist/models/ResetUserPasswordResponseBody.js.map +1 -1
  88. package/dist/models/ResetUserPasswordShrinkRequest.d.ts +4 -0
  89. package/dist/models/ResetUserPasswordShrinkRequest.js.map +1 -1
  90. package/dist/models/UpdateCredentialRequest.d.ts +15 -2
  91. package/dist/models/UpdateCredentialRequest.js.map +1 -1
  92. package/dist/models/UpdateCredentialResponseBody.d.ts +48 -1
  93. package/dist/models/UpdateCredentialResponseBody.js.map +1 -1
  94. package/dist/models/UpdateCredentialShrinkRequest.d.ts +8 -1
  95. package/dist/models/UpdateCredentialShrinkRequest.js.map +1 -1
  96. package/dist/models/UpdateModelRequest.d.ts +3 -3
  97. package/dist/models/UpdateModelResponseBody.d.ts +7 -7
  98. package/dist/models/UpdateModelShrinkRequest.d.ts +2 -2
  99. package/dist/models/UpdateTeamRequest.d.ts +32 -2
  100. package/dist/models/UpdateTeamRequest.js.map +1 -1
  101. package/dist/models/UpdateTeamResponseBody.d.ts +62 -1
  102. package/dist/models/UpdateTeamResponseBody.js.map +1 -1
  103. package/dist/models/UpdateTeamShrinkRequest.d.ts +8 -1
  104. package/dist/models/UpdateTeamShrinkRequest.js.map +1 -1
  105. package/dist/models/UpdateUserRequest.d.ts +19 -3
  106. package/dist/models/UpdateUserRequest.js.map +1 -1
  107. package/dist/models/UpdateUserResponseBody.d.ts +55 -2
  108. package/dist/models/UpdateUserResponseBody.js.map +1 -1
  109. package/dist/models/UpdateUserShrinkRequest.d.ts +8 -1
  110. package/dist/models/UpdateUserShrinkRequest.js.map +1 -1
  111. package/package.json +1 -1
  112. package/src/client.ts +66 -52
  113. package/src/models/BatchDeleteModelsRequest.ts +9 -0
  114. package/src/models/BatchDeleteModelsResponseBody.ts +27 -0
  115. package/src/models/BatchDeleteModelsShrinkRequest.ts +7 -0
  116. package/src/models/CreateCredentialRequest.ts +18 -2
  117. package/src/models/CreateCredentialResponseBody.ts +48 -1
  118. package/src/models/CreateCredentialShrinkRequest.ts +8 -1
  119. package/src/models/CreateModelConnectionRequest.ts +21 -0
  120. package/src/models/CreateModelConnectionResponseBody.ts +60 -0
  121. package/src/models/CreateModelConnectionShrinkRequest.ts +7 -0
  122. package/src/models/CreateTeamRequest.ts +40 -2
  123. package/src/models/CreateTeamResponseBody.ts +76 -1
  124. package/src/models/CreateTeamShrinkRequest.ts +8 -1
  125. package/src/models/CreateUserRequest.ts +23 -3
  126. package/src/models/CreateUserResponseBody.ts +58 -2
  127. package/src/models/CreateUserShrinkRequest.ts +8 -1
  128. package/src/models/DebugModelRequest.ts +6 -0
  129. package/src/models/DebugModelResponseBody.ts +45 -3
  130. package/src/models/DebugModelShrinkRequest.ts +4 -0
  131. package/src/models/DeleteCredentialRequest.ts +4 -1
  132. package/src/models/DeleteCredentialResponseBody.ts +29 -0
  133. package/src/models/DeleteModelConnectionRequest.ts +3 -0
  134. package/src/models/DeleteModelConnectionResponseBody.ts +26 -0
  135. package/src/models/DeleteModelRequest.ts +3 -0
  136. package/src/models/DeleteModelResponseBody.ts +26 -0
  137. package/src/models/DeleteTeamRequest.ts +4 -1
  138. package/src/models/DeleteTeamResponseBody.ts +38 -0
  139. package/src/models/DeleteUserRequest.ts +4 -1
  140. package/src/models/DeleteUserResponseBody.ts +29 -0
  141. package/src/models/GetCredentialResponseBody.ts +58 -1
  142. package/src/models/GetModelConnectionResponseBody.ts +67 -0
  143. package/src/models/GetTeamResponseBody.ts +131 -4
  144. package/src/models/GetUserResponseBody.ts +55 -2
  145. package/src/models/ListCredentialsRequest.ts +22 -0
  146. package/src/models/ListCredentialsResponseBody.ts +60 -1
  147. package/src/models/ListMcpsRequest.ts +11 -1
  148. package/src/models/ListMcpsResponseBody.ts +1 -1
  149. package/src/models/ListModelConnectionsRequest.ts +21 -0
  150. package/src/models/ListModelConnectionsResponseBody.ts +79 -0
  151. package/src/models/ListTeamsRequest.ts +9 -0
  152. package/src/models/ListTeamsResponseBody.ts +89 -1
  153. package/src/models/ResetUserPasswordRequest.ts +13 -0
  154. package/src/models/ResetUserPasswordResponseBody.ts +29 -0
  155. package/src/models/ResetUserPasswordShrinkRequest.ts +4 -0
  156. package/src/models/UpdateCredentialRequest.ts +15 -2
  157. package/src/models/UpdateCredentialResponseBody.ts +48 -1
  158. package/src/models/UpdateCredentialShrinkRequest.ts +8 -1
  159. package/src/models/UpdateModelRequest.ts +3 -3
  160. package/src/models/UpdateModelResponseBody.ts +7 -7
  161. package/src/models/UpdateModelShrinkRequest.ts +2 -2
  162. package/src/models/UpdateTeamRequest.ts +32 -2
  163. package/src/models/UpdateTeamResponseBody.ts +62 -1
  164. package/src/models/UpdateTeamShrinkRequest.ts +8 -1
  165. package/src/models/UpdateUserRequest.ts +19 -3
  166. package/src/models/UpdateUserResponseBody.ts +55 -2
  167. package/src/models/UpdateUserShrinkRequest.ts +8 -1
package/dist/client.d.ts CHANGED
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
9
9
  [key: string]: string;
10
10
  }, endpoint: string): string;
11
11
  /**
12
- * 批量删除模型
12
+ * Deletes models in a specified workspace in batches. If any model is in use, the entire batch request fails.
13
13
  *
14
14
  * @param tmpReq - BatchDeleteModelsRequest
15
15
  * @param headers - map
@@ -20,7 +20,7 @@ export default class Client extends OpenApi {
20
20
  [key: string]: string;
21
21
  }, runtime: $dara.RuntimeOptions): Promise<$_model.BatchDeleteModelsResponse>;
22
22
  /**
23
- * 批量删除模型
23
+ * Deletes models in a specified workspace in batches. If any model is in use, the entire batch request fails.
24
24
  *
25
25
  * @param request - BatchDeleteModelsRequest
26
26
  * @returns BatchDeleteModelsResponse
@@ -129,7 +129,7 @@ export default class Client extends OpenApi {
129
129
  */
130
130
  createAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.CreateAgentSpecVersionRequest): Promise<$_model.CreateAgentSpecVersionResponse>;
131
131
  /**
132
- * 创建凭证
132
+ * Creates a credential in a specified workspace for agent authentication when accessing external services. Currently, only the apiKey type is supported. The credential content is passed in as a JSON string through credentialMetadata and can only be queried in masked form after being written.
133
133
  *
134
134
  * @param tmpReq - CreateCredentialRequest
135
135
  * @param headers - map
@@ -140,7 +140,7 @@ export default class Client extends OpenApi {
140
140
  [key: string]: string;
141
141
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCredentialResponse>;
142
142
  /**
143
- * 创建凭证
143
+ * Creates a credential in a specified workspace for agent authentication when accessing external services. Currently, only the apiKey type is supported. The credential content is passed in as a JSON string through credentialMetadata and can only be queried in masked form after being written.
144
144
  *
145
145
  * @param request - CreateCredentialRequest
146
146
  * @returns CreateCredentialResponse
@@ -275,7 +275,7 @@ export default class Client extends OpenApi {
275
275
  */
276
276
  createModel(workspaceId: string, request: $_model.CreateModelRequest): Promise<$_model.CreateModelResponse>;
277
277
  /**
278
- * 创建模型连接
278
+ * Creates a model connection in a specified workspace and configures the upstream model service address, invoke protocol, and access credentials.
279
279
  *
280
280
  * @param tmpReq - CreateModelConnectionRequest
281
281
  * @param headers - map
@@ -286,7 +286,7 @@ export default class Client extends OpenApi {
286
286
  [key: string]: string;
287
287
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateModelConnectionResponse>;
288
288
  /**
289
- * 创建模型连接
289
+ * Creates a model connection in a specified workspace and configures the upstream model service address, invoke protocol, and access credentials.
290
290
  *
291
291
  * @param request - CreateModelConnectionRequest
292
292
  * @returns CreateModelConnectionResponse
@@ -319,7 +319,7 @@ export default class Client extends OpenApi {
319
319
  */
320
320
  createSkillDraft(workspaceId: string, request: $_model.CreateSkillDraftRequest): Promise<$_model.CreateSkillDraftResponse>;
321
321
  /**
322
- * 创建团队
322
+ * Creates a team in a specified workspace and sets user members and agent members at the same time. The user members must include exactly one member with the ADMIN role. Agent members can only have the LEADER or WORKER role.
323
323
  *
324
324
  * @param tmpReq - CreateTeamRequest
325
325
  * @param headers - map
@@ -330,14 +330,14 @@ export default class Client extends OpenApi {
330
330
  [key: string]: string;
331
331
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateTeamResponse>;
332
332
  /**
333
- * 创建团队
333
+ * Creates a team in a specified workspace and sets user members and agent members at the same time. The user members must include exactly one member with the ADMIN role. Agent members can only have the LEADER or WORKER role.
334
334
  *
335
335
  * @param request - CreateTeamRequest
336
336
  * @returns CreateTeamResponse
337
337
  */
338
338
  createTeam(workspaceId: string, request: $_model.CreateTeamRequest): Promise<$_model.CreateTeamResponse>;
339
339
  /**
340
- * 创建用户
340
+ * Creates a user in a specified workspace. The username must be unique within the workspace and can contain only lowercase letters, digits, and hyphens. Reserved names such as manager, admin, or names starting with worker- cannot be used. If password is not specified, the server generates an initial password and returns it in the initialPassword field of the response.
341
341
  *
342
342
  * @param tmpReq - CreateUserRequest
343
343
  * @param headers - map
@@ -348,7 +348,7 @@ export default class Client extends OpenApi {
348
348
  [key: string]: string;
349
349
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateUserResponse>;
350
350
  /**
351
- * 创建用户
351
+ * Creates a user in a specified workspace. The username must be unique within the workspace and can contain only lowercase letters, digits, and hyphens. Reserved names such as manager, admin, or names starting with worker- cannot be used. If password is not specified, the server generates an initial password and returns it in the initialPassword field of the response.
352
352
  *
353
353
  * @param request - CreateUserRequest
354
354
  * @returns CreateUserResponse
@@ -379,7 +379,7 @@ export default class Client extends OpenApi {
379
379
  */
380
380
  createWorkspace(request: $_model.CreateWorkspaceRequest): Promise<$_model.CreateWorkspaceResponse>;
381
381
  /**
382
- * 调试模型
382
+ * Calls a specified model through a published model connection to verify whether the model call chain is available.
383
383
  *
384
384
  * @param tmpReq - DebugModelRequest
385
385
  * @param headers - map
@@ -390,7 +390,7 @@ export default class Client extends OpenApi {
390
390
  [key: string]: string;
391
391
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DebugModelResponse>;
392
392
  /**
393
- * 调试模型
393
+ * Calls a specified model through a published model connection to verify whether the model call chain is available.
394
394
  *
395
395
  * @param request - DebugModelRequest
396
396
  * @returns DebugModelResponse
@@ -473,7 +473,7 @@ export default class Client extends OpenApi {
473
473
  */
474
474
  deleteAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecVersionRequest): Promise<$_model.DeleteAgentSpecVersionResponse>;
475
475
  /**
476
- * 删除凭证
476
+ * Deletes a credential from the specified workspace and removes the ciphertext hosted in the credential service. After deletion, agents that are bound to this credential can no longer retrieve the credential content.
477
477
  *
478
478
  * @param request - DeleteCredentialRequest
479
479
  * @param headers - map
@@ -484,7 +484,7 @@ export default class Client extends OpenApi {
484
484
  [key: string]: string;
485
485
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCredentialResponse>;
486
486
  /**
487
- * 删除凭证
487
+ * Deletes a credential from the specified workspace and removes the ciphertext hosted in the credential service. After deletion, agents that are bound to this credential can no longer retrieve the credential content.
488
488
  *
489
489
  * @param request - DeleteCredentialRequest
490
490
  * @returns DeleteCredentialResponse
@@ -577,7 +577,7 @@ export default class Client extends OpenApi {
577
577
  */
578
578
  deleteMcp(mcpServerId: string, workspaceId: string, request: $_model.DeleteMcpRequest): Promise<$_model.DeleteMcpResponse>;
579
579
  /**
580
- * 删除模型
580
+ * Deletes a model from a specified workspace. Models that are currently in use cannot be deleted.
581
581
  *
582
582
  * @param request - DeleteModelRequest
583
583
  * @param headers - map
@@ -588,14 +588,14 @@ export default class Client extends OpenApi {
588
588
  [key: string]: string;
589
589
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteModelResponse>;
590
590
  /**
591
- * 删除模型
591
+ * Deletes a model from a specified workspace. Models that are currently in use cannot be deleted.
592
592
  *
593
593
  * @param request - DeleteModelRequest
594
594
  * @returns DeleteModelResponse
595
595
  */
596
596
  deleteModel(workspaceId: string, modelId: string, request: $_model.DeleteModelRequest): Promise<$_model.DeleteModelResponse>;
597
597
  /**
598
- * 删除模型连接
598
+ * Submits an asynchronous deletion task for a specified model connection. The connection cannot be deleted if it has associated models or runtime references.
599
599
  *
600
600
  * @param request - DeleteModelConnectionRequest
601
601
  * @param headers - map
@@ -606,7 +606,7 @@ export default class Client extends OpenApi {
606
606
  [key: string]: string;
607
607
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteModelConnectionResponse>;
608
608
  /**
609
- * 删除模型连接
609
+ * Submits an asynchronous deletion task for a specified model connection. The connection cannot be deleted if it has associated models or runtime references.
610
610
  *
611
611
  * @param request - DeleteModelConnectionRequest
612
612
  * @returns DeleteModelConnectionResponse
@@ -665,7 +665,7 @@ export default class Client extends OpenApi {
665
665
  */
666
666
  deleteSkillDraft(workspaceId: string, skillName: string, request: $_model.DeleteSkillDraftRequest): Promise<$_model.DeleteSkillDraftResponse>;
667
667
  /**
668
- * 删除团队
668
+ * Deletes a team in the specified workspace. Deleting a team does not delete the users or agents in the team. It only dissociates the member relationships.
669
669
  *
670
670
  * @param request - DeleteTeamRequest
671
671
  * @param headers - map
@@ -676,14 +676,14 @@ export default class Client extends OpenApi {
676
676
  [key: string]: string;
677
677
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteTeamResponse>;
678
678
  /**
679
- * 删除团队
679
+ * Deletes a team in the specified workspace. Deleting a team does not delete the users or agents in the team. It only dissociates the member relationships.
680
680
  *
681
681
  * @param request - DeleteTeamRequest
682
682
  * @returns DeleteTeamResponse
683
683
  */
684
684
  deleteTeam(workspaceId: string, teamId: string, request: $_model.DeleteTeamRequest): Promise<$_model.DeleteTeamResponse>;
685
685
  /**
686
- * 删除用户
686
+ * Deletes a user from a specified workspace. A user cannot be deleted while the user is still a member of any team. Remove the user from all teams before deleting the user.
687
687
  *
688
688
  * @param request - DeleteUserRequest
689
689
  * @param headers - map
@@ -694,7 +694,7 @@ export default class Client extends OpenApi {
694
694
  [key: string]: string;
695
695
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteUserResponse>;
696
696
  /**
697
- * 删除用户
697
+ * Deletes a user from a specified workspace. A user cannot be deleted while the user is still a member of any team. Remove the user from all teams before deleting the user.
698
698
  *
699
699
  * @param request - DeleteUserRequest
700
700
  * @returns DeleteUserResponse
@@ -931,7 +931,7 @@ export default class Client extends OpenApi {
931
931
  */
932
932
  getAgentSpecVersion(workspaceId: string, agentSpecName: string, agentSpecVersion: string, request: $_model.GetAgentSpecVersionRequest): Promise<$_model.GetAgentSpecVersionResponse>;
933
933
  /**
934
- * 查询凭证
934
+ * Queries the details of a specified credential and returns the list of agents that are bound to the credential. The credential content is returned in masked form.
935
935
  *
936
936
  * @param request - GetCredentialRequest
937
937
  * @param headers - map
@@ -942,7 +942,7 @@ export default class Client extends OpenApi {
942
942
  [key: string]: string;
943
943
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetCredentialResponse>;
944
944
  /**
945
- * 查询凭证
945
+ * Queries the details of a specified credential and returns the list of agents that are bound to the credential. The credential content is returned in masked form.
946
946
  *
947
947
  * @param request - GetCredentialRequest
948
948
  * @returns GetCredentialResponse
@@ -1077,7 +1077,7 @@ export default class Client extends OpenApi {
1077
1077
  */
1078
1078
  getModel(workspaceId: string, modelId: string, request: $_model.GetModelRequest): Promise<$_model.GetModelResponse>;
1079
1079
  /**
1080
- * 查询模型连接
1080
+ * Queries the detailed configuration, credential configuration status, publish status, and region of a specified model connection.
1081
1081
  *
1082
1082
  * @param request - GetModelConnectionRequest
1083
1083
  * @param headers - map
@@ -1088,7 +1088,7 @@ export default class Client extends OpenApi {
1088
1088
  [key: string]: string;
1089
1089
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetModelConnectionResponse>;
1090
1090
  /**
1091
- * 查询模型连接
1091
+ * Queries the detailed configuration, credential configuration status, publish status, and region of a specified model connection.
1092
1092
  *
1093
1093
  * @param request - GetModelConnectionRequest
1094
1094
  * @returns GetModelConnectionResponse
@@ -1221,7 +1221,7 @@ export default class Client extends OpenApi {
1221
1221
  */
1222
1222
  getSkillVersionDetail(workspaceId: string, skillName: string, skillVersion: string, request: $_model.GetSkillVersionDetailRequest): Promise<$_model.GetSkillVersionDetailResponse>;
1223
1223
  /**
1224
- * 查询团队
1224
+ * Queries the details of a specified team. The response includes the complete properties and team roles of each user member and agent member in the team.
1225
1225
  *
1226
1226
  * @param request - GetTeamRequest
1227
1227
  * @param headers - map
@@ -1232,14 +1232,14 @@ export default class Client extends OpenApi {
1232
1232
  [key: string]: string;
1233
1233
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetTeamResponse>;
1234
1234
  /**
1235
- * 查询团队
1235
+ * Queries the details of a specified team. The response includes the complete properties and team roles of each user member and agent member in the team.
1236
1236
  *
1237
1237
  * @param request - GetTeamRequest
1238
1238
  * @returns GetTeamResponse
1239
1239
  */
1240
1240
  getTeam(workspaceId: string, teamId: string, request: $_model.GetTeamRequest): Promise<$_model.GetTeamResponse>;
1241
1241
  /**
1242
- * 查询用户
1242
+ * Queries the details of a specified user in a workspace. Returns an error if the user does not exist.
1243
1243
  *
1244
1244
  * @param request - GetUserRequest
1245
1245
  * @param headers - map
@@ -1250,7 +1250,7 @@ export default class Client extends OpenApi {
1250
1250
  [key: string]: string;
1251
1251
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetUserResponse>;
1252
1252
  /**
1253
- * 查询用户
1253
+ * Queries the details of a specified user in a workspace. Returns an error if the user does not exist.
1254
1254
  *
1255
1255
  * @param request - GetUserRequest
1256
1256
  * @returns GetUserResponse
@@ -1397,7 +1397,7 @@ export default class Client extends OpenApi {
1397
1397
  */
1398
1398
  listAgentTeams(workspaceId: string, request: $_model.ListAgentTeamsRequest): Promise<$_model.ListAgentTeamsResponse>;
1399
1399
  /**
1400
- * 查询凭证列表
1400
+ * Queries credentials in a specified workspace by using paging. You can use credentialType to filter by type, nameLike to filter by credential name using fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default.
1401
1401
  *
1402
1402
  * @param request - ListCredentialsRequest
1403
1403
  * @param headers - map
@@ -1408,7 +1408,7 @@ export default class Client extends OpenApi {
1408
1408
  [key: string]: string;
1409
1409
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListCredentialsResponse>;
1410
1410
  /**
1411
- * 查询凭证列表
1411
+ * Queries credentials in a specified workspace by using paging. You can use credentialType to filter by type, nameLike to filter by credential name using fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default.
1412
1412
  *
1413
1413
  * @param request - ListCredentialsRequest
1414
1414
  * @returns ListCredentialsResponse
@@ -1507,11 +1507,11 @@ export default class Client extends OpenApi {
1507
1507
  */
1508
1508
  listMcpTools(workspaceId: string, mcpServerId: string, request: $_model.ListMcpToolsRequest): Promise<$_model.ListMcpToolsResponse>;
1509
1509
  /**
1510
- * Queries MCP services and their configurations and statuses in a specified workspace by using paging.
1510
+ * Queries MCP services and their configurations and statuses in a specified workspace by page.
1511
1511
  *
1512
1512
  * @remarks
1513
1513
  * ## Operation description
1514
- * Queries MCP services and their configurations and statuses in a specified workspace by using paging.
1514
+ * Queries MCP services and their configurations and statuses in a specified workspace by page.
1515
1515
  *
1516
1516
  * @param request - ListMcpsRequest
1517
1517
  * @param headers - map
@@ -1522,21 +1522,21 @@ export default class Client extends OpenApi {
1522
1522
  [key: string]: string;
1523
1523
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListMcpsResponse>;
1524
1524
  /**
1525
- * Queries MCP services and their configurations and statuses in a specified workspace by using paging.
1525
+ * Queries MCP services and their configurations and statuses in a specified workspace by page.
1526
1526
  *
1527
1527
  * @remarks
1528
1528
  * ## Operation description
1529
- * Queries MCP services and their configurations and statuses in a specified workspace by using paging.
1529
+ * Queries MCP services and their configurations and statuses in a specified workspace by page.
1530
1530
  *
1531
1531
  * @param request - ListMcpsRequest
1532
1532
  * @returns ListMcpsResponse
1533
1533
  */
1534
1534
  listMcps(workspaceId: string, request: $_model.ListMcpsRequest): Promise<$_model.ListMcpsResponse>;
1535
1535
  /**
1536
- * 查询模型连接列表
1536
+ * Queries model connections in a specified workspace with paging. Supports filtering by name, provider type, and invoke protocol.
1537
1537
  *
1538
1538
  * @remarks
1539
- * 查询指定 AgentCore 工作空间中的模型连接。支持通过 `Name` 按名称筛选,并通过 `SearchType` 选择精确匹配或模糊匹配;支持按模型提供商类型和调用协议筛选,并支持分页查询。
1539
+ * Queries model connections in a specified AgentCore workspace. Supports filtering by name through `Name` and selecting exact match or fuzzy match through `SearchType`. Also supports filtering by model provider type and invoke protocol, and supports paging.
1540
1540
  *
1541
1541
  * @param request - ListModelConnectionsRequest
1542
1542
  * @param headers - map
@@ -1547,10 +1547,10 @@ export default class Client extends OpenApi {
1547
1547
  [key: string]: string;
1548
1548
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelConnectionsResponse>;
1549
1549
  /**
1550
- * 查询模型连接列表
1550
+ * Queries model connections in a specified workspace with paging. Supports filtering by name, provider type, and invoke protocol.
1551
1551
  *
1552
1552
  * @remarks
1553
- * 查询指定 AgentCore 工作空间中的模型连接。支持通过 `Name` 按名称筛选,并通过 `SearchType` 选择精确匹配或模糊匹配;支持按模型提供商类型和调用协议筛选,并支持分页查询。
1553
+ * Queries model connections in a specified AgentCore workspace. Supports filtering by name through `Name` and selecting exact match or fuzzy match through `SearchType`. Also supports filtering by model provider type and invoke protocol, and supports paging.
1554
1554
  *
1555
1555
  * @param request - ListModelConnectionsRequest
1556
1556
  * @returns ListModelConnectionsResponse
@@ -1661,7 +1661,7 @@ export default class Client extends OpenApi {
1661
1661
  */
1662
1662
  listSkills(workspaceId: string, request: $_model.ListSkillsRequest): Promise<$_model.ListSkillsResponse>;
1663
1663
  /**
1664
- * 查询团队列表
1664
+ * Queries teams in a specified workspace by paging. Use nameLike to filter by team name with fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default. Member information in the list includes only the member identity, name, and team role.
1665
1665
  *
1666
1666
  * @param request - ListTeamsRequest
1667
1667
  * @param headers - map
@@ -1672,7 +1672,7 @@ export default class Client extends OpenApi {
1672
1672
  [key: string]: string;
1673
1673
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListTeamsResponse>;
1674
1674
  /**
1675
- * 查询团队列表
1675
+ * Queries teams in a specified workspace by paging. Use nameLike to filter by team name with fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default. Member information in the list includes only the member identity, name, and team role.
1676
1676
  *
1677
1677
  * @param request - ListTeamsRequest
1678
1678
  * @returns ListTeamsResponse
@@ -1851,7 +1851,7 @@ export default class Client extends OpenApi {
1851
1851
  */
1852
1852
  redraftSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.RedraftSkillVersionRequest): Promise<$_model.RedraftSkillVersionResponse>;
1853
1853
  /**
1854
- * 重置用户密码
1854
+ * Resets the logon password of a specified user. Specify the user by agentCoreUserId or username. At least one of the two parameters must be specified. Only users who use workspace local password authentication can be reset. If password is not specified, the server generates a random password and returns it in the response.
1855
1855
  *
1856
1856
  * @param tmpReq - ResetUserPasswordRequest
1857
1857
  * @param headers - map
@@ -1862,7 +1862,7 @@ export default class Client extends OpenApi {
1862
1862
  [key: string]: string;
1863
1863
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ResetUserPasswordResponse>;
1864
1864
  /**
1865
- * 重置用户密码
1865
+ * Resets the logon password of a specified user. Specify the user by agentCoreUserId or username. At least one of the two parameters must be specified. Only users who use workspace local password authentication can be reset. If password is not specified, the server generates a random password and returns it in the response.
1866
1866
  *
1867
1867
  * @param request - ResetUserPasswordRequest
1868
1868
  * @returns ResetUserPasswordResponse
@@ -1995,7 +1995,7 @@ export default class Client extends OpenApi {
1995
1995
  */
1996
1996
  updateAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.UpdateAgentSpecRequest): Promise<$_model.UpdateAgentSpecResponse>;
1997
1997
  /**
1998
- * 更新凭证
1998
+ * Updates the content or description of a specified credential. At least one of credentialMetadata and description must be specified. Unspecified properties remain unchanged. The credential name and credential type cannot be modified after creation.
1999
1999
  *
2000
2000
  * @param tmpReq - UpdateCredentialRequest
2001
2001
  * @param headers - map
@@ -2006,7 +2006,7 @@ export default class Client extends OpenApi {
2006
2006
  [key: string]: string;
2007
2007
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCredentialResponse>;
2008
2008
  /**
2009
- * 更新凭证
2009
+ * Updates the content or description of a specified credential. At least one of credentialMetadata and description must be specified. Unspecified properties remain unchanged. The credential name and credential type cannot be modified after creation.
2010
2010
  *
2011
2011
  * @param request - UpdateCredentialRequest
2012
2012
  * @returns UpdateCredentialResponse
@@ -2099,7 +2099,12 @@ export default class Client extends OpenApi {
2099
2099
  */
2100
2100
  updateMcp(workspaceId: string, mcpServerId: string, request: $_model.UpdateMcpRequest): Promise<$_model.UpdateMcpResponse>;
2101
2101
  /**
2102
- * Updates the description of a specified model. Other model configurations cannot be modified through this operation.
2102
+ * Updates the description, context token limit, maximum output token count, or capability configuration of a specified model.
2103
+ *
2104
+ * @remarks
2105
+ * This operation updates description, contextSize, maxTokens, and capabilities. At least one non-null parameter must be provided. Parameters that are not provided or set to null retain their original values. The capabilities object is replaced as a whole. Capability fields not included in the object are treated as false.
2106
+ * Modifying only description does not refresh the model configuration of associated agents. When contextSize, maxTokens, or capabilities actually change, the system asynchronously refreshes managed agents that reference the model within the same workspace, as well as external agents whose model source is PLATFORM. External agents whose model source is RUNTIME are not affected. Submitting the same configuration repeatedly does not trigger a new model configuration refresh.
2107
+ * A successful response indicates that the model configuration has been saved. It does not indicate that associated agents have completed the configuration refresh or that the runtime has loaded the new configuration. Call GetModel to query the saved model configuration.
2103
2108
  *
2104
2109
  * @param tmpReq - UpdateModelRequest
2105
2110
  * @param headers - map
@@ -2110,7 +2115,12 @@ export default class Client extends OpenApi {
2110
2115
  [key: string]: string;
2111
2116
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelResponse>;
2112
2117
  /**
2113
- * Updates the description of a specified model. Other model configurations cannot be modified through this operation.
2118
+ * Updates the description, context token limit, maximum output token count, or capability configuration of a specified model.
2119
+ *
2120
+ * @remarks
2121
+ * This operation updates description, contextSize, maxTokens, and capabilities. At least one non-null parameter must be provided. Parameters that are not provided or set to null retain their original values. The capabilities object is replaced as a whole. Capability fields not included in the object are treated as false.
2122
+ * Modifying only description does not refresh the model configuration of associated agents. When contextSize, maxTokens, or capabilities actually change, the system asynchronously refreshes managed agents that reference the model within the same workspace, as well as external agents whose model source is PLATFORM. External agents whose model source is RUNTIME are not affected. Submitting the same configuration repeatedly does not trigger a new model configuration refresh.
2123
+ * A successful response indicates that the model configuration has been saved. It does not indicate that associated agents have completed the configuration refresh or that the runtime has loaded the new configuration. Call GetModel to query the saved model configuration.
2114
2124
  *
2115
2125
  * @param request - UpdateModelRequest
2116
2126
  * @returns UpdateModelResponse
@@ -2213,7 +2223,7 @@ export default class Client extends OpenApi {
2213
2223
  */
2214
2224
  updateSkillScope(workspaceId: string, skillName: string, request: $_model.UpdateSkillScopeRequest): Promise<$_model.UpdateSkillScopeResponse>;
2215
2225
  /**
2216
- * 更新团队
2226
+ * Updates the description and members of a specified team. When users or agents are passed in, the corresponding member list is replaced using full overwrite semantics. Member lists that are not passed in remain unchanged. The team name cannot be modified after creation.
2217
2227
  *
2218
2228
  * @param tmpReq - UpdateTeamRequest
2219
2229
  * @param headers - map
@@ -2224,14 +2234,14 @@ export default class Client extends OpenApi {
2224
2234
  [key: string]: string;
2225
2235
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateTeamResponse>;
2226
2236
  /**
2227
- * 更新团队
2237
+ * Updates the description and members of a specified team. When users or agents are passed in, the corresponding member list is replaced using full overwrite semantics. Member lists that are not passed in remain unchanged. The team name cannot be modified after creation.
2228
2238
  *
2229
2239
  * @param request - UpdateTeamRequest
2230
2240
  * @returns UpdateTeamResponse
2231
2241
  */
2232
2242
  updateTeam(workspaceId: string, teamId: string, request: $_model.UpdateTeamRequest): Promise<$_model.UpdateTeamResponse>;
2233
2243
  /**
2234
- * 更新用户
2244
+ * Updates the display name, email address, or note of a specified user. At least one of displayName, email, and note must be specified. Unspecified properties remain unchanged. The username cannot be modified after creation.
2235
2245
  *
2236
2246
  * @param tmpReq - UpdateUserRequest
2237
2247
  * @param headers - map
@@ -2242,7 +2252,7 @@ export default class Client extends OpenApi {
2242
2252
  [key: string]: string;
2243
2253
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateUserResponse>;
2244
2254
  /**
2245
- * 更新用户
2255
+ * Updates the display name, email address, or note of a specified user. At least one of displayName, email, and note must be specified. Unspecified properties remain unchanged. The username cannot be modified after creation.
2246
2256
  *
2247
2257
  * @param request - UpdateUserRequest
2248
2258
  * @returns UpdateUserResponse