@alicloud/agentcore20260804 1.1.0 → 1.2.1
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/client.d.ts +1520 -50
- package/dist/client.js +3681 -643
- package/dist/client.js.map +1 -1
- package/dist/models/BatchUploadSkillsViaOssRequest.d.ts +48 -0
- package/dist/models/BatchUploadSkillsViaOssRequest.js +82 -0
- package/dist/models/BatchUploadSkillsViaOssRequest.js.map +1 -0
- package/dist/models/BatchUploadSkillsViaOssResponse.d.ts +19 -0
- package/dist/models/BatchUploadSkillsViaOssResponse.js +69 -0
- package/dist/models/BatchUploadSkillsViaOssResponse.js.map +1 -0
- package/dist/models/BatchUploadSkillsViaOssResponseBody.d.ts +92 -0
- package/dist/models/BatchUploadSkillsViaOssResponseBody.js +112 -0
- package/dist/models/BatchUploadSkillsViaOssResponseBody.js.map +1 -0
- package/dist/models/BatchUploadSkillsViaOssShrinkRequest.d.ts +18 -0
- package/dist/models/BatchUploadSkillsViaOssShrinkRequest.js +58 -0
- package/dist/models/BatchUploadSkillsViaOssShrinkRequest.js.map +1 -0
- package/dist/models/CreateAgentImchannelRequest.d.ts +103 -0
- package/dist/models/CreateAgentImchannelRequest.js +117 -0
- package/dist/models/CreateAgentImchannelRequest.js.map +1 -0
- package/dist/models/CreateAgentImchannelResponse.d.ts +19 -0
- package/dist/models/CreateAgentImchannelResponse.js +69 -0
- package/dist/models/CreateAgentImchannelResponse.js.map +1 -0
- package/dist/models/CreateAgentImchannelResponseBody.d.ts +219 -0
- package/dist/models/CreateAgentImchannelResponseBody.js +168 -0
- package/dist/models/CreateAgentImchannelResponseBody.js.map +1 -0
- package/dist/models/CreateAgentImchannelShrinkRequest.d.ts +26 -0
- package/dist/models/CreateAgentImchannelShrinkRequest.js +60 -0
- package/dist/models/CreateAgentImchannelShrinkRequest.js.map +1 -0
- package/dist/models/CreateAgentSpecRequest.d.ts +48 -0
- package/dist/models/CreateAgentSpecRequest.js +82 -0
- package/dist/models/CreateAgentSpecRequest.js.map +1 -0
- package/dist/models/CreateAgentSpecResponse.d.ts +19 -0
- package/dist/models/CreateAgentSpecResponse.js +69 -0
- package/dist/models/CreateAgentSpecResponse.js.map +1 -0
- package/dist/models/CreateAgentSpecResponseBody.d.ts +29 -0
- package/dist/models/CreateAgentSpecResponseBody.js +60 -0
- package/dist/models/CreateAgentSpecResponseBody.js.map +1 -0
- package/dist/models/CreateAgentSpecShrinkRequest.d.ts +18 -0
- package/dist/models/CreateAgentSpecShrinkRequest.js +58 -0
- package/dist/models/CreateAgentSpecShrinkRequest.js.map +1 -0
- package/dist/models/CreateAgentSpecVersionRequest.d.ts +46 -0
- package/dist/models/CreateAgentSpecVersionRequest.js +82 -0
- package/dist/models/CreateAgentSpecVersionRequest.js.map +1 -0
- package/dist/models/CreateAgentSpecVersionResponse.d.ts +19 -0
- package/dist/models/CreateAgentSpecVersionResponse.js +69 -0
- package/dist/models/CreateAgentSpecVersionResponse.js.map +1 -0
- package/dist/models/CreateAgentSpecVersionResponseBody.d.ts +29 -0
- package/dist/models/CreateAgentSpecVersionResponseBody.js +60 -0
- package/dist/models/CreateAgentSpecVersionResponseBody.js.map +1 -0
- package/dist/models/CreateAgentSpecVersionShrinkRequest.d.ts +18 -0
- package/dist/models/CreateAgentSpecVersionShrinkRequest.js +58 -0
- package/dist/models/CreateAgentSpecVersionShrinkRequest.js.map +1 -0
- package/dist/models/CreateExternalAgentBootstrapTokenRequest.d.ts +25 -0
- package/dist/models/CreateExternalAgentBootstrapTokenRequest.js +58 -0
- package/dist/models/CreateExternalAgentBootstrapTokenRequest.js.map +1 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponse.d.ts +19 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponse.js +69 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponse.js.map +1 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponseBody.d.ts +150 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponseBody.js +126 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponseBody.js.map +1 -0
- package/dist/models/CreateExternalAgentRequest.d.ts +238 -0
- package/dist/models/CreateExternalAgentRequest.js +214 -0
- package/dist/models/CreateExternalAgentRequest.js.map +1 -0
- package/dist/models/CreateExternalAgentResponse.d.ts +19 -0
- package/dist/models/CreateExternalAgentResponse.js +69 -0
- package/dist/models/CreateExternalAgentResponse.js.map +1 -0
- package/dist/models/CreateExternalAgentResponseBody.d.ts +498 -0
- package/dist/models/CreateExternalAgentResponseBody.js +312 -0
- package/dist/models/CreateExternalAgentResponseBody.js.map +1 -0
- package/dist/models/CreateExternalAgentShrinkRequest.d.ts +26 -0
- package/dist/models/CreateExternalAgentShrinkRequest.js +60 -0
- package/dist/models/CreateExternalAgentShrinkRequest.js.map +1 -0
- package/dist/models/CreateMcpRequest.d.ts +201 -0
- package/dist/models/CreateMcpRequest.js +177 -0
- package/dist/models/CreateMcpRequest.js.map +1 -0
- package/dist/models/CreateMcpResponse.d.ts +19 -0
- package/dist/models/CreateMcpResponse.js +69 -0
- package/dist/models/CreateMcpResponse.js.map +1 -0
- package/dist/models/CreateMcpResponseBody.d.ts +256 -0
- package/dist/models/CreateMcpResponseBody.js +193 -0
- package/dist/models/CreateMcpResponseBody.js.map +1 -0
- package/dist/models/CreateMcpShrinkRequest.d.ts +26 -0
- package/dist/models/CreateMcpShrinkRequest.js +60 -0
- package/dist/models/CreateMcpShrinkRequest.js.map +1 -0
- package/dist/models/CreateSkillDraftRequest.d.ts +72 -0
- package/dist/models/CreateSkillDraftRequest.js +88 -0
- package/dist/models/CreateSkillDraftRequest.js.map +1 -0
- package/dist/models/CreateSkillDraftResponse.d.ts +19 -0
- package/dist/models/CreateSkillDraftResponse.js +69 -0
- package/dist/models/CreateSkillDraftResponse.js.map +1 -0
- package/dist/models/CreateSkillDraftResponseBody.d.ts +29 -0
- package/dist/models/CreateSkillDraftResponseBody.js +60 -0
- package/dist/models/CreateSkillDraftResponseBody.js.map +1 -0
- package/dist/models/CreateSkillDraftShrinkRequest.d.ts +18 -0
- package/dist/models/CreateSkillDraftShrinkRequest.js +58 -0
- package/dist/models/CreateSkillDraftShrinkRequest.js.map +1 -0
- package/dist/models/DataResourceValue.d.ts +44 -0
- package/dist/models/DataResourceValue.js +67 -0
- package/dist/models/DataResourceValue.js.map +1 -0
- package/dist/models/DeleteAgentImchannelRequest.d.ts +21 -0
- package/dist/models/DeleteAgentImchannelRequest.js +58 -0
- package/dist/models/DeleteAgentImchannelRequest.js.map +1 -0
- package/dist/models/DeleteAgentImchannelResponse.d.ts +19 -0
- package/dist/models/DeleteAgentImchannelResponse.js +69 -0
- package/dist/models/DeleteAgentImchannelResponse.js.map +1 -0
- package/dist/models/DeleteAgentImchannelResponseBody.d.ts +21 -0
- package/dist/models/DeleteAgentImchannelResponseBody.js +58 -0
- package/dist/models/DeleteAgentImchannelResponseBody.js.map +1 -0
- package/dist/models/DeleteAgentSpecRequest.d.ts +13 -0
- package/dist/models/DeleteAgentSpecRequest.js +54 -0
- package/dist/models/DeleteAgentSpecRequest.js.map +1 -0
- package/dist/models/DeleteAgentSpecResponse.d.ts +19 -0
- package/dist/models/DeleteAgentSpecResponse.js +69 -0
- package/dist/models/DeleteAgentSpecResponse.js.map +1 -0
- package/dist/models/DeleteAgentSpecResponseBody.d.ts +26 -0
- package/dist/models/DeleteAgentSpecResponseBody.js +60 -0
- package/dist/models/DeleteAgentSpecResponseBody.js.map +1 -0
- package/dist/models/DeleteAgentSpecVersionRequest.d.ts +13 -0
- package/dist/models/DeleteAgentSpecVersionRequest.js +54 -0
- package/dist/models/DeleteAgentSpecVersionRequest.js.map +1 -0
- package/dist/models/DeleteAgentSpecVersionResponse.d.ts +19 -0
- package/dist/models/DeleteAgentSpecVersionResponse.js +69 -0
- package/dist/models/DeleteAgentSpecVersionResponse.js.map +1 -0
- package/dist/models/DeleteAgentSpecVersionResponseBody.d.ts +26 -0
- package/dist/models/DeleteAgentSpecVersionResponseBody.js +60 -0
- package/dist/models/DeleteAgentSpecVersionResponseBody.js.map +1 -0
- package/dist/models/DeleteExternalAgentRequest.d.ts +13 -0
- package/dist/models/DeleteExternalAgentRequest.js +54 -0
- package/dist/models/DeleteExternalAgentRequest.js.map +1 -0
- package/dist/models/DeleteExternalAgentResponse.d.ts +19 -0
- package/dist/models/DeleteExternalAgentResponse.js +69 -0
- package/dist/models/DeleteExternalAgentResponse.js.map +1 -0
- package/dist/models/DeleteExternalAgentResponseBody.d.ts +169 -0
- package/dist/models/DeleteExternalAgentResponseBody.js +112 -0
- package/dist/models/DeleteExternalAgentResponseBody.js.map +1 -0
- package/dist/models/DeleteMcpRequest.d.ts +13 -0
- package/dist/models/DeleteMcpRequest.js +54 -0
- package/dist/models/DeleteMcpRequest.js.map +1 -0
- package/dist/models/DeleteMcpResponse.d.ts +19 -0
- package/dist/models/DeleteMcpResponse.js +69 -0
- package/dist/models/DeleteMcpResponse.js.map +1 -0
- package/dist/models/DeleteMcpResponseBody.d.ts +50 -0
- package/dist/models/DeleteMcpResponseBody.js +66 -0
- package/dist/models/DeleteMcpResponseBody.js.map +1 -0
- package/dist/models/DeleteSkillDraftRequest.d.ts +13 -0
- package/dist/models/DeleteSkillDraftRequest.js +54 -0
- package/dist/models/DeleteSkillDraftRequest.js.map +1 -0
- package/dist/models/DeleteSkillDraftResponse.d.ts +19 -0
- package/dist/models/DeleteSkillDraftResponse.js +69 -0
- package/dist/models/DeleteSkillDraftResponse.js.map +1 -0
- package/dist/models/DeleteSkillDraftResponseBody.d.ts +21 -0
- package/dist/models/DeleteSkillDraftResponseBody.js +58 -0
- package/dist/models/DeleteSkillDraftResponseBody.js.map +1 -0
- package/dist/models/DeleteSkillRequest.d.ts +13 -0
- package/dist/models/DeleteSkillRequest.js +54 -0
- package/dist/models/DeleteSkillRequest.js.map +1 -0
- package/dist/models/DeleteSkillResponse.d.ts +19 -0
- package/dist/models/DeleteSkillResponse.js +69 -0
- package/dist/models/DeleteSkillResponse.js.map +1 -0
- package/dist/models/DeleteSkillResponseBody.d.ts +21 -0
- package/dist/models/DeleteSkillResponseBody.js +58 -0
- package/dist/models/DeleteSkillResponseBody.js.map +1 -0
- package/dist/models/DownloadAgentSpecViaOssRequest.d.ts +21 -0
- package/dist/models/DownloadAgentSpecViaOssRequest.js +58 -0
- package/dist/models/DownloadAgentSpecViaOssRequest.js.map +1 -0
- package/dist/models/DownloadAgentSpecViaOssResponse.d.ts +19 -0
- package/dist/models/DownloadAgentSpecViaOssResponse.js +69 -0
- package/dist/models/DownloadAgentSpecViaOssResponse.js.map +1 -0
- package/dist/models/DownloadAgentSpecViaOssResponseBody.d.ts +29 -0
- package/dist/models/DownloadAgentSpecViaOssResponseBody.js +60 -0
- package/dist/models/DownloadAgentSpecViaOssResponseBody.js.map +1 -0
- package/dist/models/DownloadSkillVersionViaOssRequest.d.ts +13 -0
- package/dist/models/DownloadSkillVersionViaOssRequest.js +54 -0
- package/dist/models/DownloadSkillVersionViaOssRequest.js.map +1 -0
- package/dist/models/DownloadSkillVersionViaOssResponse.d.ts +19 -0
- package/dist/models/DownloadSkillVersionViaOssResponse.js +69 -0
- package/dist/models/DownloadSkillVersionViaOssResponse.js.map +1 -0
- package/dist/models/DownloadSkillVersionViaOssResponseBody.d.ts +29 -0
- package/dist/models/DownloadSkillVersionViaOssResponseBody.js +60 -0
- package/dist/models/DownloadSkillVersionViaOssResponseBody.js.map +1 -0
- package/dist/models/ForcePublishSkillVersionRequest.d.ts +38 -0
- package/dist/models/ForcePublishSkillVersionRequest.js +80 -0
- package/dist/models/ForcePublishSkillVersionRequest.js.map +1 -0
- package/dist/models/ForcePublishSkillVersionResponse.d.ts +19 -0
- package/dist/models/ForcePublishSkillVersionResponse.js +69 -0
- package/dist/models/ForcePublishSkillVersionResponse.js.map +1 -0
- package/dist/models/ForcePublishSkillVersionResponseBody.d.ts +21 -0
- package/dist/models/ForcePublishSkillVersionResponseBody.js +58 -0
- package/dist/models/ForcePublishSkillVersionResponseBody.js.map +1 -0
- package/dist/models/ForcePublishSkillVersionShrinkRequest.d.ts +18 -0
- package/dist/models/ForcePublishSkillVersionShrinkRequest.js +58 -0
- package/dist/models/ForcePublishSkillVersionShrinkRequest.js.map +1 -0
- package/dist/models/GetAgentImchannelRequest.d.ts +13 -0
- package/dist/models/GetAgentImchannelRequest.js +54 -0
- package/dist/models/GetAgentImchannelRequest.js.map +1 -0
- package/dist/models/GetAgentImchannelResponse.d.ts +19 -0
- package/dist/models/GetAgentImchannelResponse.js +69 -0
- package/dist/models/GetAgentImchannelResponse.js.map +1 -0
- package/dist/models/GetAgentImchannelResponseBody.d.ts +217 -0
- package/dist/models/GetAgentImchannelResponseBody.js +168 -0
- package/dist/models/GetAgentImchannelResponseBody.js.map +1 -0
- package/dist/models/GetAgentSpecImportFileUrlRequest.d.ts +21 -0
- package/dist/models/GetAgentSpecImportFileUrlRequest.js +58 -0
- package/dist/models/GetAgentSpecImportFileUrlRequest.js.map +1 -0
- package/dist/models/GetAgentSpecImportFileUrlResponse.d.ts +19 -0
- package/dist/models/GetAgentSpecImportFileUrlResponse.js +69 -0
- package/dist/models/GetAgentSpecImportFileUrlResponse.js.map +1 -0
- package/dist/models/GetAgentSpecImportFileUrlResponseBody.d.ts +70 -0
- package/dist/models/GetAgentSpecImportFileUrlResponseBody.js +88 -0
- package/dist/models/GetAgentSpecImportFileUrlResponseBody.js.map +1 -0
- package/dist/models/GetAgentSpecLatestRequest.d.ts +13 -0
- package/dist/models/GetAgentSpecLatestRequest.js +54 -0
- package/dist/models/GetAgentSpecLatestRequest.js.map +1 -0
- package/dist/models/GetAgentSpecLatestResponse.d.ts +19 -0
- package/dist/models/GetAgentSpecLatestResponse.js +69 -0
- package/dist/models/GetAgentSpecLatestResponse.js.map +1 -0
- package/dist/models/GetAgentSpecLatestResponseBody.d.ts +157 -0
- package/dist/models/GetAgentSpecLatestResponseBody.js +150 -0
- package/dist/models/GetAgentSpecLatestResponseBody.js.map +1 -0
- package/dist/models/GetAgentSpecRequest.d.ts +13 -0
- package/dist/models/GetAgentSpecRequest.js +54 -0
- package/dist/models/GetAgentSpecRequest.js.map +1 -0
- package/dist/models/GetAgentSpecResponse.d.ts +19 -0
- package/dist/models/GetAgentSpecResponse.js +69 -0
- package/dist/models/GetAgentSpecResponse.js.map +1 -0
- package/dist/models/GetAgentSpecResponseBody.d.ts +211 -0
- package/dist/models/GetAgentSpecResponseBody.js +145 -0
- package/dist/models/GetAgentSpecResponseBody.js.map +1 -0
- package/dist/models/GetAgentSpecVersionRequest.d.ts +13 -0
- package/dist/models/GetAgentSpecVersionRequest.js +54 -0
- package/dist/models/GetAgentSpecVersionRequest.js.map +1 -0
- package/dist/models/GetAgentSpecVersionResponse.d.ts +19 -0
- package/dist/models/GetAgentSpecVersionResponse.js +69 -0
- package/dist/models/GetAgentSpecVersionResponse.js.map +1 -0
- package/dist/models/GetAgentSpecVersionResponseBody.d.ts +78 -0
- package/dist/models/GetAgentSpecVersionResponseBody.js +94 -0
- package/dist/models/GetAgentSpecVersionResponseBody.js.map +1 -0
- package/dist/models/GetExternalAgentBootstrapOptionsRequest.d.ts +13 -0
- package/dist/models/GetExternalAgentBootstrapOptionsRequest.js +54 -0
- package/dist/models/GetExternalAgentBootstrapOptionsRequest.js.map +1 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponse.d.ts +19 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponse.js +69 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponse.js.map +1 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponseBody.d.ts +115 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponseBody.js +118 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponseBody.js.map +1 -0
- package/dist/models/GetExternalAgentRequest.d.ts +13 -0
- package/dist/models/GetExternalAgentRequest.js +54 -0
- package/dist/models/GetExternalAgentRequest.js.map +1 -0
- package/dist/models/GetExternalAgentResponse.d.ts +19 -0
- package/dist/models/GetExternalAgentResponse.js +69 -0
- package/dist/models/GetExternalAgentResponse.js.map +1 -0
- package/dist/models/GetExternalAgentResponseBody.d.ts +496 -0
- package/dist/models/GetExternalAgentResponseBody.js +312 -0
- package/dist/models/GetExternalAgentResponseBody.js.map +1 -0
- package/dist/models/GetMcpRequest.d.ts +13 -0
- package/dist/models/GetMcpRequest.js +54 -0
- package/dist/models/GetMcpRequest.js.map +1 -0
- package/dist/models/GetMcpResponse.d.ts +19 -0
- package/dist/models/GetMcpResponse.js +69 -0
- package/dist/models/GetMcpResponse.js.map +1 -0
- package/dist/models/GetMcpResponseBody.d.ts +264 -0
- package/dist/models/GetMcpResponseBody.js +195 -0
- package/dist/models/GetMcpResponseBody.js.map +1 -0
- package/dist/models/GetServiceEndpointApiKeyRequest.d.ts +13 -0
- package/dist/models/GetServiceEndpointApiKeyRequest.js +54 -0
- package/dist/models/GetServiceEndpointApiKeyRequest.js.map +1 -0
- package/dist/models/GetServiceEndpointApiKeyResponse.d.ts +19 -0
- package/dist/models/GetServiceEndpointApiKeyResponse.js +69 -0
- package/dist/models/GetServiceEndpointApiKeyResponse.js.map +1 -0
- package/dist/models/GetServiceEndpointApiKeyResponseBody.d.ts +127 -0
- package/dist/models/GetServiceEndpointApiKeyResponseBody.js +102 -0
- package/dist/models/GetServiceEndpointApiKeyResponseBody.js.map +1 -0
- package/dist/models/GetServiceEndpointRequest.d.ts +13 -0
- package/dist/models/GetServiceEndpointRequest.js +54 -0
- package/dist/models/GetServiceEndpointRequest.js.map +1 -0
- package/dist/models/GetServiceEndpointResponse.d.ts +19 -0
- package/dist/models/GetServiceEndpointResponse.js +69 -0
- package/dist/models/GetServiceEndpointResponse.js.map +1 -0
- package/dist/models/GetServiceEndpointResponseBody.d.ts +274 -0
- package/dist/models/GetServiceEndpointResponseBody.js +192 -0
- package/dist/models/GetServiceEndpointResponseBody.js.map +1 -0
- package/dist/models/GetSkillDetailRequest.d.ts +13 -0
- package/dist/models/GetSkillDetailRequest.js +54 -0
- package/dist/models/GetSkillDetailRequest.js.map +1 -0
- package/dist/models/GetSkillDetailResponse.d.ts +19 -0
- package/dist/models/GetSkillDetailResponse.js +69 -0
- package/dist/models/GetSkillDetailResponse.js.map +1 -0
- package/dist/models/GetSkillDetailResponseBody.d.ts +240 -0
- package/dist/models/GetSkillDetailResponseBody.js +153 -0
- package/dist/models/GetSkillDetailResponseBody.js.map +1 -0
- package/dist/models/GetSkillImportFileUrlRequest.d.ts +21 -0
- package/dist/models/GetSkillImportFileUrlRequest.js +58 -0
- package/dist/models/GetSkillImportFileUrlRequest.js.map +1 -0
- package/dist/models/GetSkillImportFileUrlResponse.d.ts +19 -0
- package/dist/models/GetSkillImportFileUrlResponse.js +69 -0
- package/dist/models/GetSkillImportFileUrlResponse.js.map +1 -0
- package/dist/models/GetSkillImportFileUrlResponseBody.d.ts +70 -0
- package/dist/models/GetSkillImportFileUrlResponseBody.js +88 -0
- package/dist/models/GetSkillImportFileUrlResponseBody.js.map +1 -0
- package/dist/models/GetSkillVersionDetailRequest.d.ts +13 -0
- package/dist/models/GetSkillVersionDetailRequest.js +54 -0
- package/dist/models/GetSkillVersionDetailRequest.js.map +1 -0
- package/dist/models/GetSkillVersionDetailResponse.d.ts +19 -0
- package/dist/models/GetSkillVersionDetailResponse.js +69 -0
- package/dist/models/GetSkillVersionDetailResponse.js.map +1 -0
- package/dist/models/GetSkillVersionDetailResponseBody.d.ts +80 -0
- package/dist/models/GetSkillVersionDetailResponseBody.js +94 -0
- package/dist/models/GetSkillVersionDetailResponseBody.js.map +1 -0
- package/dist/models/GetWorkspacePluginRequest.d.ts +13 -0
- package/dist/models/GetWorkspacePluginRequest.js +54 -0
- package/dist/models/GetWorkspacePluginRequest.js.map +1 -0
- package/dist/models/GetWorkspacePluginResponse.d.ts +19 -0
- package/dist/models/GetWorkspacePluginResponse.js +69 -0
- package/dist/models/GetWorkspacePluginResponse.js.map +1 -0
- package/dist/models/GetWorkspacePluginResponseBody.d.ts +234 -0
- package/dist/models/GetWorkspacePluginResponseBody.js +223 -0
- package/dist/models/GetWorkspacePluginResponseBody.js.map +1 -0
- package/dist/models/InstallWorkspacePluginRequest.d.ts +139 -0
- package/dist/models/InstallWorkspacePluginRequest.js +179 -0
- package/dist/models/InstallWorkspacePluginRequest.js.map +1 -0
- package/dist/models/InstallWorkspacePluginResponse.d.ts +19 -0
- package/dist/models/InstallWorkspacePluginResponse.js +69 -0
- package/dist/models/InstallWorkspacePluginResponse.js.map +1 -0
- package/dist/models/InstallWorkspacePluginResponseBody.d.ts +102 -0
- package/dist/models/InstallWorkspacePluginResponseBody.js +96 -0
- package/dist/models/InstallWorkspacePluginResponseBody.js.map +1 -0
- package/dist/models/InstallWorkspacePluginShrinkRequest.d.ts +26 -0
- package/dist/models/InstallWorkspacePluginShrinkRequest.js +60 -0
- package/dist/models/InstallWorkspacePluginShrinkRequest.js.map +1 -0
- package/dist/models/ListAgentImchannelsRequest.d.ts +54 -0
- package/dist/models/ListAgentImchannelsRequest.js +64 -0
- package/dist/models/ListAgentImchannelsRequest.js.map +1 -0
- package/dist/models/ListAgentImchannelsResponse.d.ts +19 -0
- package/dist/models/ListAgentImchannelsResponse.js +69 -0
- package/dist/models/ListAgentImchannelsResponse.js.map +1 -0
- package/dist/models/ListAgentImchannelsResponseBody.d.ts +241 -0
- package/dist/models/ListAgentImchannelsResponseBody.js +174 -0
- package/dist/models/ListAgentImchannelsResponseBody.js.map +1 -0
- package/dist/models/ListAgentSpecsRequest.d.ts +93 -0
- package/dist/models/ListAgentSpecsRequest.js +74 -0
- package/dist/models/ListAgentSpecsRequest.js.map +1 -0
- package/dist/models/ListAgentSpecsResponse.d.ts +19 -0
- package/dist/models/ListAgentSpecsResponse.js +69 -0
- package/dist/models/ListAgentSpecsResponse.js.map +1 -0
- package/dist/models/ListAgentSpecsResponseBody.d.ts +221 -0
- package/dist/models/ListAgentSpecsResponseBody.js +183 -0
- package/dist/models/ListAgentSpecsResponseBody.js.map +1 -0
- package/dist/models/ListAgentTeamsRequest.d.ts +37 -0
- package/dist/models/ListAgentTeamsRequest.js +83 -0
- package/dist/models/ListAgentTeamsRequest.js.map +1 -0
- package/dist/models/ListAgentTeamsResponse.d.ts +19 -0
- package/dist/models/ListAgentTeamsResponse.js +69 -0
- package/dist/models/ListAgentTeamsResponse.js.map +1 -0
- package/dist/models/ListAgentTeamsResponseBody.d.ts +123 -0
- package/dist/models/ListAgentTeamsResponseBody.js +102 -0
- package/dist/models/ListAgentTeamsResponseBody.js.map +1 -0
- package/dist/models/ListAgentTeamsShrinkRequest.d.ts +18 -0
- package/dist/models/ListAgentTeamsShrinkRequest.js +58 -0
- package/dist/models/ListAgentTeamsShrinkRequest.js.map +1 -0
- package/dist/models/ListExternalAgentsRequest.d.ts +29 -0
- package/dist/models/ListExternalAgentsRequest.js +60 -0
- package/dist/models/ListExternalAgentsRequest.js.map +1 -0
- package/dist/models/ListExternalAgentsResponse.d.ts +19 -0
- package/dist/models/ListExternalAgentsResponse.js +69 -0
- package/dist/models/ListExternalAgentsResponse.js.map +1 -0
- package/dist/models/ListExternalAgentsResponseBody.d.ts +199 -0
- package/dist/models/ListExternalAgentsResponseBody.js +118 -0
- package/dist/models/ListExternalAgentsResponseBody.js.map +1 -0
- package/dist/models/ListMcpToolsRequest.d.ts +29 -0
- package/dist/models/ListMcpToolsRequest.js +60 -0
- package/dist/models/ListMcpToolsRequest.js.map +1 -0
- package/dist/models/ListMcpToolsResponse.d.ts +19 -0
- package/dist/models/ListMcpToolsResponse.js +69 -0
- package/dist/models/ListMcpToolsResponse.js.map +1 -0
- package/dist/models/ListMcpToolsResponseBody.d.ts +123 -0
- package/dist/models/ListMcpToolsResponseBody.js +102 -0
- package/dist/models/ListMcpToolsResponseBody.js.map +1 -0
- package/dist/models/ListMcpsRequest.d.ts +39 -0
- package/dist/models/ListMcpsRequest.js +64 -0
- package/dist/models/ListMcpsRequest.js.map +1 -0
- package/dist/models/ListMcpsResponse.d.ts +19 -0
- package/dist/models/ListMcpsResponse.js +69 -0
- package/dist/models/ListMcpsResponse.js.map +1 -0
- package/dist/models/ListMcpsResponseBody.d.ts +272 -0
- package/dist/models/ListMcpsResponseBody.js +197 -0
- package/dist/models/ListMcpsResponseBody.js.map +1 -0
- package/dist/models/ListModelConnectionsRequest.d.ts +9 -0
- package/dist/models/ListModelConnectionsRequest.js +2 -0
- package/dist/models/ListModelConnectionsRequest.js.map +1 -1
- package/dist/models/ListServiceEndpointsRequest.d.ts +77 -0
- package/dist/models/ListServiceEndpointsRequest.js +72 -0
- package/dist/models/ListServiceEndpointsRequest.js.map +1 -0
- package/dist/models/ListServiceEndpointsResponse.d.ts +19 -0
- package/dist/models/ListServiceEndpointsResponse.js +69 -0
- package/dist/models/ListServiceEndpointsResponse.js.map +1 -0
- package/dist/models/ListServiceEndpointsResponseBody.d.ts +294 -0
- package/dist/models/ListServiceEndpointsResponseBody.js +198 -0
- package/dist/models/ListServiceEndpointsResponseBody.js.map +1 -0
- package/dist/models/ListSkillsRequest.d.ts +89 -0
- package/dist/models/ListSkillsRequest.js +74 -0
- package/dist/models/ListSkillsRequest.js.map +1 -0
- package/dist/models/ListSkillsResponse.d.ts +19 -0
- package/dist/models/ListSkillsResponse.js +69 -0
- package/dist/models/ListSkillsResponse.js.map +1 -0
- package/dist/models/ListSkillsResponseBody.d.ts +208 -0
- package/dist/models/ListSkillsResponseBody.js +145 -0
- package/dist/models/ListSkillsResponseBody.js.map +1 -0
- package/dist/models/OfflineSkillRequest.d.ts +48 -0
- package/dist/models/OfflineSkillRequest.js +82 -0
- package/dist/models/OfflineSkillRequest.js.map +1 -0
- package/dist/models/OfflineSkillResponse.d.ts +19 -0
- package/dist/models/OfflineSkillResponse.js +69 -0
- package/dist/models/OfflineSkillResponse.js.map +1 -0
- package/dist/models/OfflineSkillResponseBody.d.ts +21 -0
- package/dist/models/OfflineSkillResponseBody.js +58 -0
- package/dist/models/OfflineSkillResponseBody.js.map +1 -0
- package/dist/models/OfflineSkillShrinkRequest.d.ts +18 -0
- package/dist/models/OfflineSkillShrinkRequest.js +58 -0
- package/dist/models/OfflineSkillShrinkRequest.js.map +1 -0
- package/dist/models/OnlineSkillRequest.d.ts +48 -0
- package/dist/models/OnlineSkillRequest.js +82 -0
- package/dist/models/OnlineSkillRequest.js.map +1 -0
- package/dist/models/OnlineSkillResponse.d.ts +19 -0
- package/dist/models/OnlineSkillResponse.js +69 -0
- package/dist/models/OnlineSkillResponse.js.map +1 -0
- package/dist/models/OnlineSkillResponseBody.d.ts +21 -0
- package/dist/models/OnlineSkillResponseBody.js +58 -0
- package/dist/models/OnlineSkillResponseBody.js.map +1 -0
- package/dist/models/OnlineSkillShrinkRequest.d.ts +18 -0
- package/dist/models/OnlineSkillShrinkRequest.js +58 -0
- package/dist/models/OnlineSkillShrinkRequest.js.map +1 -0
- package/dist/models/PrecheckSkillUploadViaOssRequest.d.ts +40 -0
- package/dist/models/PrecheckSkillUploadViaOssRequest.js +80 -0
- package/dist/models/PrecheckSkillUploadViaOssRequest.js.map +1 -0
- package/dist/models/PrecheckSkillUploadViaOssResponse.d.ts +19 -0
- package/dist/models/PrecheckSkillUploadViaOssResponse.js +69 -0
- package/dist/models/PrecheckSkillUploadViaOssResponse.js.map +1 -0
- package/dist/models/PrecheckSkillUploadViaOssResponseBody.d.ts +131 -0
- package/dist/models/PrecheckSkillUploadViaOssResponseBody.js +104 -0
- package/dist/models/PrecheckSkillUploadViaOssResponseBody.js.map +1 -0
- package/dist/models/PrecheckSkillUploadViaOssShrinkRequest.d.ts +18 -0
- package/dist/models/PrecheckSkillUploadViaOssShrinkRequest.js +58 -0
- package/dist/models/PrecheckSkillUploadViaOssShrinkRequest.js.map +1 -0
- package/dist/models/PublishSkillVersionRequest.d.ts +38 -0
- package/dist/models/PublishSkillVersionRequest.js +80 -0
- package/dist/models/PublishSkillVersionRequest.js.map +1 -0
- package/dist/models/PublishSkillVersionResponse.d.ts +19 -0
- package/dist/models/PublishSkillVersionResponse.js +69 -0
- package/dist/models/PublishSkillVersionResponse.js.map +1 -0
- package/dist/models/PublishSkillVersionResponseBody.d.ts +21 -0
- package/dist/models/PublishSkillVersionResponseBody.js +58 -0
- package/dist/models/PublishSkillVersionResponseBody.js.map +1 -0
- package/dist/models/PublishSkillVersionShrinkRequest.d.ts +18 -0
- package/dist/models/PublishSkillVersionShrinkRequest.js +58 -0
- package/dist/models/PublishSkillVersionShrinkRequest.js.map +1 -0
- package/dist/models/RedraftSkillVersionRequest.d.ts +30 -0
- package/dist/models/RedraftSkillVersionRequest.js +76 -0
- package/dist/models/RedraftSkillVersionRequest.js.map +1 -0
- package/dist/models/RedraftSkillVersionResponse.d.ts +19 -0
- package/dist/models/RedraftSkillVersionResponse.js +69 -0
- package/dist/models/RedraftSkillVersionResponse.js.map +1 -0
- package/dist/models/RedraftSkillVersionResponseBody.d.ts +21 -0
- package/dist/models/RedraftSkillVersionResponseBody.js +58 -0
- package/dist/models/RedraftSkillVersionResponseBody.js.map +1 -0
- package/dist/models/RedraftSkillVersionShrinkRequest.d.ts +18 -0
- package/dist/models/RedraftSkillVersionShrinkRequest.js +58 -0
- package/dist/models/RedraftSkillVersionShrinkRequest.js.map +1 -0
- package/dist/models/SubmitAgentSpecVersionRequest.d.ts +30 -0
- package/dist/models/SubmitAgentSpecVersionRequest.js +76 -0
- package/dist/models/SubmitAgentSpecVersionRequest.js.map +1 -0
- package/dist/models/SubmitAgentSpecVersionResponse.d.ts +19 -0
- package/dist/models/SubmitAgentSpecVersionResponse.js +69 -0
- package/dist/models/SubmitAgentSpecVersionResponse.js.map +1 -0
- package/dist/models/SubmitAgentSpecVersionResponseBody.d.ts +29 -0
- package/dist/models/SubmitAgentSpecVersionResponseBody.js +60 -0
- package/dist/models/SubmitAgentSpecVersionResponseBody.js.map +1 -0
- package/dist/models/SubmitAgentSpecVersionShrinkRequest.d.ts +18 -0
- package/dist/models/SubmitAgentSpecVersionShrinkRequest.js +58 -0
- package/dist/models/SubmitAgentSpecVersionShrinkRequest.js.map +1 -0
- package/dist/models/SubmitSkillVersionRequest.d.ts +30 -0
- package/dist/models/SubmitSkillVersionRequest.js +76 -0
- package/dist/models/SubmitSkillVersionRequest.js.map +1 -0
- package/dist/models/SubmitSkillVersionResponse.d.ts +19 -0
- package/dist/models/SubmitSkillVersionResponse.js +69 -0
- package/dist/models/SubmitSkillVersionResponse.js.map +1 -0
- package/dist/models/SubmitSkillVersionResponseBody.d.ts +29 -0
- package/dist/models/SubmitSkillVersionResponseBody.js +60 -0
- package/dist/models/SubmitSkillVersionResponseBody.js.map +1 -0
- package/dist/models/SubmitSkillVersionShrinkRequest.d.ts +18 -0
- package/dist/models/SubmitSkillVersionShrinkRequest.js +58 -0
- package/dist/models/SubmitSkillVersionShrinkRequest.js.map +1 -0
- package/dist/models/UpdateAgentImchannelCredentialRequest.d.ts +47 -0
- package/dist/models/UpdateAgentImchannelCredentialRequest.js +85 -0
- package/dist/models/UpdateAgentImchannelCredentialRequest.js.map +1 -0
- package/dist/models/UpdateAgentImchannelCredentialResponse.d.ts +19 -0
- package/dist/models/UpdateAgentImchannelCredentialResponse.js +69 -0
- package/dist/models/UpdateAgentImchannelCredentialResponse.js.map +1 -0
- package/dist/models/UpdateAgentImchannelCredentialResponseBody.d.ts +79 -0
- package/dist/models/UpdateAgentImchannelCredentialResponseBody.js +98 -0
- package/dist/models/UpdateAgentImchannelCredentialResponseBody.js.map +1 -0
- package/dist/models/UpdateAgentImchannelCredentialShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateAgentImchannelCredentialShrinkRequest.js +60 -0
- package/dist/models/UpdateAgentImchannelCredentialShrinkRequest.js.map +1 -0
- package/dist/models/UpdateAgentImchannelRequest.d.ts +78 -0
- package/dist/models/UpdateAgentImchannelRequest.js +110 -0
- package/dist/models/UpdateAgentImchannelRequest.js.map +1 -0
- package/dist/models/UpdateAgentImchannelResponse.d.ts +19 -0
- package/dist/models/UpdateAgentImchannelResponse.js +69 -0
- package/dist/models/UpdateAgentImchannelResponse.js.map +1 -0
- package/dist/models/UpdateAgentImchannelResponseBody.d.ts +217 -0
- package/dist/models/UpdateAgentImchannelResponseBody.js +168 -0
- package/dist/models/UpdateAgentImchannelResponseBody.js.map +1 -0
- package/dist/models/UpdateAgentImchannelShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateAgentImchannelShrinkRequest.js +60 -0
- package/dist/models/UpdateAgentImchannelShrinkRequest.js.map +1 -0
- package/dist/models/UpdateAgentSpecRequest.d.ts +56 -0
- package/dist/models/UpdateAgentSpecRequest.js +84 -0
- package/dist/models/UpdateAgentSpecRequest.js.map +1 -0
- package/dist/models/UpdateAgentSpecResponse.d.ts +19 -0
- package/dist/models/UpdateAgentSpecResponse.js +69 -0
- package/dist/models/UpdateAgentSpecResponse.js.map +1 -0
- package/dist/models/UpdateAgentSpecResponseBody.d.ts +26 -0
- package/dist/models/UpdateAgentSpecResponseBody.js +60 -0
- package/dist/models/UpdateAgentSpecResponseBody.js.map +1 -0
- package/dist/models/UpdateAgentSpecShrinkRequest.d.ts +18 -0
- package/dist/models/UpdateAgentSpecShrinkRequest.js +58 -0
- package/dist/models/UpdateAgentSpecShrinkRequest.js.map +1 -0
- package/dist/models/UpdateExternalAgentRequest.d.ts +236 -0
- package/dist/models/UpdateExternalAgentRequest.js +214 -0
- package/dist/models/UpdateExternalAgentRequest.js.map +1 -0
- package/dist/models/UpdateExternalAgentResponse.d.ts +19 -0
- package/dist/models/UpdateExternalAgentResponse.js +69 -0
- package/dist/models/UpdateExternalAgentResponse.js.map +1 -0
- package/dist/models/UpdateExternalAgentResponseBody.d.ts +498 -0
- package/dist/models/UpdateExternalAgentResponseBody.js +312 -0
- package/dist/models/UpdateExternalAgentResponseBody.js.map +1 -0
- package/dist/models/UpdateExternalAgentShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateExternalAgentShrinkRequest.js +60 -0
- package/dist/models/UpdateExternalAgentShrinkRequest.js.map +1 -0
- package/dist/models/UpdateManagedAgentRequest.d.ts +1 -1
- package/dist/models/UpdateManagedAgentShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateMcpRequest.d.ts +171 -0
- package/dist/models/UpdateMcpRequest.js +171 -0
- package/dist/models/UpdateMcpRequest.js.map +1 -0
- package/dist/models/UpdateMcpResponse.d.ts +19 -0
- package/dist/models/UpdateMcpResponse.js +69 -0
- package/dist/models/UpdateMcpResponse.js.map +1 -0
- package/dist/models/UpdateMcpResponseBody.d.ts +50 -0
- package/dist/models/UpdateMcpResponseBody.js +66 -0
- package/dist/models/UpdateMcpResponseBody.js.map +1 -0
- package/dist/models/UpdateMcpShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateMcpShrinkRequest.js +60 -0
- package/dist/models/UpdateMcpShrinkRequest.js.map +1 -0
- package/dist/models/UpdateModelConnectionRequest.d.ts +50 -0
- package/dist/models/UpdateModelConnectionRequest.js.map +1 -1
- package/dist/models/UpdateModelConnectionResponseBody.d.ts +124 -0
- package/dist/models/UpdateModelConnectionResponseBody.js.map +1 -1
- package/dist/models/UpdateModelConnectionShrinkRequest.d.ts +11 -0
- package/dist/models/UpdateModelConnectionShrinkRequest.js.map +1 -1
- package/dist/models/UpdateSkillBizTagsRequest.d.ts +40 -0
- package/dist/models/UpdateSkillBizTagsRequest.js +80 -0
- package/dist/models/UpdateSkillBizTagsRequest.js.map +1 -0
- package/dist/models/UpdateSkillBizTagsResponse.d.ts +19 -0
- package/dist/models/UpdateSkillBizTagsResponse.js +69 -0
- package/dist/models/UpdateSkillBizTagsResponse.js.map +1 -0
- package/dist/models/UpdateSkillBizTagsResponseBody.d.ts +21 -0
- package/dist/models/UpdateSkillBizTagsResponseBody.js +58 -0
- package/dist/models/UpdateSkillBizTagsResponseBody.js.map +1 -0
- package/dist/models/UpdateSkillBizTagsShrinkRequest.d.ts +18 -0
- package/dist/models/UpdateSkillBizTagsShrinkRequest.js +58 -0
- package/dist/models/UpdateSkillBizTagsShrinkRequest.js.map +1 -0
- package/dist/models/UpdateSkillLabelsRequest.d.ts +40 -0
- package/dist/models/UpdateSkillLabelsRequest.js +80 -0
- package/dist/models/UpdateSkillLabelsRequest.js.map +1 -0
- package/dist/models/UpdateSkillLabelsResponse.d.ts +19 -0
- package/dist/models/UpdateSkillLabelsResponse.js +69 -0
- package/dist/models/UpdateSkillLabelsResponse.js.map +1 -0
- package/dist/models/UpdateSkillLabelsResponseBody.d.ts +21 -0
- package/dist/models/UpdateSkillLabelsResponseBody.js +58 -0
- package/dist/models/UpdateSkillLabelsResponseBody.js.map +1 -0
- package/dist/models/UpdateSkillLabelsShrinkRequest.d.ts +18 -0
- package/dist/models/UpdateSkillLabelsShrinkRequest.js +58 -0
- package/dist/models/UpdateSkillLabelsShrinkRequest.js.map +1 -0
- package/dist/models/UpdateSkillScopeRequest.d.ts +40 -0
- package/dist/models/UpdateSkillScopeRequest.js +80 -0
- package/dist/models/UpdateSkillScopeRequest.js.map +1 -0
- package/dist/models/UpdateSkillScopeResponse.d.ts +19 -0
- package/dist/models/UpdateSkillScopeResponse.js +69 -0
- package/dist/models/UpdateSkillScopeResponse.js.map +1 -0
- package/dist/models/UpdateSkillScopeResponseBody.d.ts +21 -0
- package/dist/models/UpdateSkillScopeResponseBody.js +58 -0
- package/dist/models/UpdateSkillScopeResponseBody.js.map +1 -0
- package/dist/models/UpdateSkillScopeShrinkRequest.d.ts +18 -0
- package/dist/models/UpdateSkillScopeShrinkRequest.js +58 -0
- package/dist/models/UpdateSkillScopeShrinkRequest.js.map +1 -0
- package/dist/models/UploadAgentSpecViaOssRequest.d.ts +56 -0
- package/dist/models/UploadAgentSpecViaOssRequest.js +84 -0
- package/dist/models/UploadAgentSpecViaOssRequest.js.map +1 -0
- package/dist/models/UploadAgentSpecViaOssResponse.d.ts +19 -0
- package/dist/models/UploadAgentSpecViaOssResponse.js +69 -0
- package/dist/models/UploadAgentSpecViaOssResponse.js.map +1 -0
- package/dist/models/UploadAgentSpecViaOssResponseBody.d.ts +29 -0
- package/dist/models/UploadAgentSpecViaOssResponseBody.js +60 -0
- package/dist/models/UploadAgentSpecViaOssResponseBody.js.map +1 -0
- package/dist/models/UploadAgentSpecViaOssShrinkRequest.d.ts +18 -0
- package/dist/models/UploadAgentSpecViaOssShrinkRequest.js +58 -0
- package/dist/models/UploadAgentSpecViaOssShrinkRequest.js.map +1 -0
- package/dist/models/UploadSkillViaOssRequest.d.ts +64 -0
- package/dist/models/UploadSkillViaOssRequest.js +86 -0
- package/dist/models/UploadSkillViaOssRequest.js.map +1 -0
- package/dist/models/UploadSkillViaOssResponse.d.ts +19 -0
- package/dist/models/UploadSkillViaOssResponse.js +69 -0
- package/dist/models/UploadSkillViaOssResponse.js.map +1 -0
- package/dist/models/UploadSkillViaOssResponseBody.d.ts +29 -0
- package/dist/models/UploadSkillViaOssResponseBody.js +60 -0
- package/dist/models/UploadSkillViaOssResponseBody.js.map +1 -0
- package/dist/models/UploadSkillViaOssShrinkRequest.d.ts +18 -0
- package/dist/models/UploadSkillViaOssShrinkRequest.js +58 -0
- package/dist/models/UploadSkillViaOssShrinkRequest.js.map +1 -0
- package/dist/models/model.d.ts +344 -0
- package/dist/models/model.js +702 -7
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3975 -715
- package/src/models/BatchUploadSkillsViaOssRequest.ts +76 -0
- package/src/models/BatchUploadSkillsViaOssResponse.ts +40 -0
- package/src/models/BatchUploadSkillsViaOssResponseBody.ts +141 -0
- package/src/models/BatchUploadSkillsViaOssShrinkRequest.ts +31 -0
- package/src/models/CreateAgentImchannelRequest.ts +155 -0
- package/src/models/CreateAgentImchannelResponse.ts +40 -0
- package/src/models/CreateAgentImchannelResponseBody.ts +313 -0
- package/src/models/CreateAgentImchannelShrinkRequest.ts +41 -0
- package/src/models/CreateAgentSpecRequest.ts +76 -0
- package/src/models/CreateAgentSpecResponse.ts +40 -0
- package/src/models/CreateAgentSpecResponseBody.ts +44 -0
- package/src/models/CreateAgentSpecShrinkRequest.ts +31 -0
- package/src/models/CreateAgentSpecVersionRequest.ts +74 -0
- package/src/models/CreateAgentSpecVersionResponse.ts +40 -0
- package/src/models/CreateAgentSpecVersionResponseBody.ts +44 -0
- package/src/models/CreateAgentSpecVersionShrinkRequest.ts +31 -0
- package/src/models/CreateExternalAgentBootstrapTokenRequest.ts +38 -0
- package/src/models/CreateExternalAgentBootstrapTokenResponse.ts +40 -0
- package/src/models/CreateExternalAgentBootstrapTokenResponseBody.ts +213 -0
- package/src/models/CreateExternalAgentRequest.ts +353 -0
- package/src/models/CreateExternalAgentResponse.ts +40 -0
- package/src/models/CreateExternalAgentResponseBody.ts +693 -0
- package/src/models/CreateExternalAgentShrinkRequest.ts +41 -0
- package/src/models/CreateMcpRequest.ts +297 -0
- package/src/models/CreateMcpResponse.ts +40 -0
- package/src/models/CreateMcpResponseBody.ts +368 -0
- package/src/models/CreateMcpShrinkRequest.ts +41 -0
- package/src/models/CreateSkillDraftRequest.ts +106 -0
- package/src/models/CreateSkillDraftResponse.ts +40 -0
- package/src/models/CreateSkillDraftResponseBody.ts +44 -0
- package/src/models/CreateSkillDraftShrinkRequest.ts +31 -0
- package/src/models/DataResourceValue.ts +64 -0
- package/src/models/DeleteAgentImchannelRequest.ts +34 -0
- package/src/models/DeleteAgentImchannelResponse.ts +40 -0
- package/src/models/DeleteAgentImchannelResponseBody.ts +34 -0
- package/src/models/DeleteAgentSpecRequest.ts +24 -0
- package/src/models/DeleteAgentSpecResponse.ts +40 -0
- package/src/models/DeleteAgentSpecResponseBody.ts +41 -0
- package/src/models/DeleteAgentSpecVersionRequest.ts +24 -0
- package/src/models/DeleteAgentSpecVersionResponse.ts +40 -0
- package/src/models/DeleteAgentSpecVersionResponseBody.ts +41 -0
- package/src/models/DeleteExternalAgentRequest.ts +24 -0
- package/src/models/DeleteExternalAgentResponse.ts +40 -0
- package/src/models/DeleteExternalAgentResponseBody.ts +227 -0
- package/src/models/DeleteMcpRequest.ts +24 -0
- package/src/models/DeleteMcpResponse.ts +40 -0
- package/src/models/DeleteMcpResponseBody.ts +71 -0
- package/src/models/DeleteSkillDraftRequest.ts +24 -0
- package/src/models/DeleteSkillDraftResponse.ts +40 -0
- package/src/models/DeleteSkillDraftResponseBody.ts +34 -0
- package/src/models/DeleteSkillRequest.ts +24 -0
- package/src/models/DeleteSkillResponse.ts +40 -0
- package/src/models/DeleteSkillResponseBody.ts +34 -0
- package/src/models/DownloadAgentSpecViaOssRequest.ts +34 -0
- package/src/models/DownloadAgentSpecViaOssResponse.ts +40 -0
- package/src/models/DownloadAgentSpecViaOssResponseBody.ts +44 -0
- package/src/models/DownloadSkillVersionViaOssRequest.ts +24 -0
- package/src/models/DownloadSkillVersionViaOssResponse.ts +40 -0
- package/src/models/DownloadSkillVersionViaOssResponseBody.ts +44 -0
- package/src/models/ForcePublishSkillVersionRequest.ts +64 -0
- package/src/models/ForcePublishSkillVersionResponse.ts +40 -0
- package/src/models/ForcePublishSkillVersionResponseBody.ts +34 -0
- package/src/models/ForcePublishSkillVersionShrinkRequest.ts +31 -0
- package/src/models/GetAgentImchannelRequest.ts +24 -0
- package/src/models/GetAgentImchannelResponse.ts +40 -0
- package/src/models/GetAgentImchannelResponseBody.ts +311 -0
- package/src/models/GetAgentSpecImportFileUrlRequest.ts +34 -0
- package/src/models/GetAgentSpecImportFileUrlResponse.ts +40 -0
- package/src/models/GetAgentSpecImportFileUrlResponseBody.ts +104 -0
- package/src/models/GetAgentSpecLatestRequest.ts +24 -0
- package/src/models/GetAgentSpecLatestResponse.ts +40 -0
- package/src/models/GetAgentSpecLatestResponseBody.ts +232 -0
- package/src/models/GetAgentSpecRequest.ts +24 -0
- package/src/models/GetAgentSpecResponse.ts +40 -0
- package/src/models/GetAgentSpecResponseBody.ts +291 -0
- package/src/models/GetAgentSpecVersionRequest.ts +24 -0
- package/src/models/GetAgentSpecVersionResponse.ts +40 -0
- package/src/models/GetAgentSpecVersionResponseBody.ts +115 -0
- package/src/models/GetExternalAgentBootstrapOptionsRequest.ts +24 -0
- package/src/models/GetExternalAgentBootstrapOptionsResponse.ts +40 -0
- package/src/models/GetExternalAgentBootstrapOptionsResponseBody.ts +170 -0
- package/src/models/GetExternalAgentRequest.ts +24 -0
- package/src/models/GetExternalAgentResponse.ts +40 -0
- package/src/models/GetExternalAgentResponseBody.ts +691 -0
- package/src/models/GetMcpRequest.ts +24 -0
- package/src/models/GetMcpResponse.ts +40 -0
- package/src/models/GetMcpResponseBody.ts +378 -0
- package/src/models/GetServiceEndpointApiKeyRequest.ts +24 -0
- package/src/models/GetServiceEndpointApiKeyResponse.ts +40 -0
- package/src/models/GetServiceEndpointApiKeyResponseBody.ts +175 -0
- package/src/models/GetServiceEndpointRequest.ts +24 -0
- package/src/models/GetServiceEndpointResponse.ts +40 -0
- package/src/models/GetServiceEndpointResponseBody.ts +385 -0
- package/src/models/GetSkillDetailRequest.ts +24 -0
- package/src/models/GetSkillDetailResponse.ts +40 -0
- package/src/models/GetSkillDetailResponseBody.ts +328 -0
- package/src/models/GetSkillImportFileUrlRequest.ts +34 -0
- package/src/models/GetSkillImportFileUrlResponse.ts +40 -0
- package/src/models/GetSkillImportFileUrlResponseBody.ts +104 -0
- package/src/models/GetSkillVersionDetailRequest.ts +24 -0
- package/src/models/GetSkillVersionDetailResponse.ts +40 -0
- package/src/models/GetSkillVersionDetailResponseBody.ts +117 -0
- package/src/models/GetWorkspacePluginRequest.ts +24 -0
- package/src/models/GetWorkspacePluginResponse.ts +40 -0
- package/src/models/GetWorkspacePluginResponseBody.ts +358 -0
- package/src/models/InstallWorkspacePluginRequest.ts +228 -0
- package/src/models/InstallWorkspacePluginResponse.ts +40 -0
- package/src/models/InstallWorkspacePluginResponseBody.ts +144 -0
- package/src/models/InstallWorkspacePluginShrinkRequest.ts +41 -0
- package/src/models/ListAgentImchannelsRequest.ts +73 -0
- package/src/models/ListAgentImchannelsResponse.ts +40 -0
- package/src/models/ListAgentImchannelsResponseBody.ts +341 -0
- package/src/models/ListAgentSpecsRequest.ts +122 -0
- package/src/models/ListAgentSpecsResponse.ts +40 -0
- package/src/models/ListAgentSpecsResponseBody.ts +321 -0
- package/src/models/ListAgentTeamsRequest.ts +66 -0
- package/src/models/ListAgentTeamsResponse.ts +40 -0
- package/src/models/ListAgentTeamsResponseBody.ts +171 -0
- package/src/models/ListAgentTeamsShrinkRequest.ts +31 -0
- package/src/models/ListExternalAgentsRequest.ts +44 -0
- package/src/models/ListExternalAgentsResponse.ts +40 -0
- package/src/models/ListExternalAgentsResponseBody.ts +263 -0
- package/src/models/ListMcpToolsRequest.ts +44 -0
- package/src/models/ListMcpToolsResponse.ts +40 -0
- package/src/models/ListMcpToolsResponseBody.ts +171 -0
- package/src/models/ListMcpsRequest.ts +58 -0
- package/src/models/ListMcpsResponse.ts +40 -0
- package/src/models/ListMcpsResponseBody.ts +388 -0
- package/src/models/ListModelConnectionsRequest.ts +11 -0
- package/src/models/ListServiceEndpointsRequest.ts +104 -0
- package/src/models/ListServiceEndpointsResponse.ts +40 -0
- package/src/models/ListServiceEndpointsResponseBody.ts +411 -0
- package/src/models/ListSkillsRequest.ts +118 -0
- package/src/models/ListSkillsResponse.ts +40 -0
- package/src/models/ListSkillsResponseBody.ts +288 -0
- package/src/models/OfflineSkillRequest.ts +76 -0
- package/src/models/OfflineSkillResponse.ts +40 -0
- package/src/models/OfflineSkillResponseBody.ts +34 -0
- package/src/models/OfflineSkillShrinkRequest.ts +31 -0
- package/src/models/OnlineSkillRequest.ts +76 -0
- package/src/models/OnlineSkillResponse.ts +40 -0
- package/src/models/OnlineSkillResponseBody.ts +34 -0
- package/src/models/OnlineSkillShrinkRequest.ts +31 -0
- package/src/models/PrecheckSkillUploadViaOssRequest.ts +66 -0
- package/src/models/PrecheckSkillUploadViaOssResponse.ts +40 -0
- package/src/models/PrecheckSkillUploadViaOssResponseBody.ts +181 -0
- package/src/models/PrecheckSkillUploadViaOssShrinkRequest.ts +31 -0
- package/src/models/PublishSkillVersionRequest.ts +64 -0
- package/src/models/PublishSkillVersionResponse.ts +40 -0
- package/src/models/PublishSkillVersionResponseBody.ts +34 -0
- package/src/models/PublishSkillVersionShrinkRequest.ts +31 -0
- package/src/models/RedraftSkillVersionRequest.ts +54 -0
- package/src/models/RedraftSkillVersionResponse.ts +40 -0
- package/src/models/RedraftSkillVersionResponseBody.ts +34 -0
- package/src/models/RedraftSkillVersionShrinkRequest.ts +31 -0
- package/src/models/SubmitAgentSpecVersionRequest.ts +54 -0
- package/src/models/SubmitAgentSpecVersionResponse.ts +40 -0
- package/src/models/SubmitAgentSpecVersionResponseBody.ts +44 -0
- package/src/models/SubmitAgentSpecVersionShrinkRequest.ts +31 -0
- package/src/models/SubmitSkillVersionRequest.ts +54 -0
- package/src/models/SubmitSkillVersionResponse.ts +40 -0
- package/src/models/SubmitSkillVersionResponseBody.ts +44 -0
- package/src/models/SubmitSkillVersionShrinkRequest.ts +31 -0
- package/src/models/UpdateAgentImchannelCredentialRequest.ts +76 -0
- package/src/models/UpdateAgentImchannelCredentialResponse.ts +40 -0
- package/src/models/UpdateAgentImchannelCredentialResponseBody.ts +121 -0
- package/src/models/UpdateAgentImchannelCredentialShrinkRequest.ts +41 -0
- package/src/models/UpdateAgentImchannelRequest.ts +125 -0
- package/src/models/UpdateAgentImchannelResponse.ts +40 -0
- package/src/models/UpdateAgentImchannelResponseBody.ts +311 -0
- package/src/models/UpdateAgentImchannelShrinkRequest.ts +41 -0
- package/src/models/UpdateAgentSpecRequest.ts +86 -0
- package/src/models/UpdateAgentSpecResponse.ts +40 -0
- package/src/models/UpdateAgentSpecResponseBody.ts +41 -0
- package/src/models/UpdateAgentSpecShrinkRequest.ts +31 -0
- package/src/models/UpdateExternalAgentRequest.ts +351 -0
- package/src/models/UpdateExternalAgentResponse.ts +40 -0
- package/src/models/UpdateExternalAgentResponseBody.ts +693 -0
- package/src/models/UpdateExternalAgentShrinkRequest.ts +41 -0
- package/src/models/UpdateManagedAgentRequest.ts +1 -1
- package/src/models/UpdateManagedAgentShrinkRequest.ts +1 -1
- package/src/models/UpdateMcpRequest.ts +261 -0
- package/src/models/UpdateMcpResponse.ts +40 -0
- package/src/models/UpdateMcpResponseBody.ts +71 -0
- package/src/models/UpdateMcpShrinkRequest.ts +41 -0
- package/src/models/UpdateModelConnectionRequest.ts +50 -0
- package/src/models/UpdateModelConnectionResponseBody.ts +124 -0
- package/src/models/UpdateModelConnectionShrinkRequest.ts +11 -0
- package/src/models/UpdateSkillBizTagsRequest.ts +66 -0
- package/src/models/UpdateSkillBizTagsResponse.ts +40 -0
- package/src/models/UpdateSkillBizTagsResponseBody.ts +34 -0
- package/src/models/UpdateSkillBizTagsShrinkRequest.ts +31 -0
- package/src/models/UpdateSkillLabelsRequest.ts +66 -0
- package/src/models/UpdateSkillLabelsResponse.ts +40 -0
- package/src/models/UpdateSkillLabelsResponseBody.ts +34 -0
- package/src/models/UpdateSkillLabelsShrinkRequest.ts +31 -0
- package/src/models/UpdateSkillScopeRequest.ts +66 -0
- package/src/models/UpdateSkillScopeResponse.ts +40 -0
- package/src/models/UpdateSkillScopeResponseBody.ts +34 -0
- package/src/models/UpdateSkillScopeShrinkRequest.ts +31 -0
- package/src/models/UploadAgentSpecViaOssRequest.ts +86 -0
- package/src/models/UploadAgentSpecViaOssResponse.ts +40 -0
- package/src/models/UploadAgentSpecViaOssResponseBody.ts +44 -0
- package/src/models/UploadAgentSpecViaOssShrinkRequest.ts +31 -0
- package/src/models/UploadSkillViaOssRequest.ts +96 -0
- package/src/models/UploadSkillViaOssResponse.ts +40 -0
- package/src/models/UploadSkillViaOssResponseBody.ts +44 -0
- package/src/models/UploadSkillViaOssShrinkRequest.ts +31 -0
- package/src/models/model.ts +344 -0
package/dist/client.d.ts
CHANGED
|
@@ -26,6 +26,108 @@ export default class Client extends OpenApi {
|
|
|
26
26
|
* @returns BatchDeleteModelsResponse
|
|
27
27
|
*/
|
|
28
28
|
batchDeleteModels(workspaceId: string, request: $_model.BatchDeleteModelsRequest): Promise<$_model.BatchDeleteModelsResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Uploads Skill ZIP packages in bulk through OSS and returns the processing result of each Skill.
|
|
31
|
+
*
|
|
32
|
+
* @remarks
|
|
33
|
+
* ## Operation description
|
|
34
|
+
* Uploads Skill ZIP packages in bulk through OSS and returns the processing result of each Skill.
|
|
35
|
+
*
|
|
36
|
+
* @param tmpReq - BatchUploadSkillsViaOssRequest
|
|
37
|
+
* @param headers - map
|
|
38
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
39
|
+
* @returns BatchUploadSkillsViaOssResponse
|
|
40
|
+
*/
|
|
41
|
+
batchUploadSkillsViaOssWithOptions(workspaceId: string, tmpReq: $_model.BatchUploadSkillsViaOssRequest, headers: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.BatchUploadSkillsViaOssResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Uploads Skill ZIP packages in bulk through OSS and returns the processing result of each Skill.
|
|
46
|
+
*
|
|
47
|
+
* @remarks
|
|
48
|
+
* ## Operation description
|
|
49
|
+
* Uploads Skill ZIP packages in bulk through OSS and returns the processing result of each Skill.
|
|
50
|
+
*
|
|
51
|
+
* @param request - BatchUploadSkillsViaOssRequest
|
|
52
|
+
* @returns BatchUploadSkillsViaOssResponse
|
|
53
|
+
*/
|
|
54
|
+
batchUploadSkillsViaOss(workspaceId: string, request: $_model.BatchUploadSkillsViaOssRequest): Promise<$_model.BatchUploadSkillsViaOssResponse>;
|
|
55
|
+
/**
|
|
56
|
+
* Creates an IM channel for a specified agent and binds a publicly accessible ServiceEndpoint.
|
|
57
|
+
*
|
|
58
|
+
* @remarks
|
|
59
|
+
* Creates an IM channel for a specified agent and binds a publicly accessible ServiceEndpoint.
|
|
60
|
+
*
|
|
61
|
+
* @param tmpReq - CreateAgentIMChannelRequest
|
|
62
|
+
* @param headers - map
|
|
63
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
64
|
+
* @returns CreateAgentIMChannelResponse
|
|
65
|
+
*/
|
|
66
|
+
createAgentIMChannelWithOptions(workspaceId: string, agentId: string, tmpReq: $_model.CreateAgentIMChannelRequest, headers: {
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAgentIMChannelResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Creates an IM channel for a specified agent and binds a publicly accessible ServiceEndpoint.
|
|
71
|
+
*
|
|
72
|
+
* @remarks
|
|
73
|
+
* Creates an IM channel for a specified agent and binds a publicly accessible ServiceEndpoint.
|
|
74
|
+
*
|
|
75
|
+
* @param request - CreateAgentIMChannelRequest
|
|
76
|
+
* @returns CreateAgentIMChannelResponse
|
|
77
|
+
*/
|
|
78
|
+
createAgentIMChannel(workspaceId: string, agentId: string, request: $_model.CreateAgentIMChannelRequest): Promise<$_model.CreateAgentIMChannelResponse>;
|
|
79
|
+
/**
|
|
80
|
+
* Creates an AgentSpec in the specified workspace and generates the first draft version. Returns a resource conflict error if an AgentSpec with the same name already exists.
|
|
81
|
+
*
|
|
82
|
+
* @remarks
|
|
83
|
+
* ## Operation description
|
|
84
|
+
* Creates an AgentSpec in the specified workspace and generates the first draft version. Returns a resource conflict error if an AgentSpec with the same name already exists.
|
|
85
|
+
*
|
|
86
|
+
* @param tmpReq - CreateAgentSpecRequest
|
|
87
|
+
* @param headers - map
|
|
88
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
89
|
+
* @returns CreateAgentSpecResponse
|
|
90
|
+
*/
|
|
91
|
+
createAgentSpecWithOptions(workspaceId: string, tmpReq: $_model.CreateAgentSpecRequest, headers: {
|
|
92
|
+
[key: string]: string;
|
|
93
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAgentSpecResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* Creates an AgentSpec in the specified workspace and generates the first draft version. Returns a resource conflict error if an AgentSpec with the same name already exists.
|
|
96
|
+
*
|
|
97
|
+
* @remarks
|
|
98
|
+
* ## Operation description
|
|
99
|
+
* Creates an AgentSpec in the specified workspace and generates the first draft version. Returns a resource conflict error if an AgentSpec with the same name already exists.
|
|
100
|
+
*
|
|
101
|
+
* @param request - CreateAgentSpecRequest
|
|
102
|
+
* @returns CreateAgentSpecResponse
|
|
103
|
+
*/
|
|
104
|
+
createAgentSpec(workspaceId: string, request: $_model.CreateAgentSpecRequest): Promise<$_model.CreateAgentSpecResponse>;
|
|
105
|
+
/**
|
|
106
|
+
* Creates a new draft version for an existing AgentSpec. The AgentSpec must exist, and there must not be a draft currently being edited.
|
|
107
|
+
*
|
|
108
|
+
* @remarks
|
|
109
|
+
* ## Request description
|
|
110
|
+
* Creates a new draft version for an existing AgentSpec. The AgentSpec must exist, and there must not be a draft currently being edited.
|
|
111
|
+
*
|
|
112
|
+
* @param tmpReq - CreateAgentSpecVersionRequest
|
|
113
|
+
* @param headers - map
|
|
114
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
115
|
+
* @returns CreateAgentSpecVersionResponse
|
|
116
|
+
*/
|
|
117
|
+
createAgentSpecVersionWithOptions(workspaceId: string, agentSpecName: string, tmpReq: $_model.CreateAgentSpecVersionRequest, headers: {
|
|
118
|
+
[key: string]: string;
|
|
119
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAgentSpecVersionResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* Creates a new draft version for an existing AgentSpec. The AgentSpec must exist, and there must not be a draft currently being edited.
|
|
122
|
+
*
|
|
123
|
+
* @remarks
|
|
124
|
+
* ## Request description
|
|
125
|
+
* Creates a new draft version for an existing AgentSpec. The AgentSpec must exist, and there must not be a draft currently being edited.
|
|
126
|
+
*
|
|
127
|
+
* @param request - CreateAgentSpecVersionRequest
|
|
128
|
+
* @returns CreateAgentSpecVersionResponse
|
|
129
|
+
*/
|
|
130
|
+
createAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.CreateAgentSpecVersionRequest): Promise<$_model.CreateAgentSpecVersionResponse>;
|
|
29
131
|
/**
|
|
30
132
|
* 创建凭证
|
|
31
133
|
*
|
|
@@ -44,6 +146,54 @@ export default class Client extends OpenApi {
|
|
|
44
146
|
* @returns CreateCredentialResponse
|
|
45
147
|
*/
|
|
46
148
|
createCredential(workspaceId: string, request: $_model.CreateCredentialRequest): Promise<$_model.CreateCredentialResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* Creates an external agent in a specified workspace.
|
|
151
|
+
*
|
|
152
|
+
* @remarks
|
|
153
|
+
* Creates an external agent in a specified workspace.
|
|
154
|
+
*
|
|
155
|
+
* @param tmpReq - CreateExternalAgentRequest
|
|
156
|
+
* @param headers - map
|
|
157
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
158
|
+
* @returns CreateExternalAgentResponse
|
|
159
|
+
*/
|
|
160
|
+
createExternalAgentWithOptions(workspaceId: string, tmpReq: $_model.CreateExternalAgentRequest, headers: {
|
|
161
|
+
[key: string]: string;
|
|
162
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateExternalAgentResponse>;
|
|
163
|
+
/**
|
|
164
|
+
* Creates an external agent in a specified workspace.
|
|
165
|
+
*
|
|
166
|
+
* @remarks
|
|
167
|
+
* Creates an external agent in a specified workspace.
|
|
168
|
+
*
|
|
169
|
+
* @param request - CreateExternalAgentRequest
|
|
170
|
+
* @returns CreateExternalAgentResponse
|
|
171
|
+
*/
|
|
172
|
+
createExternalAgent(workspaceId: string, request: $_model.CreateExternalAgentRequest): Promise<$_model.CreateExternalAgentResponse>;
|
|
173
|
+
/**
|
|
174
|
+
* Creates a Bootstrap Token and CMS configuration required for connecting a specified external agent.
|
|
175
|
+
*
|
|
176
|
+
* @remarks
|
|
177
|
+
* Creates a Bootstrap Token and CMS configuration required for connecting a specified external agent.
|
|
178
|
+
*
|
|
179
|
+
* @param request - CreateExternalAgentBootstrapTokenRequest
|
|
180
|
+
* @param headers - map
|
|
181
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
182
|
+
* @returns CreateExternalAgentBootstrapTokenResponse
|
|
183
|
+
*/
|
|
184
|
+
createExternalAgentBootstrapTokenWithOptions(workspaceId: string, agentId: string, request: $_model.CreateExternalAgentBootstrapTokenRequest, headers: {
|
|
185
|
+
[key: string]: string;
|
|
186
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateExternalAgentBootstrapTokenResponse>;
|
|
187
|
+
/**
|
|
188
|
+
* Creates a Bootstrap Token and CMS configuration required for connecting a specified external agent.
|
|
189
|
+
*
|
|
190
|
+
* @remarks
|
|
191
|
+
* Creates a Bootstrap Token and CMS configuration required for connecting a specified external agent.
|
|
192
|
+
*
|
|
193
|
+
* @param request - CreateExternalAgentBootstrapTokenRequest
|
|
194
|
+
* @returns CreateExternalAgentBootstrapTokenResponse
|
|
195
|
+
*/
|
|
196
|
+
createExternalAgentBootstrapToken(workspaceId: string, agentId: string, request: $_model.CreateExternalAgentBootstrapTokenRequest): Promise<$_model.CreateExternalAgentBootstrapTokenResponse>;
|
|
47
197
|
/**
|
|
48
198
|
* Binds an external identity provider to a specified workspace for single sign-on and organization member synchronization. Each workspace can be bound to at most one external identity provider. The binding is an asynchronous operation. After the API returns, you can track the progress by querying the status through GetIdentityProvider.
|
|
49
199
|
*
|
|
@@ -80,6 +230,32 @@ export default class Client extends OpenApi {
|
|
|
80
230
|
* @returns CreateManagedAgentResponse
|
|
81
231
|
*/
|
|
82
232
|
createManagedAgent(workspaceId: string, request: $_model.CreateManagedAgentRequest): Promise<$_model.CreateManagedAgentResponse>;
|
|
233
|
+
/**
|
|
234
|
+
* Creates an MCP service in a specified workspace. The creation is an asynchronous process. You can check whether the service is ready by using the returned status or by calling a query operation.
|
|
235
|
+
*
|
|
236
|
+
* @remarks
|
|
237
|
+
* ## Operation description
|
|
238
|
+
* Creates an MCP service in a specified workspace. The creation is an asynchronous process. You can check whether the service is ready by using the returned status or by calling a query operation.
|
|
239
|
+
*
|
|
240
|
+
* @param tmpReq - CreateMcpRequest
|
|
241
|
+
* @param headers - map
|
|
242
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
243
|
+
* @returns CreateMcpResponse
|
|
244
|
+
*/
|
|
245
|
+
createMcpWithOptions(workspaceId: string, tmpReq: $_model.CreateMcpRequest, headers: {
|
|
246
|
+
[key: string]: string;
|
|
247
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateMcpResponse>;
|
|
248
|
+
/**
|
|
249
|
+
* Creates an MCP service in a specified workspace. The creation is an asynchronous process. You can check whether the service is ready by using the returned status or by calling a query operation.
|
|
250
|
+
*
|
|
251
|
+
* @remarks
|
|
252
|
+
* ## Operation description
|
|
253
|
+
* Creates an MCP service in a specified workspace. The creation is an asynchronous process. You can check whether the service is ready by using the returned status or by calling a query operation.
|
|
254
|
+
*
|
|
255
|
+
* @param request - CreateMcpRequest
|
|
256
|
+
* @returns CreateMcpResponse
|
|
257
|
+
*/
|
|
258
|
+
createMcp(workspaceId: string, request: $_model.CreateMcpRequest): Promise<$_model.CreateMcpResponse>;
|
|
83
259
|
/**
|
|
84
260
|
* Creates a model configuration under a specified model connection in a workspace.
|
|
85
261
|
*
|
|
@@ -116,6 +292,32 @@ export default class Client extends OpenApi {
|
|
|
116
292
|
* @returns CreateModelConnectionResponse
|
|
117
293
|
*/
|
|
118
294
|
createModelConnection(workspaceId: string, request: $_model.CreateModelConnectionRequest): Promise<$_model.CreateModelConnectionResponse>;
|
|
295
|
+
/**
|
|
296
|
+
* Creates a Skill in the specified workspace and generates a draft version that can be further edited. You can derive a draft from an existing version or specify a target version and commit message.
|
|
297
|
+
*
|
|
298
|
+
* @remarks
|
|
299
|
+
* ## Operation description
|
|
300
|
+
* Creates a Skill in the specified workspace and generates a draft version that can be further edited. You can derive a draft from an existing version or specify a target version and commit message.
|
|
301
|
+
*
|
|
302
|
+
* @param tmpReq - CreateSkillDraftRequest
|
|
303
|
+
* @param headers - map
|
|
304
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
305
|
+
* @returns CreateSkillDraftResponse
|
|
306
|
+
*/
|
|
307
|
+
createSkillDraftWithOptions(workspaceId: string, tmpReq: $_model.CreateSkillDraftRequest, headers: {
|
|
308
|
+
[key: string]: string;
|
|
309
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSkillDraftResponse>;
|
|
310
|
+
/**
|
|
311
|
+
* Creates a Skill in the specified workspace and generates a draft version that can be further edited. You can derive a draft from an existing version or specify a target version and commit message.
|
|
312
|
+
*
|
|
313
|
+
* @remarks
|
|
314
|
+
* ## Operation description
|
|
315
|
+
* Creates a Skill in the specified workspace and generates a draft version that can be further edited. You can derive a draft from an existing version or specify a target version and commit message.
|
|
316
|
+
*
|
|
317
|
+
* @param request - CreateSkillDraftRequest
|
|
318
|
+
* @returns CreateSkillDraftResponse
|
|
319
|
+
*/
|
|
320
|
+
createSkillDraft(workspaceId: string, request: $_model.CreateSkillDraftRequest): Promise<$_model.CreateSkillDraftResponse>;
|
|
119
321
|
/**
|
|
120
322
|
* 创建团队
|
|
121
323
|
*
|
|
@@ -194,6 +396,82 @@ export default class Client extends OpenApi {
|
|
|
194
396
|
* @returns DebugModelResponse
|
|
195
397
|
*/
|
|
196
398
|
debugModel(workspaceId: string, modelId: string, request: $_model.DebugModelRequest): Promise<$_model.DebugModelResponse>;
|
|
399
|
+
/**
|
|
400
|
+
* Deletes an IM channel of a specified agent.
|
|
401
|
+
*
|
|
402
|
+
* @remarks
|
|
403
|
+
* Deletes an IM channel of a specified agent.
|
|
404
|
+
*
|
|
405
|
+
* @param request - DeleteAgentIMChannelRequest
|
|
406
|
+
* @param headers - map
|
|
407
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
408
|
+
* @returns DeleteAgentIMChannelResponse
|
|
409
|
+
*/
|
|
410
|
+
deleteAgentIMChannelWithOptions(workspaceId: string, agentId: string, imChannelId: string, request: $_model.DeleteAgentIMChannelRequest, headers: {
|
|
411
|
+
[key: string]: string;
|
|
412
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAgentIMChannelResponse>;
|
|
413
|
+
/**
|
|
414
|
+
* Deletes an IM channel of a specified agent.
|
|
415
|
+
*
|
|
416
|
+
* @remarks
|
|
417
|
+
* Deletes an IM channel of a specified agent.
|
|
418
|
+
*
|
|
419
|
+
* @param request - DeleteAgentIMChannelRequest
|
|
420
|
+
* @returns DeleteAgentIMChannelResponse
|
|
421
|
+
*/
|
|
422
|
+
deleteAgentIMChannel(workspaceId: string, agentId: string, imChannelId: string, request: $_model.DeleteAgentIMChannelRequest): Promise<$_model.DeleteAgentIMChannelResponse>;
|
|
423
|
+
/**
|
|
424
|
+
* Deletes a specified AgentSpec along with all its versions and metadata. This operation is irreversible.
|
|
425
|
+
*
|
|
426
|
+
* @remarks
|
|
427
|
+
* ## Request description
|
|
428
|
+
* Deletes a specified AgentSpec along with all its versions and metadata. This operation is irreversible.
|
|
429
|
+
*
|
|
430
|
+
* @param request - DeleteAgentSpecRequest
|
|
431
|
+
* @param headers - map
|
|
432
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
433
|
+
* @returns DeleteAgentSpecResponse
|
|
434
|
+
*/
|
|
435
|
+
deleteAgentSpecWithOptions(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecRequest, headers: {
|
|
436
|
+
[key: string]: string;
|
|
437
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAgentSpecResponse>;
|
|
438
|
+
/**
|
|
439
|
+
* Deletes a specified AgentSpec along with all its versions and metadata. This operation is irreversible.
|
|
440
|
+
*
|
|
441
|
+
* @remarks
|
|
442
|
+
* ## Request description
|
|
443
|
+
* Deletes a specified AgentSpec along with all its versions and metadata. This operation is irreversible.
|
|
444
|
+
*
|
|
445
|
+
* @param request - DeleteAgentSpecRequest
|
|
446
|
+
* @returns DeleteAgentSpecResponse
|
|
447
|
+
*/
|
|
448
|
+
deleteAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecRequest): Promise<$_model.DeleteAgentSpecResponse>;
|
|
449
|
+
/**
|
|
450
|
+
* Deletes the draft version currently being edited for a specified AgentSpec and clears the draft version pointer.
|
|
451
|
+
*
|
|
452
|
+
* @remarks
|
|
453
|
+
* ## Request description
|
|
454
|
+
* Deletes the draft version currently being edited for a specified AgentSpec and clears the draft version pointer.
|
|
455
|
+
*
|
|
456
|
+
* @param request - DeleteAgentSpecVersionRequest
|
|
457
|
+
* @param headers - map
|
|
458
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
459
|
+
* @returns DeleteAgentSpecVersionResponse
|
|
460
|
+
*/
|
|
461
|
+
deleteAgentSpecVersionWithOptions(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecVersionRequest, headers: {
|
|
462
|
+
[key: string]: string;
|
|
463
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAgentSpecVersionResponse>;
|
|
464
|
+
/**
|
|
465
|
+
* Deletes the draft version currently being edited for a specified AgentSpec and clears the draft version pointer.
|
|
466
|
+
*
|
|
467
|
+
* @remarks
|
|
468
|
+
* ## Request description
|
|
469
|
+
* Deletes the draft version currently being edited for a specified AgentSpec and clears the draft version pointer.
|
|
470
|
+
*
|
|
471
|
+
* @param request - DeleteAgentSpecVersionRequest
|
|
472
|
+
* @returns DeleteAgentSpecVersionResponse
|
|
473
|
+
*/
|
|
474
|
+
deleteAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecVersionRequest): Promise<$_model.DeleteAgentSpecVersionResponse>;
|
|
197
475
|
/**
|
|
198
476
|
* 删除凭证
|
|
199
477
|
*
|
|
@@ -212,6 +490,30 @@ export default class Client extends OpenApi {
|
|
|
212
490
|
* @returns DeleteCredentialResponse
|
|
213
491
|
*/
|
|
214
492
|
deleteCredential(workspaceId: string, credentialId: string, request: $_model.DeleteCredentialRequest): Promise<$_model.DeleteCredentialResponse>;
|
|
493
|
+
/**
|
|
494
|
+
* Deletes a specified external agent.
|
|
495
|
+
*
|
|
496
|
+
* @remarks
|
|
497
|
+
* Deletes a specified external agent.
|
|
498
|
+
*
|
|
499
|
+
* @param request - DeleteExternalAgentRequest
|
|
500
|
+
* @param headers - map
|
|
501
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
502
|
+
* @returns DeleteExternalAgentResponse
|
|
503
|
+
*/
|
|
504
|
+
deleteExternalAgentWithOptions(workspaceId: string, agentId: string, request: $_model.DeleteExternalAgentRequest, headers: {
|
|
505
|
+
[key: string]: string;
|
|
506
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteExternalAgentResponse>;
|
|
507
|
+
/**
|
|
508
|
+
* Deletes a specified external agent.
|
|
509
|
+
*
|
|
510
|
+
* @remarks
|
|
511
|
+
* Deletes a specified external agent.
|
|
512
|
+
*
|
|
513
|
+
* @param request - DeleteExternalAgentRequest
|
|
514
|
+
* @returns DeleteExternalAgentResponse
|
|
515
|
+
*/
|
|
516
|
+
deleteExternalAgent(workspaceId: string, agentId: string, request: $_model.DeleteExternalAgentRequest): Promise<$_model.DeleteExternalAgentResponse>;
|
|
215
517
|
/**
|
|
216
518
|
* Unbinds the external identity provider from a specified workspace and cleans up users synchronized by that identity provider. The unbinding is an asynchronous operation. After the API returns, you can track the progress by querying the status through GetIdentityProvider.
|
|
217
519
|
*
|
|
@@ -248,6 +550,32 @@ export default class Client extends OpenApi {
|
|
|
248
550
|
* @returns DeleteManagedAgentResponse
|
|
249
551
|
*/
|
|
250
552
|
deleteManagedAgent(workspaceId: string, agentId: string, request: $_model.DeleteManagedAgentRequest): Promise<$_model.DeleteManagedAgentResponse>;
|
|
553
|
+
/**
|
|
554
|
+
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
555
|
+
*
|
|
556
|
+
* @remarks
|
|
557
|
+
* ## Request description
|
|
558
|
+
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
559
|
+
*
|
|
560
|
+
* @param request - DeleteMcpRequest
|
|
561
|
+
* @param headers - map
|
|
562
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
563
|
+
* @returns DeleteMcpResponse
|
|
564
|
+
*/
|
|
565
|
+
deleteMcpWithOptions(mcpServerId: string, workspaceId: string, request: $_model.DeleteMcpRequest, headers: {
|
|
566
|
+
[key: string]: string;
|
|
567
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteMcpResponse>;
|
|
568
|
+
/**
|
|
569
|
+
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
570
|
+
*
|
|
571
|
+
* @remarks
|
|
572
|
+
* ## Request description
|
|
573
|
+
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
574
|
+
*
|
|
575
|
+
* @param request - DeleteMcpRequest
|
|
576
|
+
* @returns DeleteMcpResponse
|
|
577
|
+
*/
|
|
578
|
+
deleteMcp(mcpServerId: string, workspaceId: string, request: $_model.DeleteMcpRequest): Promise<$_model.DeleteMcpResponse>;
|
|
251
579
|
/**
|
|
252
580
|
* 删除模型
|
|
253
581
|
*
|
|
@@ -284,6 +612,58 @@ export default class Client extends OpenApi {
|
|
|
284
612
|
* @returns DeleteModelConnectionResponse
|
|
285
613
|
*/
|
|
286
614
|
deleteModelConnection(workspaceId: string, connectionId: string, request: $_model.DeleteModelConnectionRequest): Promise<$_model.DeleteModelConnectionResponse>;
|
|
615
|
+
/**
|
|
616
|
+
* Deletes a skill and its related version data from a specified workspace. This operation is irreversible.
|
|
617
|
+
*
|
|
618
|
+
* @remarks
|
|
619
|
+
* ## Request description
|
|
620
|
+
* Deletes a skill and its related version data from a specified workspace. This operation is irreversible.
|
|
621
|
+
*
|
|
622
|
+
* @param request - DeleteSkillRequest
|
|
623
|
+
* @param headers - map
|
|
624
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
625
|
+
* @returns DeleteSkillResponse
|
|
626
|
+
*/
|
|
627
|
+
deleteSkillWithOptions(workspaceId: string, skillName: string, request: $_model.DeleteSkillRequest, headers: {
|
|
628
|
+
[key: string]: string;
|
|
629
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSkillResponse>;
|
|
630
|
+
/**
|
|
631
|
+
* Deletes a skill and its related version data from a specified workspace. This operation is irreversible.
|
|
632
|
+
*
|
|
633
|
+
* @remarks
|
|
634
|
+
* ## Request description
|
|
635
|
+
* Deletes a skill and its related version data from a specified workspace. This operation is irreversible.
|
|
636
|
+
*
|
|
637
|
+
* @param request - DeleteSkillRequest
|
|
638
|
+
* @returns DeleteSkillResponse
|
|
639
|
+
*/
|
|
640
|
+
deleteSkill(workspaceId: string, skillName: string, request: $_model.DeleteSkillRequest): Promise<$_model.DeleteSkillResponse>;
|
|
641
|
+
/**
|
|
642
|
+
* Deletes the draft version currently being edited for a specified Skill.
|
|
643
|
+
*
|
|
644
|
+
* @remarks
|
|
645
|
+
* ## Request description
|
|
646
|
+
* Deletes the draft version currently being edited for a specified Skill.
|
|
647
|
+
*
|
|
648
|
+
* @param request - DeleteSkillDraftRequest
|
|
649
|
+
* @param headers - map
|
|
650
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
651
|
+
* @returns DeleteSkillDraftResponse
|
|
652
|
+
*/
|
|
653
|
+
deleteSkillDraftWithOptions(workspaceId: string, skillName: string, request: $_model.DeleteSkillDraftRequest, headers: {
|
|
654
|
+
[key: string]: string;
|
|
655
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSkillDraftResponse>;
|
|
656
|
+
/**
|
|
657
|
+
* Deletes the draft version currently being edited for a specified Skill.
|
|
658
|
+
*
|
|
659
|
+
* @remarks
|
|
660
|
+
* ## Request description
|
|
661
|
+
* Deletes the draft version currently being edited for a specified Skill.
|
|
662
|
+
*
|
|
663
|
+
* @param request - DeleteSkillDraftRequest
|
|
664
|
+
* @returns DeleteSkillDraftResponse
|
|
665
|
+
*/
|
|
666
|
+
deleteSkillDraft(workspaceId: string, skillName: string, request: $_model.DeleteSkillDraftRequest): Promise<$_model.DeleteSkillDraftResponse>;
|
|
287
667
|
/**
|
|
288
668
|
* 删除团队
|
|
289
669
|
*
|
|
@@ -345,95 +725,501 @@ export default class Client extends OpenApi {
|
|
|
345
725
|
*/
|
|
346
726
|
deleteWorkspace(workspaceId: string, request: $_model.DeleteWorkspaceRequest): Promise<$_model.DeleteWorkspaceResponse>;
|
|
347
727
|
/**
|
|
348
|
-
*
|
|
728
|
+
* Retrieves a pre-signed OSS download URL for a specified AgentSpec ZIP package.
|
|
349
729
|
*
|
|
350
|
-
* @
|
|
730
|
+
* @remarks
|
|
731
|
+
* ## Operation description
|
|
732
|
+
* Retrieves a pre-signed OSS download URL for a specified AgentSpec, which is used to download the AgentSpec ZIP package.
|
|
733
|
+
*
|
|
734
|
+
* @param request - DownloadAgentSpecViaOssRequest
|
|
351
735
|
* @param headers - map
|
|
352
736
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
353
|
-
* @returns
|
|
737
|
+
* @returns DownloadAgentSpecViaOssResponse
|
|
354
738
|
*/
|
|
355
|
-
|
|
739
|
+
downloadAgentSpecViaOssWithOptions(workspaceId: string, agentSpecName: string, request: $_model.DownloadAgentSpecViaOssRequest, headers: {
|
|
356
740
|
[key: string]: string;
|
|
357
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
741
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DownloadAgentSpecViaOssResponse>;
|
|
358
742
|
/**
|
|
359
|
-
*
|
|
743
|
+
* Retrieves a pre-signed OSS download URL for a specified AgentSpec ZIP package.
|
|
360
744
|
*
|
|
361
|
-
* @
|
|
362
|
-
*
|
|
745
|
+
* @remarks
|
|
746
|
+
* ## Operation description
|
|
747
|
+
* Retrieves a pre-signed OSS download URL for a specified AgentSpec, which is used to download the AgentSpec ZIP package.
|
|
748
|
+
*
|
|
749
|
+
* @param request - DownloadAgentSpecViaOssRequest
|
|
750
|
+
* @returns DownloadAgentSpecViaOssResponse
|
|
363
751
|
*/
|
|
364
|
-
|
|
752
|
+
downloadAgentSpecViaOss(workspaceId: string, agentSpecName: string, request: $_model.DownloadAgentSpecViaOssRequest): Promise<$_model.DownloadAgentSpecViaOssResponse>;
|
|
365
753
|
/**
|
|
366
|
-
*
|
|
754
|
+
* Retrieves a pre-signed OSS download URL for a specified Skill version, which is used to download the corresponding Skill ZIP package.
|
|
367
755
|
*
|
|
368
|
-
* @
|
|
756
|
+
* @remarks
|
|
757
|
+
* ## Request description
|
|
758
|
+
* Retrieves a pre-signed OSS download URL for a specified Skill version, which is used to download the corresponding Skill ZIP package.
|
|
759
|
+
*
|
|
760
|
+
* @param request - DownloadSkillVersionViaOssRequest
|
|
369
761
|
* @param headers - map
|
|
370
762
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
371
|
-
* @returns
|
|
763
|
+
* @returns DownloadSkillVersionViaOssResponse
|
|
372
764
|
*/
|
|
373
|
-
|
|
765
|
+
downloadSkillVersionViaOssWithOptions(workspaceId: string, skillName: string, skillVersion: string, request: $_model.DownloadSkillVersionViaOssRequest, headers: {
|
|
374
766
|
[key: string]: string;
|
|
375
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
767
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DownloadSkillVersionViaOssResponse>;
|
|
376
768
|
/**
|
|
377
|
-
*
|
|
769
|
+
* Retrieves a pre-signed OSS download URL for a specified Skill version, which is used to download the corresponding Skill ZIP package.
|
|
378
770
|
*
|
|
379
|
-
* @
|
|
380
|
-
*
|
|
771
|
+
* @remarks
|
|
772
|
+
* ## Request description
|
|
773
|
+
* Retrieves a pre-signed OSS download URL for a specified Skill version, which is used to download the corresponding Skill ZIP package.
|
|
774
|
+
*
|
|
775
|
+
* @param request - DownloadSkillVersionViaOssRequest
|
|
776
|
+
* @returns DownloadSkillVersionViaOssResponse
|
|
381
777
|
*/
|
|
382
|
-
|
|
778
|
+
downloadSkillVersionViaOss(workspaceId: string, skillName: string, skillVersion: string, request: $_model.DownloadSkillVersionViaOssRequest): Promise<$_model.DownloadSkillVersionViaOssResponse>;
|
|
383
779
|
/**
|
|
384
|
-
*
|
|
780
|
+
* Skips the regular review process and forcibly publishes the specified Skill version.
|
|
385
781
|
*
|
|
386
|
-
* @
|
|
782
|
+
* @remarks
|
|
783
|
+
* ## Request description
|
|
784
|
+
* Skips the regular review process and forcibly publishes the specified Skill version.
|
|
785
|
+
*
|
|
786
|
+
* @param tmpReq - ForcePublishSkillVersionRequest
|
|
387
787
|
* @param headers - map
|
|
388
788
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
389
|
-
* @returns
|
|
789
|
+
* @returns ForcePublishSkillVersionResponse
|
|
390
790
|
*/
|
|
391
|
-
|
|
791
|
+
forcePublishSkillVersionWithOptions(workspaceId: string, skillName: string, skillVersion: string, tmpReq: $_model.ForcePublishSkillVersionRequest, headers: {
|
|
392
792
|
[key: string]: string;
|
|
393
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
793
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ForcePublishSkillVersionResponse>;
|
|
394
794
|
/**
|
|
395
|
-
*
|
|
795
|
+
* Skips the regular review process and forcibly publishes the specified Skill version.
|
|
396
796
|
*
|
|
397
|
-
* @
|
|
398
|
-
*
|
|
797
|
+
* @remarks
|
|
798
|
+
* ## Request description
|
|
799
|
+
* Skips the regular review process and forcibly publishes the specified Skill version.
|
|
800
|
+
*
|
|
801
|
+
* @param request - ForcePublishSkillVersionRequest
|
|
802
|
+
* @returns ForcePublishSkillVersionResponse
|
|
399
803
|
*/
|
|
400
|
-
|
|
804
|
+
forcePublishSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.ForcePublishSkillVersionRequest): Promise<$_model.ForcePublishSkillVersionResponse>;
|
|
401
805
|
/**
|
|
402
|
-
* Queries the
|
|
806
|
+
* Queries the details of a specified agent IM channel.
|
|
403
807
|
*
|
|
404
|
-
* @
|
|
808
|
+
* @remarks
|
|
809
|
+
* Queries the details of a specified agent IM channel.
|
|
810
|
+
*
|
|
811
|
+
* @param request - GetAgentIMChannelRequest
|
|
405
812
|
* @param headers - map
|
|
406
813
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
407
|
-
* @returns
|
|
814
|
+
* @returns GetAgentIMChannelResponse
|
|
408
815
|
*/
|
|
409
|
-
|
|
816
|
+
getAgentIMChannelWithOptions(workspaceId: string, agentId: string, imChannelId: string, request: $_model.GetAgentIMChannelRequest, headers: {
|
|
410
817
|
[key: string]: string;
|
|
411
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
818
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentIMChannelResponse>;
|
|
412
819
|
/**
|
|
413
|
-
* Queries the
|
|
820
|
+
* Queries the details of a specified agent IM channel.
|
|
414
821
|
*
|
|
415
|
-
* @
|
|
416
|
-
*
|
|
822
|
+
* @remarks
|
|
823
|
+
* Queries the details of a specified agent IM channel.
|
|
824
|
+
*
|
|
825
|
+
* @param request - GetAgentIMChannelRequest
|
|
826
|
+
* @returns GetAgentIMChannelResponse
|
|
417
827
|
*/
|
|
418
|
-
|
|
828
|
+
getAgentIMChannel(workspaceId: string, agentId: string, imChannelId: string, request: $_model.GetAgentIMChannelRequest): Promise<$_model.GetAgentIMChannelResponse>;
|
|
419
829
|
/**
|
|
420
|
-
*
|
|
830
|
+
* Queries the governance details of a specified AgentSpec, including basic information, governance pointers, and summaries of all versions.
|
|
421
831
|
*
|
|
422
|
-
* @
|
|
832
|
+
* @remarks
|
|
833
|
+
* ## Operation description
|
|
834
|
+
* Queries the governance details of a specified AgentSpec, including basic information, governance pointers, and summaries of all versions.
|
|
835
|
+
*
|
|
836
|
+
* @param request - GetAgentSpecRequest
|
|
423
837
|
* @param headers - map
|
|
424
838
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
425
|
-
* @returns
|
|
839
|
+
* @returns GetAgentSpecResponse
|
|
426
840
|
*/
|
|
427
|
-
|
|
841
|
+
getAgentSpecWithOptions(workspaceId: string, agentSpecName: string, request: $_model.GetAgentSpecRequest, headers: {
|
|
428
842
|
[key: string]: string;
|
|
429
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
843
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentSpecResponse>;
|
|
430
844
|
/**
|
|
431
|
-
*
|
|
845
|
+
* Queries the governance details of a specified AgentSpec, including basic information, governance pointers, and summaries of all versions.
|
|
432
846
|
*
|
|
433
|
-
* @
|
|
847
|
+
* @remarks
|
|
848
|
+
* ## Operation description
|
|
849
|
+
* Queries the governance details of a specified AgentSpec, including basic information, governance pointers, and summaries of all versions.
|
|
850
|
+
*
|
|
851
|
+
* @param request - GetAgentSpecRequest
|
|
852
|
+
* @returns GetAgentSpecResponse
|
|
853
|
+
*/
|
|
854
|
+
getAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.GetAgentSpecRequest): Promise<$_model.GetAgentSpecResponse>;
|
|
855
|
+
/**
|
|
856
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
857
|
+
*
|
|
858
|
+
* @remarks
|
|
859
|
+
* ## Operation description
|
|
860
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
861
|
+
*
|
|
862
|
+
* @param request - GetAgentSpecImportFileUrlRequest
|
|
863
|
+
* @param headers - map
|
|
864
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
865
|
+
* @returns GetAgentSpecImportFileUrlResponse
|
|
866
|
+
*/
|
|
867
|
+
getAgentSpecImportFileUrlWithOptions(workspaceId: string, request: $_model.GetAgentSpecImportFileUrlRequest, headers: {
|
|
868
|
+
[key: string]: string;
|
|
869
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentSpecImportFileUrlResponse>;
|
|
870
|
+
/**
|
|
871
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
872
|
+
*
|
|
873
|
+
* @remarks
|
|
874
|
+
* ## Operation description
|
|
875
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
876
|
+
*
|
|
877
|
+
* @param request - GetAgentSpecImportFileUrlRequest
|
|
878
|
+
* @returns GetAgentSpecImportFileUrlResponse
|
|
879
|
+
*/
|
|
880
|
+
getAgentSpecImportFileUrl(workspaceId: string, request: $_model.GetAgentSpecImportFileUrlRequest): Promise<$_model.GetAgentSpecImportFileUrlResponse>;
|
|
881
|
+
/**
|
|
882
|
+
* Queries the full content of the latest version of a specified AgentSpec for editing or viewing.
|
|
883
|
+
*
|
|
884
|
+
* @remarks
|
|
885
|
+
* ## Operation description
|
|
886
|
+
* Queries the full content of the latest version of a specified AgentSpec for editing or viewing.
|
|
887
|
+
*
|
|
888
|
+
* @param request - GetAgentSpecLatestRequest
|
|
889
|
+
* @param headers - map
|
|
890
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
891
|
+
* @returns GetAgentSpecLatestResponse
|
|
892
|
+
*/
|
|
893
|
+
getAgentSpecLatestWithOptions(workspaceId: string, agentSpecName: string, request: $_model.GetAgentSpecLatestRequest, headers: {
|
|
894
|
+
[key: string]: string;
|
|
895
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentSpecLatestResponse>;
|
|
896
|
+
/**
|
|
897
|
+
* Queries the full content of the latest version of a specified AgentSpec for editing or viewing.
|
|
898
|
+
*
|
|
899
|
+
* @remarks
|
|
900
|
+
* ## Operation description
|
|
901
|
+
* Queries the full content of the latest version of a specified AgentSpec for editing or viewing.
|
|
902
|
+
*
|
|
903
|
+
* @param request - GetAgentSpecLatestRequest
|
|
904
|
+
* @returns GetAgentSpecLatestResponse
|
|
905
|
+
*/
|
|
906
|
+
getAgentSpecLatest(workspaceId: string, agentSpecName: string, request: $_model.GetAgentSpecLatestRequest): Promise<$_model.GetAgentSpecLatestResponse>;
|
|
907
|
+
/**
|
|
908
|
+
* Queries the complete content of a specified AgentSpec version, including manifest content, resource files, and metadata.
|
|
909
|
+
*
|
|
910
|
+
* @remarks
|
|
911
|
+
* ## Operation description
|
|
912
|
+
* Queries the complete content of a specified AgentSpec version, including manifest content, resource files, and metadata.
|
|
913
|
+
*
|
|
914
|
+
* @param request - GetAgentSpecVersionRequest
|
|
915
|
+
* @param headers - map
|
|
916
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
917
|
+
* @returns GetAgentSpecVersionResponse
|
|
918
|
+
*/
|
|
919
|
+
getAgentSpecVersionWithOptions(workspaceId: string, agentSpecName: string, agentSpecVersion: string, request: $_model.GetAgentSpecVersionRequest, headers: {
|
|
920
|
+
[key: string]: string;
|
|
921
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentSpecVersionResponse>;
|
|
922
|
+
/**
|
|
923
|
+
* Queries the complete content of a specified AgentSpec version, including manifest content, resource files, and metadata.
|
|
924
|
+
*
|
|
925
|
+
* @remarks
|
|
926
|
+
* ## Operation description
|
|
927
|
+
* Queries the complete content of a specified AgentSpec version, including manifest content, resource files, and metadata.
|
|
928
|
+
*
|
|
929
|
+
* @param request - GetAgentSpecVersionRequest
|
|
930
|
+
* @returns GetAgentSpecVersionResponse
|
|
931
|
+
*/
|
|
932
|
+
getAgentSpecVersion(workspaceId: string, agentSpecName: string, agentSpecVersion: string, request: $_model.GetAgentSpecVersionRequest): Promise<$_model.GetAgentSpecVersionResponse>;
|
|
933
|
+
/**
|
|
934
|
+
* 查询凭证
|
|
935
|
+
*
|
|
936
|
+
* @param request - GetCredentialRequest
|
|
937
|
+
* @param headers - map
|
|
938
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
939
|
+
* @returns GetCredentialResponse
|
|
940
|
+
*/
|
|
941
|
+
getCredentialWithOptions(workspaceId: string, credentialId: string, request: $_model.GetCredentialRequest, headers: {
|
|
942
|
+
[key: string]: string;
|
|
943
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetCredentialResponse>;
|
|
944
|
+
/**
|
|
945
|
+
* 查询凭证
|
|
946
|
+
*
|
|
947
|
+
* @param request - GetCredentialRequest
|
|
948
|
+
* @returns GetCredentialResponse
|
|
949
|
+
*/
|
|
950
|
+
getCredential(workspaceId: string, credentialId: string, request: $_model.GetCredentialRequest): Promise<$_model.GetCredentialResponse>;
|
|
951
|
+
/**
|
|
952
|
+
* Queries the details of a specified external agent.
|
|
953
|
+
*
|
|
954
|
+
* @remarks
|
|
955
|
+
* Queries the details of a specified external agent.
|
|
956
|
+
*
|
|
957
|
+
* @param request - GetExternalAgentRequest
|
|
958
|
+
* @param headers - map
|
|
959
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
960
|
+
* @returns GetExternalAgentResponse
|
|
961
|
+
*/
|
|
962
|
+
getExternalAgentWithOptions(workspaceId: string, agentId: string, request: $_model.GetExternalAgentRequest, headers: {
|
|
963
|
+
[key: string]: string;
|
|
964
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetExternalAgentResponse>;
|
|
965
|
+
/**
|
|
966
|
+
* Queries the details of a specified external agent.
|
|
967
|
+
*
|
|
968
|
+
* @remarks
|
|
969
|
+
* Queries the details of a specified external agent.
|
|
970
|
+
*
|
|
971
|
+
* @param request - GetExternalAgentRequest
|
|
972
|
+
* @returns GetExternalAgentResponse
|
|
973
|
+
*/
|
|
974
|
+
getExternalAgent(workspaceId: string, agentId: string, request: $_model.GetExternalAgentRequest): Promise<$_model.GetExternalAgentResponse>;
|
|
975
|
+
/**
|
|
976
|
+
* Queries the available network types for a specified external agent.
|
|
977
|
+
*
|
|
978
|
+
* @remarks
|
|
979
|
+
* Queries the available network types for a specified external agent.
|
|
980
|
+
*
|
|
981
|
+
* @param request - GetExternalAgentBootstrapOptionsRequest
|
|
982
|
+
* @param headers - map
|
|
983
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
984
|
+
* @returns GetExternalAgentBootstrapOptionsResponse
|
|
985
|
+
*/
|
|
986
|
+
getExternalAgentBootstrapOptionsWithOptions(workspaceId: string, agentId: string, request: $_model.GetExternalAgentBootstrapOptionsRequest, headers: {
|
|
987
|
+
[key: string]: string;
|
|
988
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetExternalAgentBootstrapOptionsResponse>;
|
|
989
|
+
/**
|
|
990
|
+
* Queries the available network types for a specified external agent.
|
|
991
|
+
*
|
|
992
|
+
* @remarks
|
|
993
|
+
* Queries the available network types for a specified external agent.
|
|
994
|
+
*
|
|
995
|
+
* @param request - GetExternalAgentBootstrapOptionsRequest
|
|
996
|
+
* @returns GetExternalAgentBootstrapOptionsResponse
|
|
997
|
+
*/
|
|
998
|
+
getExternalAgentBootstrapOptions(workspaceId: string, agentId: string, request: $_model.GetExternalAgentBootstrapOptionsRequest): Promise<$_model.GetExternalAgentBootstrapOptionsResponse>;
|
|
999
|
+
/**
|
|
1000
|
+
* Queries the binding details of an external identity provider for a specified workspace, including the binding status, application configuration, and callback URLs that need to be configured on the identity provider side. Application secret configurations are not returned.
|
|
1001
|
+
*
|
|
1002
|
+
* @param request - GetIdentityProviderRequest
|
|
1003
|
+
* @param headers - map
|
|
1004
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1005
|
+
* @returns GetIdentityProviderResponse
|
|
1006
|
+
*/
|
|
1007
|
+
getIdentityProviderWithOptions(workspaceId: string, identityProviderType: string, request: $_model.GetIdentityProviderRequest, headers: {
|
|
1008
|
+
[key: string]: string;
|
|
1009
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetIdentityProviderResponse>;
|
|
1010
|
+
/**
|
|
1011
|
+
* Queries the binding details of an external identity provider for a specified workspace, including the binding status, application configuration, and callback URLs that need to be configured on the identity provider side. Application secret configurations are not returned.
|
|
1012
|
+
*
|
|
1013
|
+
* @param request - GetIdentityProviderRequest
|
|
1014
|
+
* @returns GetIdentityProviderResponse
|
|
1015
|
+
*/
|
|
1016
|
+
getIdentityProvider(workspaceId: string, identityProviderType: string, request: $_model.GetIdentityProviderRequest): Promise<$_model.GetIdentityProviderResponse>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Queries the details of a specified managed agent.
|
|
1019
|
+
*
|
|
1020
|
+
* @param request - GetManagedAgentRequest
|
|
1021
|
+
* @param headers - map
|
|
1022
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1023
|
+
* @returns GetManagedAgentResponse
|
|
1024
|
+
*/
|
|
1025
|
+
getManagedAgentWithOptions(workspaceId: string, agentId: string, request: $_model.GetManagedAgentRequest, headers: {
|
|
1026
|
+
[key: string]: string;
|
|
1027
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetManagedAgentResponse>;
|
|
1028
|
+
/**
|
|
1029
|
+
* Queries the details of a specified managed agent.
|
|
1030
|
+
*
|
|
1031
|
+
* @param request - GetManagedAgentRequest
|
|
1032
|
+
* @returns GetManagedAgentResponse
|
|
1033
|
+
*/
|
|
1034
|
+
getManagedAgent(workspaceId: string, agentId: string, request: $_model.GetManagedAgentRequest): Promise<$_model.GetManagedAgentResponse>;
|
|
1035
|
+
/**
|
|
1036
|
+
* Queries the details of a specified MCP service, including its address, type, status, authentication configuration, and protocol.
|
|
1037
|
+
*
|
|
1038
|
+
* @remarks
|
|
1039
|
+
* ## Operation description
|
|
1040
|
+
* Queries the details of a specified MCP service, including its address, type, status, authentication configuration, and protocol.
|
|
1041
|
+
*
|
|
1042
|
+
* @param request - GetMcpRequest
|
|
1043
|
+
* @param headers - map
|
|
1044
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1045
|
+
* @returns GetMcpResponse
|
|
1046
|
+
*/
|
|
1047
|
+
getMcpWithOptions(workspaceId: string, mcpServerId: string, request: $_model.GetMcpRequest, headers: {
|
|
1048
|
+
[key: string]: string;
|
|
1049
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetMcpResponse>;
|
|
1050
|
+
/**
|
|
1051
|
+
* Queries the details of a specified MCP service, including its address, type, status, authentication configuration, and protocol.
|
|
1052
|
+
*
|
|
1053
|
+
* @remarks
|
|
1054
|
+
* ## Operation description
|
|
1055
|
+
* Queries the details of a specified MCP service, including its address, type, status, authentication configuration, and protocol.
|
|
1056
|
+
*
|
|
1057
|
+
* @param request - GetMcpRequest
|
|
1058
|
+
* @returns GetMcpResponse
|
|
1059
|
+
*/
|
|
1060
|
+
getMcp(workspaceId: string, mcpServerId: string, request: $_model.GetMcpRequest): Promise<$_model.GetMcpResponse>;
|
|
1061
|
+
/**
|
|
1062
|
+
* Queries the detailed configuration and region of a model in a specified workspace.
|
|
1063
|
+
*
|
|
1064
|
+
* @param request - GetModelRequest
|
|
1065
|
+
* @param headers - map
|
|
1066
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1067
|
+
* @returns GetModelResponse
|
|
1068
|
+
*/
|
|
1069
|
+
getModelWithOptions(workspaceId: string, modelId: string, request: $_model.GetModelRequest, headers: {
|
|
1070
|
+
[key: string]: string;
|
|
1071
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetModelResponse>;
|
|
1072
|
+
/**
|
|
1073
|
+
* Queries the detailed configuration and region of a model in a specified workspace.
|
|
1074
|
+
*
|
|
1075
|
+
* @param request - GetModelRequest
|
|
1076
|
+
* @returns GetModelResponse
|
|
1077
|
+
*/
|
|
1078
|
+
getModel(workspaceId: string, modelId: string, request: $_model.GetModelRequest): Promise<$_model.GetModelResponse>;
|
|
1079
|
+
/**
|
|
1080
|
+
* 查询模型连接
|
|
1081
|
+
*
|
|
1082
|
+
* @param request - GetModelConnectionRequest
|
|
1083
|
+
* @param headers - map
|
|
1084
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1085
|
+
* @returns GetModelConnectionResponse
|
|
1086
|
+
*/
|
|
1087
|
+
getModelConnectionWithOptions(workspaceId: string, connectionId: string, request: $_model.GetModelConnectionRequest, headers: {
|
|
1088
|
+
[key: string]: string;
|
|
1089
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetModelConnectionResponse>;
|
|
1090
|
+
/**
|
|
1091
|
+
* 查询模型连接
|
|
1092
|
+
*
|
|
1093
|
+
* @param request - GetModelConnectionRequest
|
|
434
1094
|
* @returns GetModelConnectionResponse
|
|
435
1095
|
*/
|
|
436
1096
|
getModelConnection(workspaceId: string, connectionId: string, request: $_model.GetModelConnectionRequest): Promise<$_model.GetModelConnectionResponse>;
|
|
1097
|
+
/**
|
|
1098
|
+
* Queries the details of a specified service endpoint, including target routing, access URLs, authentication configuration, and current status.
|
|
1099
|
+
*
|
|
1100
|
+
* @remarks
|
|
1101
|
+
* ## Operation description\\nQueries the details of a specified service endpoint. A service endpoint (ServiceEndpoint) provides a stable access URL for a specific agent version (AgentVersion) or workspace collaboration component. The response includes target routing, access URL list, authentication configuration, and current lifecycle status.\\n.
|
|
1102
|
+
*
|
|
1103
|
+
* @param request - GetServiceEndpointRequest
|
|
1104
|
+
* @param headers - map
|
|
1105
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1106
|
+
* @returns GetServiceEndpointResponse
|
|
1107
|
+
*/
|
|
1108
|
+
getServiceEndpointWithOptions(workspaceId: string, serviceEndpointId: string, request: $_model.GetServiceEndpointRequest, headers: {
|
|
1109
|
+
[key: string]: string;
|
|
1110
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceEndpointResponse>;
|
|
1111
|
+
/**
|
|
1112
|
+
* Queries the details of a specified service endpoint, including target routing, access URLs, authentication configuration, and current status.
|
|
1113
|
+
*
|
|
1114
|
+
* @remarks
|
|
1115
|
+
* ## Operation description\\nQueries the details of a specified service endpoint. A service endpoint (ServiceEndpoint) provides a stable access URL for a specific agent version (AgentVersion) or workspace collaboration component. The response includes target routing, access URL list, authentication configuration, and current lifecycle status.\\n.
|
|
1116
|
+
*
|
|
1117
|
+
* @param request - GetServiceEndpointRequest
|
|
1118
|
+
* @returns GetServiceEndpointResponse
|
|
1119
|
+
*/
|
|
1120
|
+
getServiceEndpoint(workspaceId: string, serviceEndpointId: string, request: $_model.GetServiceEndpointRequest): Promise<$_model.GetServiceEndpointResponse>;
|
|
1121
|
+
/**
|
|
1122
|
+
* Queries the currently active API Key and its invocation method for a specified service endpoint within a workspace.
|
|
1123
|
+
*
|
|
1124
|
+
* @remarks
|
|
1125
|
+
* Queries the currently active API Key for a specified service endpoint. The call succeeds only when the service endpoint has API_KEY authentication enabled and the gateway consumer and credentials are ready. The service reads the API Key from the gateway in real time. AgentCore does not persist the plaintext. Keep the returned API Key secure and avoid logging it or exposing it in public configurations.
|
|
1126
|
+
*
|
|
1127
|
+
* @param request - GetServiceEndpointApiKeyRequest
|
|
1128
|
+
* @param headers - map
|
|
1129
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1130
|
+
* @returns GetServiceEndpointApiKeyResponse
|
|
1131
|
+
*/
|
|
1132
|
+
getServiceEndpointApiKeyWithOptions(workspaceId: string, serviceEndpointId: string, request: $_model.GetServiceEndpointApiKeyRequest, headers: {
|
|
1133
|
+
[key: string]: string;
|
|
1134
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceEndpointApiKeyResponse>;
|
|
1135
|
+
/**
|
|
1136
|
+
* Queries the currently active API Key and its invocation method for a specified service endpoint within a workspace.
|
|
1137
|
+
*
|
|
1138
|
+
* @remarks
|
|
1139
|
+
* Queries the currently active API Key for a specified service endpoint. The call succeeds only when the service endpoint has API_KEY authentication enabled and the gateway consumer and credentials are ready. The service reads the API Key from the gateway in real time. AgentCore does not persist the plaintext. Keep the returned API Key secure and avoid logging it or exposing it in public configurations.
|
|
1140
|
+
*
|
|
1141
|
+
* @param request - GetServiceEndpointApiKeyRequest
|
|
1142
|
+
* @returns GetServiceEndpointApiKeyResponse
|
|
1143
|
+
*/
|
|
1144
|
+
getServiceEndpointApiKey(workspaceId: string, serviceEndpointId: string, request: $_model.GetServiceEndpointApiKeyRequest): Promise<$_model.GetServiceEndpointApiKeyResponse>;
|
|
1145
|
+
/**
|
|
1146
|
+
* Queries the basic information, version status, labels, visibility scope, and version list of a specified Skill.
|
|
1147
|
+
*
|
|
1148
|
+
* @remarks
|
|
1149
|
+
* ## Operation description
|
|
1150
|
+
* Queries the basic information, version status, labels, visibility scope, and version list of a specified Skill.
|
|
1151
|
+
*
|
|
1152
|
+
* @param request - GetSkillDetailRequest
|
|
1153
|
+
* @param headers - map
|
|
1154
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1155
|
+
* @returns GetSkillDetailResponse
|
|
1156
|
+
*/
|
|
1157
|
+
getSkillDetailWithOptions(workspaceId: string, skillName: string, request: $_model.GetSkillDetailRequest, headers: {
|
|
1158
|
+
[key: string]: string;
|
|
1159
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetSkillDetailResponse>;
|
|
1160
|
+
/**
|
|
1161
|
+
* Queries the basic information, version status, labels, visibility scope, and version list of a specified Skill.
|
|
1162
|
+
*
|
|
1163
|
+
* @remarks
|
|
1164
|
+
* ## Operation description
|
|
1165
|
+
* Queries the basic information, version status, labels, visibility scope, and version list of a specified Skill.
|
|
1166
|
+
*
|
|
1167
|
+
* @param request - GetSkillDetailRequest
|
|
1168
|
+
* @returns GetSkillDetailResponse
|
|
1169
|
+
*/
|
|
1170
|
+
getSkillDetail(workspaceId: string, skillName: string, request: $_model.GetSkillDetailRequest): Promise<$_model.GetSkillDetailResponse>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing a Skill ZIP package. After the upload is complete, call the Skill OSS upload operation to complete the import.
|
|
1173
|
+
*
|
|
1174
|
+
* @remarks
|
|
1175
|
+
* ## Request description
|
|
1176
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing a Skill ZIP package. After the upload is complete, call the Skill OSS upload operation to complete the import.
|
|
1177
|
+
*
|
|
1178
|
+
* @param request - GetSkillImportFileUrlRequest
|
|
1179
|
+
* @param headers - map
|
|
1180
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1181
|
+
* @returns GetSkillImportFileUrlResponse
|
|
1182
|
+
*/
|
|
1183
|
+
getSkillImportFileUrlWithOptions(workspaceId: string, request: $_model.GetSkillImportFileUrlRequest, headers: {
|
|
1184
|
+
[key: string]: string;
|
|
1185
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetSkillImportFileUrlResponse>;
|
|
1186
|
+
/**
|
|
1187
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing a Skill ZIP package. After the upload is complete, call the Skill OSS upload operation to complete the import.
|
|
1188
|
+
*
|
|
1189
|
+
* @remarks
|
|
1190
|
+
* ## Request description
|
|
1191
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing a Skill ZIP package. After the upload is complete, call the Skill OSS upload operation to complete the import.
|
|
1192
|
+
*
|
|
1193
|
+
* @param request - GetSkillImportFileUrlRequest
|
|
1194
|
+
* @returns GetSkillImportFileUrlResponse
|
|
1195
|
+
*/
|
|
1196
|
+
getSkillImportFileUrl(workspaceId: string, request: $_model.GetSkillImportFileUrlRequest): Promise<$_model.GetSkillImportFileUrlResponse>;
|
|
1197
|
+
/**
|
|
1198
|
+
* Queries the complete details of a specified Skill version, including version metadata, Skill content, and associated resources.
|
|
1199
|
+
*
|
|
1200
|
+
* @remarks
|
|
1201
|
+
* ## Operation description
|
|
1202
|
+
* Queries the complete details of a specified Skill version, including version metadata, Skill content, and associated resources.
|
|
1203
|
+
*
|
|
1204
|
+
* @param request - GetSkillVersionDetailRequest
|
|
1205
|
+
* @param headers - map
|
|
1206
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1207
|
+
* @returns GetSkillVersionDetailResponse
|
|
1208
|
+
*/
|
|
1209
|
+
getSkillVersionDetailWithOptions(workspaceId: string, skillName: string, skillVersion: string, request: $_model.GetSkillVersionDetailRequest, headers: {
|
|
1210
|
+
[key: string]: string;
|
|
1211
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetSkillVersionDetailResponse>;
|
|
1212
|
+
/**
|
|
1213
|
+
* Queries the complete details of a specified Skill version, including version metadata, Skill content, and associated resources.
|
|
1214
|
+
*
|
|
1215
|
+
* @remarks
|
|
1216
|
+
* ## Operation description
|
|
1217
|
+
* Queries the complete details of a specified Skill version, including version metadata, Skill content, and associated resources.
|
|
1218
|
+
*
|
|
1219
|
+
* @param request - GetSkillVersionDetailRequest
|
|
1220
|
+
* @returns GetSkillVersionDetailResponse
|
|
1221
|
+
*/
|
|
1222
|
+
getSkillVersionDetail(workspaceId: string, skillName: string, skillVersion: string, request: $_model.GetSkillVersionDetailRequest): Promise<$_model.GetSkillVersionDetailResponse>;
|
|
437
1223
|
/**
|
|
438
1224
|
* 查询团队
|
|
439
1225
|
*
|
|
@@ -494,6 +1280,122 @@ export default class Client extends OpenApi {
|
|
|
494
1280
|
* @returns GetWorkspaceResponse
|
|
495
1281
|
*/
|
|
496
1282
|
getWorkspace(workspaceId: string, request: $_model.GetWorkspaceRequest): Promise<$_model.GetWorkspaceResponse>;
|
|
1283
|
+
/**
|
|
1284
|
+
* Queries the plug-in status of a specified workspace.
|
|
1285
|
+
*
|
|
1286
|
+
* @remarks
|
|
1287
|
+
* ## Operation description\\nQueries the plug-in status of a specified workspace. Returns whether the plug-in is enabled, its lifecycle status, and the currently effective configuration. Currently, two types of plug-ins are supported: collaboration and agentloop. If a plug-in is not installed, its status is DISABLED.\\n.
|
|
1288
|
+
*
|
|
1289
|
+
* @param request - GetWorkspacePluginRequest
|
|
1290
|
+
* @param headers - map
|
|
1291
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1292
|
+
* @returns GetWorkspacePluginResponse
|
|
1293
|
+
*/
|
|
1294
|
+
getWorkspacePluginWithOptions(workspaceId: string, pluginName: string, request: $_model.GetWorkspacePluginRequest, headers: {
|
|
1295
|
+
[key: string]: string;
|
|
1296
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetWorkspacePluginResponse>;
|
|
1297
|
+
/**
|
|
1298
|
+
* Queries the plug-in status of a specified workspace.
|
|
1299
|
+
*
|
|
1300
|
+
* @remarks
|
|
1301
|
+
* ## Operation description\\nQueries the plug-in status of a specified workspace. Returns whether the plug-in is enabled, its lifecycle status, and the currently effective configuration. Currently, two types of plug-ins are supported: collaboration and agentloop. If a plug-in is not installed, its status is DISABLED.\\n.
|
|
1302
|
+
*
|
|
1303
|
+
* @param request - GetWorkspacePluginRequest
|
|
1304
|
+
* @returns GetWorkspacePluginResponse
|
|
1305
|
+
*/
|
|
1306
|
+
getWorkspacePlugin(workspaceId: string, pluginName: string, request: $_model.GetWorkspacePluginRequest): Promise<$_model.GetWorkspacePluginResponse>;
|
|
1307
|
+
/**
|
|
1308
|
+
* Installs a plugin for a specified AgentCore workspace. Currently supports the collaboration plugin. The installation process is executed asynchronously.
|
|
1309
|
+
*
|
|
1310
|
+
* @remarks
|
|
1311
|
+
* ## Operation description\\nInstalls a plugin for a specified AgentCore workspace. Currently supports the `collaboration` plugin. Plugin configuration is passed through the `Config` parameter, and different plugins can define their own configuration structures. The `collaboration` plugin uses `Config.NetworkConfiguration` to specify VPC and public network access policies. The installation process is executed asynchronously. When you repeatedly call this operation for a plugin with the same name that is being installed or already installed, the operation returns the current status with idempotent semantics if the configuration is the same. If the configuration is different, the operation returns an operation conflict error.\\n.
|
|
1312
|
+
*
|
|
1313
|
+
* @param tmpReq - InstallWorkspacePluginRequest
|
|
1314
|
+
* @param headers - map
|
|
1315
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1316
|
+
* @returns InstallWorkspacePluginResponse
|
|
1317
|
+
*/
|
|
1318
|
+
installWorkspacePluginWithOptions(workspaceId: string, pluginName: string, tmpReq: $_model.InstallWorkspacePluginRequest, headers: {
|
|
1319
|
+
[key: string]: string;
|
|
1320
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.InstallWorkspacePluginResponse>;
|
|
1321
|
+
/**
|
|
1322
|
+
* Installs a plugin for a specified AgentCore workspace. Currently supports the collaboration plugin. The installation process is executed asynchronously.
|
|
1323
|
+
*
|
|
1324
|
+
* @remarks
|
|
1325
|
+
* ## Operation description\\nInstalls a plugin for a specified AgentCore workspace. Currently supports the `collaboration` plugin. Plugin configuration is passed through the `Config` parameter, and different plugins can define their own configuration structures. The `collaboration` plugin uses `Config.NetworkConfiguration` to specify VPC and public network access policies. The installation process is executed asynchronously. When you repeatedly call this operation for a plugin with the same name that is being installed or already installed, the operation returns the current status with idempotent semantics if the configuration is the same. If the configuration is different, the operation returns an operation conflict error.\\n.
|
|
1326
|
+
*
|
|
1327
|
+
* @param request - InstallWorkspacePluginRequest
|
|
1328
|
+
* @returns InstallWorkspacePluginResponse
|
|
1329
|
+
*/
|
|
1330
|
+
installWorkspacePlugin(workspaceId: string, pluginName: string, request: $_model.InstallWorkspacePluginRequest): Promise<$_model.InstallWorkspacePluginResponse>;
|
|
1331
|
+
/**
|
|
1332
|
+
* Queries the IM channel list of a specified agent.
|
|
1333
|
+
*
|
|
1334
|
+
* @remarks
|
|
1335
|
+
* Queries the IM channel list of a specified agent.
|
|
1336
|
+
*
|
|
1337
|
+
* @param request - ListAgentIMChannelsRequest
|
|
1338
|
+
* @param headers - map
|
|
1339
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1340
|
+
* @returns ListAgentIMChannelsResponse
|
|
1341
|
+
*/
|
|
1342
|
+
listAgentIMChannelsWithOptions(workspaceId: string, agentId: string, request: $_model.ListAgentIMChannelsRequest, headers: {
|
|
1343
|
+
[key: string]: string;
|
|
1344
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListAgentIMChannelsResponse>;
|
|
1345
|
+
/**
|
|
1346
|
+
* Queries the IM channel list of a specified agent.
|
|
1347
|
+
*
|
|
1348
|
+
* @remarks
|
|
1349
|
+
* Queries the IM channel list of a specified agent.
|
|
1350
|
+
*
|
|
1351
|
+
* @param request - ListAgentIMChannelsRequest
|
|
1352
|
+
* @returns ListAgentIMChannelsResponse
|
|
1353
|
+
*/
|
|
1354
|
+
listAgentIMChannels(workspaceId: string, agentId: string, request: $_model.ListAgentIMChannelsRequest): Promise<$_model.ListAgentIMChannelsResponse>;
|
|
1355
|
+
/**
|
|
1356
|
+
* Queries AgentSpec resources in a specified workspace by using paging, supporting name search, sorting, and filtering by owner, visibility scope, and business labels.
|
|
1357
|
+
*
|
|
1358
|
+
* @remarks
|
|
1359
|
+
* ## Operation description
|
|
1360
|
+
* Queries AgentSpec resources in a specified workspace by using paging, supporting name search, sorting, and filtering by owner, visibility scope, and business labels.
|
|
1361
|
+
*
|
|
1362
|
+
* @param request - ListAgentSpecsRequest
|
|
1363
|
+
* @param headers - map
|
|
1364
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1365
|
+
* @returns ListAgentSpecsResponse
|
|
1366
|
+
*/
|
|
1367
|
+
listAgentSpecsWithOptions(workspaceId: string, request: $_model.ListAgentSpecsRequest, headers: {
|
|
1368
|
+
[key: string]: string;
|
|
1369
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListAgentSpecsResponse>;
|
|
1370
|
+
/**
|
|
1371
|
+
* Queries AgentSpec resources in a specified workspace by using paging, supporting name search, sorting, and filtering by owner, visibility scope, and business labels.
|
|
1372
|
+
*
|
|
1373
|
+
* @remarks
|
|
1374
|
+
* ## Operation description
|
|
1375
|
+
* Queries AgentSpec resources in a specified workspace by using paging, supporting name search, sorting, and filtering by owner, visibility scope, and business labels.
|
|
1376
|
+
*
|
|
1377
|
+
* @param request - ListAgentSpecsRequest
|
|
1378
|
+
* @returns ListAgentSpecsResponse
|
|
1379
|
+
*/
|
|
1380
|
+
listAgentSpecs(workspaceId: string, request: $_model.ListAgentSpecsRequest): Promise<$_model.ListAgentSpecsResponse>;
|
|
1381
|
+
/**
|
|
1382
|
+
* Queries the list of teams to which specified agents belong. Specify the agent IDs through agentIds to retrieve the membership information between each agent and its teams, including the team ID, team name, and the role that the agent assumes in the team.
|
|
1383
|
+
*
|
|
1384
|
+
* @param tmpReq - ListAgentTeamsRequest
|
|
1385
|
+
* @param headers - map
|
|
1386
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1387
|
+
* @returns ListAgentTeamsResponse
|
|
1388
|
+
*/
|
|
1389
|
+
listAgentTeamsWithOptions(workspaceId: string, tmpReq: $_model.ListAgentTeamsRequest, headers: {
|
|
1390
|
+
[key: string]: string;
|
|
1391
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListAgentTeamsResponse>;
|
|
1392
|
+
/**
|
|
1393
|
+
* Queries the list of teams to which specified agents belong. Specify the agent IDs through agentIds to retrieve the membership information between each agent and its teams, including the team ID, team name, and the role that the agent assumes in the team.
|
|
1394
|
+
*
|
|
1395
|
+
* @param request - ListAgentTeamsRequest
|
|
1396
|
+
* @returns ListAgentTeamsResponse
|
|
1397
|
+
*/
|
|
1398
|
+
listAgentTeams(workspaceId: string, request: $_model.ListAgentTeamsRequest): Promise<$_model.ListAgentTeamsResponse>;
|
|
497
1399
|
/**
|
|
498
1400
|
* 查询凭证列表
|
|
499
1401
|
*
|
|
@@ -512,6 +1414,30 @@ export default class Client extends OpenApi {
|
|
|
512
1414
|
* @returns ListCredentialsResponse
|
|
513
1415
|
*/
|
|
514
1416
|
listCredentials(workspaceId: string, request: $_model.ListCredentialsRequest): Promise<$_model.ListCredentialsResponse>;
|
|
1417
|
+
/**
|
|
1418
|
+
* Queries the list of external agents in a specified workspace.
|
|
1419
|
+
*
|
|
1420
|
+
* @remarks
|
|
1421
|
+
* Queries the list of external agents in a specified workspace.
|
|
1422
|
+
*
|
|
1423
|
+
* @param request - ListExternalAgentsRequest
|
|
1424
|
+
* @param headers - map
|
|
1425
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1426
|
+
* @returns ListExternalAgentsResponse
|
|
1427
|
+
*/
|
|
1428
|
+
listExternalAgentsWithOptions(workspaceId: string, request: $_model.ListExternalAgentsRequest, headers: {
|
|
1429
|
+
[key: string]: string;
|
|
1430
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListExternalAgentsResponse>;
|
|
1431
|
+
/**
|
|
1432
|
+
* Queries the list of external agents in a specified workspace.
|
|
1433
|
+
*
|
|
1434
|
+
* @remarks
|
|
1435
|
+
* Queries the list of external agents in a specified workspace.
|
|
1436
|
+
*
|
|
1437
|
+
* @param request - ListExternalAgentsRequest
|
|
1438
|
+
* @returns ListExternalAgentsResponse
|
|
1439
|
+
*/
|
|
1440
|
+
listExternalAgents(workspaceId: string, request: $_model.ListExternalAgentsRequest): Promise<$_model.ListExternalAgentsResponse>;
|
|
515
1441
|
/**
|
|
516
1442
|
* Queries the external identity provider bound to a specified workspace. Each workspace can be bound to at most one external identity provider, so the response returns at most one record. Application secret configurations are not returned.
|
|
517
1443
|
*
|
|
@@ -545,18 +1471,73 @@ export default class Client extends OpenApi {
|
|
|
545
1471
|
[key: string]: string;
|
|
546
1472
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListManagedAgentsResponse>;
|
|
547
1473
|
/**
|
|
548
|
-
* Queries the list of managed agents in a specified workspace.
|
|
1474
|
+
* Queries the list of managed agents in a specified workspace.
|
|
1475
|
+
*
|
|
1476
|
+
* @remarks
|
|
1477
|
+
* Queries the list of managed agents in a specified workspace by using paging. Returns summary information for each agent, including the identity, name, status, template, and specifications.
|
|
1478
|
+
*
|
|
1479
|
+
* @param request - ListManagedAgentsRequest
|
|
1480
|
+
* @returns ListManagedAgentsResponse
|
|
1481
|
+
*/
|
|
1482
|
+
listManagedAgents(workspaceId: string, request: $_model.ListManagedAgentsRequest): Promise<$_model.ListManagedAgentsResponse>;
|
|
1483
|
+
/**
|
|
1484
|
+
* Queries the list of tools exposed by a specified MCP service and their input/output schemas.
|
|
1485
|
+
*
|
|
1486
|
+
* @remarks
|
|
1487
|
+
* ## Operation description
|
|
1488
|
+
* Queries the list of tools exposed by a specified MCP service and their input/output schemas.
|
|
1489
|
+
*
|
|
1490
|
+
* @param request - ListMcpToolsRequest
|
|
1491
|
+
* @param headers - map
|
|
1492
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1493
|
+
* @returns ListMcpToolsResponse
|
|
1494
|
+
*/
|
|
1495
|
+
listMcpToolsWithOptions(workspaceId: string, mcpServerId: string, request: $_model.ListMcpToolsRequest, headers: {
|
|
1496
|
+
[key: string]: string;
|
|
1497
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListMcpToolsResponse>;
|
|
1498
|
+
/**
|
|
1499
|
+
* Queries the list of tools exposed by a specified MCP service and their input/output schemas.
|
|
1500
|
+
*
|
|
1501
|
+
* @remarks
|
|
1502
|
+
* ## Operation description
|
|
1503
|
+
* Queries the list of tools exposed by a specified MCP service and their input/output schemas.
|
|
1504
|
+
*
|
|
1505
|
+
* @param request - ListMcpToolsRequest
|
|
1506
|
+
* @returns ListMcpToolsResponse
|
|
1507
|
+
*/
|
|
1508
|
+
listMcpTools(workspaceId: string, mcpServerId: string, request: $_model.ListMcpToolsRequest): Promise<$_model.ListMcpToolsResponse>;
|
|
1509
|
+
/**
|
|
1510
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
1511
|
+
*
|
|
1512
|
+
* @remarks
|
|
1513
|
+
* ## Operation description
|
|
1514
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
1515
|
+
*
|
|
1516
|
+
* @param request - ListMcpsRequest
|
|
1517
|
+
* @param headers - map
|
|
1518
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1519
|
+
* @returns ListMcpsResponse
|
|
1520
|
+
*/
|
|
1521
|
+
listMcpsWithOptions(workspaceId: string, request: $_model.ListMcpsRequest, headers: {
|
|
1522
|
+
[key: string]: string;
|
|
1523
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListMcpsResponse>;
|
|
1524
|
+
/**
|
|
1525
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
549
1526
|
*
|
|
550
1527
|
* @remarks
|
|
551
|
-
*
|
|
1528
|
+
* ## Operation description
|
|
1529
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
552
1530
|
*
|
|
553
|
-
* @param request -
|
|
554
|
-
* @returns
|
|
1531
|
+
* @param request - ListMcpsRequest
|
|
1532
|
+
* @returns ListMcpsResponse
|
|
555
1533
|
*/
|
|
556
|
-
|
|
1534
|
+
listMcps(workspaceId: string, request: $_model.ListMcpsRequest): Promise<$_model.ListMcpsResponse>;
|
|
557
1535
|
/**
|
|
558
1536
|
* 查询模型连接列表
|
|
559
1537
|
*
|
|
1538
|
+
* @remarks
|
|
1539
|
+
* 查询指定 AgentCore 工作空间中的模型连接。支持通过 `Name` 按名称筛选,并通过 `SearchType` 选择精确匹配或模糊匹配;支持按模型提供商类型和调用协议筛选,并支持分页查询。
|
|
1540
|
+
*
|
|
560
1541
|
* @param request - ListModelConnectionsRequest
|
|
561
1542
|
* @param headers - map
|
|
562
1543
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -568,6 +1549,9 @@ export default class Client extends OpenApi {
|
|
|
568
1549
|
/**
|
|
569
1550
|
* 查询模型连接列表
|
|
570
1551
|
*
|
|
1552
|
+
* @remarks
|
|
1553
|
+
* 查询指定 AgentCore 工作空间中的模型连接。支持通过 `Name` 按名称筛选,并通过 `SearchType` 选择精确匹配或模糊匹配;支持按模型提供商类型和调用协议筛选,并支持分页查询。
|
|
1554
|
+
*
|
|
571
1555
|
* @param request - ListModelConnectionsRequest
|
|
572
1556
|
* @returns ListModelConnectionsResponse
|
|
573
1557
|
*/
|
|
@@ -626,6 +1610,56 @@ export default class Client extends OpenApi {
|
|
|
626
1610
|
* @returns ListPredefinedModelsResponse
|
|
627
1611
|
*/
|
|
628
1612
|
listPredefinedModels(providerType: string, request: $_model.ListPredefinedModelsRequest): Promise<$_model.ListPredefinedModelsResponse>;
|
|
1613
|
+
/**
|
|
1614
|
+
* Queries service endpoints in a specified workspace by using paging. Supports filtering by target type, agent, collaboration component, and status.
|
|
1615
|
+
*
|
|
1616
|
+
* @remarks
|
|
1617
|
+
* ## Request description\\nQueries service endpoints in a specified workspace by using paging. Filter results by targetType, agentId, agentVersion, resourceBindingId, collaborationComponent, and status. Use maxResults to specify the maximum number of records per page, and use nextToken to retrieve the next page. If maxResults is not specified, the server returns 20 records by default.\\n
|
|
1618
|
+
*
|
|
1619
|
+
* @param request - ListServiceEndpointsRequest
|
|
1620
|
+
* @param headers - map
|
|
1621
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1622
|
+
* @returns ListServiceEndpointsResponse
|
|
1623
|
+
*/
|
|
1624
|
+
listServiceEndpointsWithOptions(workspaceId: string, request: $_model.ListServiceEndpointsRequest, headers: {
|
|
1625
|
+
[key: string]: string;
|
|
1626
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListServiceEndpointsResponse>;
|
|
1627
|
+
/**
|
|
1628
|
+
* Queries service endpoints in a specified workspace by using paging. Supports filtering by target type, agent, collaboration component, and status.
|
|
1629
|
+
*
|
|
1630
|
+
* @remarks
|
|
1631
|
+
* ## Request description\\nQueries service endpoints in a specified workspace by using paging. Filter results by targetType, agentId, agentVersion, resourceBindingId, collaborationComponent, and status. Use maxResults to specify the maximum number of records per page, and use nextToken to retrieve the next page. If maxResults is not specified, the server returns 20 records by default.\\n
|
|
1632
|
+
*
|
|
1633
|
+
* @param request - ListServiceEndpointsRequest
|
|
1634
|
+
* @returns ListServiceEndpointsResponse
|
|
1635
|
+
*/
|
|
1636
|
+
listServiceEndpoints(workspaceId: string, request: $_model.ListServiceEndpointsRequest): Promise<$_model.ListServiceEndpointsResponse>;
|
|
1637
|
+
/**
|
|
1638
|
+
* Performs a paged query of Skills in a specified workspace, and returns basic Skill information, version status, and paging details.
|
|
1639
|
+
*
|
|
1640
|
+
* @remarks
|
|
1641
|
+
* ## Operation description
|
|
1642
|
+
* Performs a paged query of Skills in a specified workspace, and returns basic Skill information, version status, and paging details.
|
|
1643
|
+
*
|
|
1644
|
+
* @param request - ListSkillsRequest
|
|
1645
|
+
* @param headers - map
|
|
1646
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1647
|
+
* @returns ListSkillsResponse
|
|
1648
|
+
*/
|
|
1649
|
+
listSkillsWithOptions(workspaceId: string, request: $_model.ListSkillsRequest, headers: {
|
|
1650
|
+
[key: string]: string;
|
|
1651
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListSkillsResponse>;
|
|
1652
|
+
/**
|
|
1653
|
+
* Performs a paged query of Skills in a specified workspace, and returns basic Skill information, version status, and paging details.
|
|
1654
|
+
*
|
|
1655
|
+
* @remarks
|
|
1656
|
+
* ## Operation description
|
|
1657
|
+
* Performs a paged query of Skills in a specified workspace, and returns basic Skill information, version status, and paging details.
|
|
1658
|
+
*
|
|
1659
|
+
* @param request - ListSkillsRequest
|
|
1660
|
+
* @returns ListSkillsResponse
|
|
1661
|
+
*/
|
|
1662
|
+
listSkills(workspaceId: string, request: $_model.ListSkillsRequest): Promise<$_model.ListSkillsResponse>;
|
|
629
1663
|
/**
|
|
630
1664
|
* 查询团队列表
|
|
631
1665
|
*
|
|
@@ -686,6 +1720,136 @@ export default class Client extends OpenApi {
|
|
|
686
1720
|
* @returns ListWorkspacesResponse
|
|
687
1721
|
*/
|
|
688
1722
|
listWorkspaces(request: $_model.ListWorkspacesRequest): Promise<$_model.ListWorkspacesResponse>;
|
|
1723
|
+
/**
|
|
1724
|
+
* Takes the online version of a specified Skill offline so that it is no longer used as the online version.
|
|
1725
|
+
*
|
|
1726
|
+
* @remarks
|
|
1727
|
+
* ## Request description
|
|
1728
|
+
* Takes the online version of a specified Skill offline so that it is no longer used as the online version.
|
|
1729
|
+
*
|
|
1730
|
+
* @param tmpReq - OfflineSkillRequest
|
|
1731
|
+
* @param headers - map
|
|
1732
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1733
|
+
* @returns OfflineSkillResponse
|
|
1734
|
+
*/
|
|
1735
|
+
offlineSkillWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.OfflineSkillRequest, headers: {
|
|
1736
|
+
[key: string]: string;
|
|
1737
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.OfflineSkillResponse>;
|
|
1738
|
+
/**
|
|
1739
|
+
* Takes the online version of a specified Skill offline so that it is no longer used as the online version.
|
|
1740
|
+
*
|
|
1741
|
+
* @remarks
|
|
1742
|
+
* ## Request description
|
|
1743
|
+
* Takes the online version of a specified Skill offline so that it is no longer used as the online version.
|
|
1744
|
+
*
|
|
1745
|
+
* @param request - OfflineSkillRequest
|
|
1746
|
+
* @returns OfflineSkillResponse
|
|
1747
|
+
*/
|
|
1748
|
+
offlineSkill(workspaceId: string, skillName: string, request: $_model.OfflineSkillRequest): Promise<$_model.OfflineSkillResponse>;
|
|
1749
|
+
/**
|
|
1750
|
+
* Sets a specified Skill version as the online version.
|
|
1751
|
+
*
|
|
1752
|
+
* @remarks
|
|
1753
|
+
* ## Operation description
|
|
1754
|
+
* Sets a specified Skill version as the online version.
|
|
1755
|
+
*
|
|
1756
|
+
* @param tmpReq - OnlineSkillRequest
|
|
1757
|
+
* @param headers - map
|
|
1758
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1759
|
+
* @returns OnlineSkillResponse
|
|
1760
|
+
*/
|
|
1761
|
+
onlineSkillWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.OnlineSkillRequest, headers: {
|
|
1762
|
+
[key: string]: string;
|
|
1763
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.OnlineSkillResponse>;
|
|
1764
|
+
/**
|
|
1765
|
+
* Sets a specified Skill version as the online version.
|
|
1766
|
+
*
|
|
1767
|
+
* @remarks
|
|
1768
|
+
* ## Operation description
|
|
1769
|
+
* Sets a specified Skill version as the online version.
|
|
1770
|
+
*
|
|
1771
|
+
* @param request - OnlineSkillRequest
|
|
1772
|
+
* @returns OnlineSkillResponse
|
|
1773
|
+
*/
|
|
1774
|
+
onlineSkill(workspaceId: string, skillName: string, request: $_model.OnlineSkillRequest): Promise<$_model.OnlineSkillResponse>;
|
|
1775
|
+
/**
|
|
1776
|
+
* Parses and checks one or more Skill ZIP packages uploaded to OSS, and returns the name, version, and conflict check results.
|
|
1777
|
+
*
|
|
1778
|
+
* @remarks
|
|
1779
|
+
* ## Request description
|
|
1780
|
+
* Parses and checks one or more Skill ZIP packages uploaded to OSS, and returns the name, version, and conflict check results.
|
|
1781
|
+
*
|
|
1782
|
+
* @param tmpReq - PrecheckSkillUploadViaOssRequest
|
|
1783
|
+
* @param headers - map
|
|
1784
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1785
|
+
* @returns PrecheckSkillUploadViaOssResponse
|
|
1786
|
+
*/
|
|
1787
|
+
precheckSkillUploadViaOssWithOptions(workspaceId: string, tmpReq: $_model.PrecheckSkillUploadViaOssRequest, headers: {
|
|
1788
|
+
[key: string]: string;
|
|
1789
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.PrecheckSkillUploadViaOssResponse>;
|
|
1790
|
+
/**
|
|
1791
|
+
* Parses and checks one or more Skill ZIP packages uploaded to OSS, and returns the name, version, and conflict check results.
|
|
1792
|
+
*
|
|
1793
|
+
* @remarks
|
|
1794
|
+
* ## Request description
|
|
1795
|
+
* Parses and checks one or more Skill ZIP packages uploaded to OSS, and returns the name, version, and conflict check results.
|
|
1796
|
+
*
|
|
1797
|
+
* @param request - PrecheckSkillUploadViaOssRequest
|
|
1798
|
+
* @returns PrecheckSkillUploadViaOssResponse
|
|
1799
|
+
*/
|
|
1800
|
+
precheckSkillUploadViaOss(workspaceId: string, request: $_model.PrecheckSkillUploadViaOssRequest): Promise<$_model.PrecheckSkillUploadViaOssResponse>;
|
|
1801
|
+
/**
|
|
1802
|
+
* Publishes a specified Skill version to change its state to published.
|
|
1803
|
+
*
|
|
1804
|
+
* @remarks
|
|
1805
|
+
* ## Operation description
|
|
1806
|
+
* Publishes a specified Skill version to change its state to published.
|
|
1807
|
+
*
|
|
1808
|
+
* @param tmpReq - PublishSkillVersionRequest
|
|
1809
|
+
* @param headers - map
|
|
1810
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1811
|
+
* @returns PublishSkillVersionResponse
|
|
1812
|
+
*/
|
|
1813
|
+
publishSkillVersionWithOptions(workspaceId: string, skillName: string, skillVersion: string, tmpReq: $_model.PublishSkillVersionRequest, headers: {
|
|
1814
|
+
[key: string]: string;
|
|
1815
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.PublishSkillVersionResponse>;
|
|
1816
|
+
/**
|
|
1817
|
+
* Publishes a specified Skill version to change its state to published.
|
|
1818
|
+
*
|
|
1819
|
+
* @remarks
|
|
1820
|
+
* ## Operation description
|
|
1821
|
+
* Publishes a specified Skill version to change its state to published.
|
|
1822
|
+
*
|
|
1823
|
+
* @param request - PublishSkillVersionRequest
|
|
1824
|
+
* @returns PublishSkillVersionResponse
|
|
1825
|
+
*/
|
|
1826
|
+
publishSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.PublishSkillVersionRequest): Promise<$_model.PublishSkillVersionResponse>;
|
|
1827
|
+
/**
|
|
1828
|
+
* Converts a specified Skill version back into an editable draft for further modifications.
|
|
1829
|
+
*
|
|
1830
|
+
* @remarks
|
|
1831
|
+
* ## Operation description
|
|
1832
|
+
* Converts a specified Skill version back into an editable draft for further modifications.
|
|
1833
|
+
*
|
|
1834
|
+
* @param tmpReq - RedraftSkillVersionRequest
|
|
1835
|
+
* @param headers - map
|
|
1836
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1837
|
+
* @returns RedraftSkillVersionResponse
|
|
1838
|
+
*/
|
|
1839
|
+
redraftSkillVersionWithOptions(workspaceId: string, skillName: string, skillVersion: string, tmpReq: $_model.RedraftSkillVersionRequest, headers: {
|
|
1840
|
+
[key: string]: string;
|
|
1841
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.RedraftSkillVersionResponse>;
|
|
1842
|
+
/**
|
|
1843
|
+
* Converts a specified Skill version back into an editable draft for further modifications.
|
|
1844
|
+
*
|
|
1845
|
+
* @remarks
|
|
1846
|
+
* ## Operation description
|
|
1847
|
+
* Converts a specified Skill version back into an editable draft for further modifications.
|
|
1848
|
+
*
|
|
1849
|
+
* @param request - RedraftSkillVersionRequest
|
|
1850
|
+
* @returns RedraftSkillVersionResponse
|
|
1851
|
+
*/
|
|
1852
|
+
redraftSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.RedraftSkillVersionRequest): Promise<$_model.RedraftSkillVersionResponse>;
|
|
689
1853
|
/**
|
|
690
1854
|
* 重置用户密码
|
|
691
1855
|
*
|
|
@@ -704,6 +1868,132 @@ export default class Client extends OpenApi {
|
|
|
704
1868
|
* @returns ResetUserPasswordResponse
|
|
705
1869
|
*/
|
|
706
1870
|
resetUserPassword(workspaceId: string, request: $_model.ResetUserPasswordRequest): Promise<$_model.ResetUserPasswordResponse>;
|
|
1871
|
+
/**
|
|
1872
|
+
* Submits a specified AgentSpec draft version for review. If no release pipeline is configured, the version is published directly to online status.
|
|
1873
|
+
*
|
|
1874
|
+
* @remarks
|
|
1875
|
+
* ## Operation description
|
|
1876
|
+
* Submits a specified AgentSpec draft version for review. If no release pipeline is configured, the version is published directly to online status.
|
|
1877
|
+
*
|
|
1878
|
+
* @param tmpReq - SubmitAgentSpecVersionRequest
|
|
1879
|
+
* @param headers - map
|
|
1880
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1881
|
+
* @returns SubmitAgentSpecVersionResponse
|
|
1882
|
+
*/
|
|
1883
|
+
submitAgentSpecVersionWithOptions(workspaceId: string, agentSpecName: string, agentSpecVersion: string, tmpReq: $_model.SubmitAgentSpecVersionRequest, headers: {
|
|
1884
|
+
[key: string]: string;
|
|
1885
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitAgentSpecVersionResponse>;
|
|
1886
|
+
/**
|
|
1887
|
+
* Submits a specified AgentSpec draft version for review. If no release pipeline is configured, the version is published directly to online status.
|
|
1888
|
+
*
|
|
1889
|
+
* @remarks
|
|
1890
|
+
* ## Operation description
|
|
1891
|
+
* Submits a specified AgentSpec draft version for review. If no release pipeline is configured, the version is published directly to online status.
|
|
1892
|
+
*
|
|
1893
|
+
* @param request - SubmitAgentSpecVersionRequest
|
|
1894
|
+
* @returns SubmitAgentSpecVersionResponse
|
|
1895
|
+
*/
|
|
1896
|
+
submitAgentSpecVersion(workspaceId: string, agentSpecName: string, agentSpecVersion: string, request: $_model.SubmitAgentSpecVersionRequest): Promise<$_model.SubmitAgentSpecVersionResponse>;
|
|
1897
|
+
/**
|
|
1898
|
+
* Submits a specified draft version of a skill for review.
|
|
1899
|
+
*
|
|
1900
|
+
* @remarks
|
|
1901
|
+
* ## Operation description
|
|
1902
|
+
* Submits a specified draft version of a skill for review.
|
|
1903
|
+
*
|
|
1904
|
+
* @param tmpReq - SubmitSkillVersionRequest
|
|
1905
|
+
* @param headers - map
|
|
1906
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1907
|
+
* @returns SubmitSkillVersionResponse
|
|
1908
|
+
*/
|
|
1909
|
+
submitSkillVersionWithOptions(workspaceId: string, skillName: string, skillVersion: string, tmpReq: $_model.SubmitSkillVersionRequest, headers: {
|
|
1910
|
+
[key: string]: string;
|
|
1911
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitSkillVersionResponse>;
|
|
1912
|
+
/**
|
|
1913
|
+
* Submits a specified draft version of a skill for review.
|
|
1914
|
+
*
|
|
1915
|
+
* @remarks
|
|
1916
|
+
* ## Operation description
|
|
1917
|
+
* Submits a specified draft version of a skill for review.
|
|
1918
|
+
*
|
|
1919
|
+
* @param request - SubmitSkillVersionRequest
|
|
1920
|
+
* @returns SubmitSkillVersionResponse
|
|
1921
|
+
*/
|
|
1922
|
+
submitSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.SubmitSkillVersionRequest): Promise<$_model.SubmitSkillVersionResponse>;
|
|
1923
|
+
/**
|
|
1924
|
+
* Updates the ServiceEndpoint binding, enabled/disabled status, or channel behavior configuration of an IM channel. At least one updatable field must be provided.
|
|
1925
|
+
*
|
|
1926
|
+
* @remarks
|
|
1927
|
+
* Updates the ServiceEndpoint binding, enabled/disabled status, or channel behavior configuration of an IM channel. At least one updatable field must be provided.
|
|
1928
|
+
*
|
|
1929
|
+
* @param tmpReq - UpdateAgentIMChannelRequest
|
|
1930
|
+
* @param headers - map
|
|
1931
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1932
|
+
* @returns UpdateAgentIMChannelResponse
|
|
1933
|
+
*/
|
|
1934
|
+
updateAgentIMChannelWithOptions(workspaceId: string, agentId: string, imChannelId: string, tmpReq: $_model.UpdateAgentIMChannelRequest, headers: {
|
|
1935
|
+
[key: string]: string;
|
|
1936
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAgentIMChannelResponse>;
|
|
1937
|
+
/**
|
|
1938
|
+
* Updates the ServiceEndpoint binding, enabled/disabled status, or channel behavior configuration of an IM channel. At least one updatable field must be provided.
|
|
1939
|
+
*
|
|
1940
|
+
* @remarks
|
|
1941
|
+
* Updates the ServiceEndpoint binding, enabled/disabled status, or channel behavior configuration of an IM channel. At least one updatable field must be provided.
|
|
1942
|
+
*
|
|
1943
|
+
* @param request - UpdateAgentIMChannelRequest
|
|
1944
|
+
* @returns UpdateAgentIMChannelResponse
|
|
1945
|
+
*/
|
|
1946
|
+
updateAgentIMChannel(workspaceId: string, agentId: string, imChannelId: string, request: $_model.UpdateAgentIMChannelRequest): Promise<$_model.UpdateAgentIMChannelResponse>;
|
|
1947
|
+
/**
|
|
1948
|
+
* Performs a full update of the channel credential for a specified IM channel of an agent. Secrets are not returned in the response.
|
|
1949
|
+
*
|
|
1950
|
+
* @remarks
|
|
1951
|
+
* Performs a full update of the channel credential for a specified IM channel of an agent. Secrets are not returned in the response.
|
|
1952
|
+
*
|
|
1953
|
+
* @param tmpReq - UpdateAgentIMChannelCredentialRequest
|
|
1954
|
+
* @param headers - map
|
|
1955
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1956
|
+
* @returns UpdateAgentIMChannelCredentialResponse
|
|
1957
|
+
*/
|
|
1958
|
+
updateAgentIMChannelCredentialWithOptions(workspaceId: string, agentId: string, imChannelId: string, tmpReq: $_model.UpdateAgentIMChannelCredentialRequest, headers: {
|
|
1959
|
+
[key: string]: string;
|
|
1960
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAgentIMChannelCredentialResponse>;
|
|
1961
|
+
/**
|
|
1962
|
+
* Performs a full update of the channel credential for a specified IM channel of an agent. Secrets are not returned in the response.
|
|
1963
|
+
*
|
|
1964
|
+
* @remarks
|
|
1965
|
+
* Performs a full update of the channel credential for a specified IM channel of an agent. Secrets are not returned in the response.
|
|
1966
|
+
*
|
|
1967
|
+
* @param request - UpdateAgentIMChannelCredentialRequest
|
|
1968
|
+
* @returns UpdateAgentIMChannelCredentialResponse
|
|
1969
|
+
*/
|
|
1970
|
+
updateAgentIMChannelCredential(workspaceId: string, agentId: string, imChannelId: string, request: $_model.UpdateAgentIMChannelCredentialRequest): Promise<$_model.UpdateAgentIMChannelCredentialResponse>;
|
|
1971
|
+
/**
|
|
1972
|
+
* Updates the business tags, version labels, and visibility scope of a specified AgentSpec. Fields that are not provided remain unchanged.
|
|
1973
|
+
*
|
|
1974
|
+
* @remarks
|
|
1975
|
+
* ## Operation description
|
|
1976
|
+
* Updates the business tags, version labels, and visibility scope of a specified AgentSpec. Fields that are not provided remain unchanged.
|
|
1977
|
+
*
|
|
1978
|
+
* @param tmpReq - UpdateAgentSpecRequest
|
|
1979
|
+
* @param headers - map
|
|
1980
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1981
|
+
* @returns UpdateAgentSpecResponse
|
|
1982
|
+
*/
|
|
1983
|
+
updateAgentSpecWithOptions(workspaceId: string, agentSpecName: string, tmpReq: $_model.UpdateAgentSpecRequest, headers: {
|
|
1984
|
+
[key: string]: string;
|
|
1985
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAgentSpecResponse>;
|
|
1986
|
+
/**
|
|
1987
|
+
* Updates the business tags, version labels, and visibility scope of a specified AgentSpec. Fields that are not provided remain unchanged.
|
|
1988
|
+
*
|
|
1989
|
+
* @remarks
|
|
1990
|
+
* ## Operation description
|
|
1991
|
+
* Updates the business tags, version labels, and visibility scope of a specified AgentSpec. Fields that are not provided remain unchanged.
|
|
1992
|
+
*
|
|
1993
|
+
* @param request - UpdateAgentSpecRequest
|
|
1994
|
+
* @returns UpdateAgentSpecResponse
|
|
1995
|
+
*/
|
|
1996
|
+
updateAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.UpdateAgentSpecRequest): Promise<$_model.UpdateAgentSpecResponse>;
|
|
707
1997
|
/**
|
|
708
1998
|
* 更新凭证
|
|
709
1999
|
*
|
|
@@ -722,6 +2012,30 @@ export default class Client extends OpenApi {
|
|
|
722
2012
|
* @returns UpdateCredentialResponse
|
|
723
2013
|
*/
|
|
724
2014
|
updateCredential(workspaceId: string, credentialId: string, request: $_model.UpdateCredentialRequest): Promise<$_model.UpdateCredentialResponse>;
|
|
2015
|
+
/**
|
|
2016
|
+
* Updates the configuration of a specified external agent.
|
|
2017
|
+
*
|
|
2018
|
+
* @remarks
|
|
2019
|
+
* Updates the configuration of a specified external agent.
|
|
2020
|
+
*
|
|
2021
|
+
* @param tmpReq - UpdateExternalAgentRequest
|
|
2022
|
+
* @param headers - map
|
|
2023
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2024
|
+
* @returns UpdateExternalAgentResponse
|
|
2025
|
+
*/
|
|
2026
|
+
updateExternalAgentWithOptions(workspaceId: string, agentId: string, tmpReq: $_model.UpdateExternalAgentRequest, headers: {
|
|
2027
|
+
[key: string]: string;
|
|
2028
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateExternalAgentResponse>;
|
|
2029
|
+
/**
|
|
2030
|
+
* Updates the configuration of a specified external agent.
|
|
2031
|
+
*
|
|
2032
|
+
* @remarks
|
|
2033
|
+
* Updates the configuration of a specified external agent.
|
|
2034
|
+
*
|
|
2035
|
+
* @param request - UpdateExternalAgentRequest
|
|
2036
|
+
* @returns UpdateExternalAgentResponse
|
|
2037
|
+
*/
|
|
2038
|
+
updateExternalAgent(workspaceId: string, agentId: string, request: $_model.UpdateExternalAgentRequest): Promise<$_model.UpdateExternalAgentResponse>;
|
|
725
2039
|
/**
|
|
726
2040
|
* Updates the login switch, member synchronization switch, or application configuration of a specified external identity provider in a workspace. Unspecified properties remain unchanged. The update is an asynchronous operation. After the API returns, you can call GetIdentityProvider to query the status and track progress.
|
|
727
2041
|
*
|
|
@@ -758,6 +2072,32 @@ export default class Client extends OpenApi {
|
|
|
758
2072
|
* @returns UpdateManagedAgentResponse
|
|
759
2073
|
*/
|
|
760
2074
|
updateManagedAgent(workspaceId: string, agentId: string, request: $_model.UpdateManagedAgentRequest): Promise<$_model.UpdateManagedAgentResponse>;
|
|
2075
|
+
/**
|
|
2076
|
+
* Updates the address, description, authentication, or Swagger configuration of a specified MCP service. The MCP type and protocol cannot be modified after creation. The update is an asynchronous process.
|
|
2077
|
+
*
|
|
2078
|
+
* @remarks
|
|
2079
|
+
* ## Operation description
|
|
2080
|
+
* Updates the address, description, authentication, or Swagger configuration of a specified MCP service. The MCP type and protocol cannot be modified after creation. The update is an asynchronous process.
|
|
2081
|
+
*
|
|
2082
|
+
* @param tmpReq - UpdateMcpRequest
|
|
2083
|
+
* @param headers - map
|
|
2084
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2085
|
+
* @returns UpdateMcpResponse
|
|
2086
|
+
*/
|
|
2087
|
+
updateMcpWithOptions(workspaceId: string, mcpServerId: string, tmpReq: $_model.UpdateMcpRequest, headers: {
|
|
2088
|
+
[key: string]: string;
|
|
2089
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateMcpResponse>;
|
|
2090
|
+
/**
|
|
2091
|
+
* Updates the address, description, authentication, or Swagger configuration of a specified MCP service. The MCP type and protocol cannot be modified after creation. The update is an asynchronous process.
|
|
2092
|
+
*
|
|
2093
|
+
* @remarks
|
|
2094
|
+
* ## Operation description
|
|
2095
|
+
* Updates the address, description, authentication, or Swagger configuration of a specified MCP service. The MCP type and protocol cannot be modified after creation. The update is an asynchronous process.
|
|
2096
|
+
*
|
|
2097
|
+
* @param request - UpdateMcpRequest
|
|
2098
|
+
* @returns UpdateMcpResponse
|
|
2099
|
+
*/
|
|
2100
|
+
updateMcp(workspaceId: string, mcpServerId: string, request: $_model.UpdateMcpRequest): Promise<$_model.UpdateMcpResponse>;
|
|
761
2101
|
/**
|
|
762
2102
|
* Updates the description of a specified model. Other model configurations cannot be modified through this operation.
|
|
763
2103
|
*
|
|
@@ -777,7 +2117,7 @@ export default class Client extends OpenApi {
|
|
|
777
2117
|
*/
|
|
778
2118
|
updateModel(workspaceId: string, modelId: string, request: $_model.UpdateModelRequest): Promise<$_model.UpdateModelResponse>;
|
|
779
2119
|
/**
|
|
780
|
-
*
|
|
2120
|
+
* Updates the mutable configuration of a specified model connection and resubmits the publish task. The protocol cannot be modified after the model connection is created.
|
|
781
2121
|
*
|
|
782
2122
|
* @param tmpReq - UpdateModelConnectionRequest
|
|
783
2123
|
* @param headers - map
|
|
@@ -788,12 +2128,90 @@ export default class Client extends OpenApi {
|
|
|
788
2128
|
[key: string]: string;
|
|
789
2129
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelConnectionResponse>;
|
|
790
2130
|
/**
|
|
791
|
-
*
|
|
2131
|
+
* Updates the mutable configuration of a specified model connection and resubmits the publish task. The protocol cannot be modified after the model connection is created.
|
|
792
2132
|
*
|
|
793
2133
|
* @param request - UpdateModelConnectionRequest
|
|
794
2134
|
* @returns UpdateModelConnectionResponse
|
|
795
2135
|
*/
|
|
796
2136
|
updateModelConnection(workspaceId: string, connectionId: string, request: $_model.UpdateModelConnectionRequest): Promise<$_model.UpdateModelConnectionResponse>;
|
|
2137
|
+
/**
|
|
2138
|
+
* Updates the business tags of a specified Skill. Other attributes that are not included in the request remain unchanged.
|
|
2139
|
+
*
|
|
2140
|
+
* @remarks
|
|
2141
|
+
* ## Operation description
|
|
2142
|
+
* Updates the business tags of a specified Skill. Other attributes that are not included in the request remain unchanged.
|
|
2143
|
+
*
|
|
2144
|
+
* @param tmpReq - UpdateSkillBizTagsRequest
|
|
2145
|
+
* @param headers - map
|
|
2146
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2147
|
+
* @returns UpdateSkillBizTagsResponse
|
|
2148
|
+
*/
|
|
2149
|
+
updateSkillBizTagsWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.UpdateSkillBizTagsRequest, headers: {
|
|
2150
|
+
[key: string]: string;
|
|
2151
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSkillBizTagsResponse>;
|
|
2152
|
+
/**
|
|
2153
|
+
* Updates the business tags of a specified Skill. Other attributes that are not included in the request remain unchanged.
|
|
2154
|
+
*
|
|
2155
|
+
* @remarks
|
|
2156
|
+
* ## Operation description
|
|
2157
|
+
* Updates the business tags of a specified Skill. Other attributes that are not included in the request remain unchanged.
|
|
2158
|
+
*
|
|
2159
|
+
* @param request - UpdateSkillBizTagsRequest
|
|
2160
|
+
* @returns UpdateSkillBizTagsResponse
|
|
2161
|
+
*/
|
|
2162
|
+
updateSkillBizTags(workspaceId: string, skillName: string, request: $_model.UpdateSkillBizTagsRequest): Promise<$_model.UpdateSkillBizTagsResponse>;
|
|
2163
|
+
/**
|
|
2164
|
+
* Updates the version labels and their mappings for a specified Skill.
|
|
2165
|
+
*
|
|
2166
|
+
* @remarks
|
|
2167
|
+
* ## Request description
|
|
2168
|
+
* Updates the version labels and their mappings for a specified Skill.
|
|
2169
|
+
*
|
|
2170
|
+
* @param tmpReq - UpdateSkillLabelsRequest
|
|
2171
|
+
* @param headers - map
|
|
2172
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2173
|
+
* @returns UpdateSkillLabelsResponse
|
|
2174
|
+
*/
|
|
2175
|
+
updateSkillLabelsWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.UpdateSkillLabelsRequest, headers: {
|
|
2176
|
+
[key: string]: string;
|
|
2177
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSkillLabelsResponse>;
|
|
2178
|
+
/**
|
|
2179
|
+
* Updates the version labels and their mappings for a specified Skill.
|
|
2180
|
+
*
|
|
2181
|
+
* @remarks
|
|
2182
|
+
* ## Request description
|
|
2183
|
+
* Updates the version labels and their mappings for a specified Skill.
|
|
2184
|
+
*
|
|
2185
|
+
* @param request - UpdateSkillLabelsRequest
|
|
2186
|
+
* @returns UpdateSkillLabelsResponse
|
|
2187
|
+
*/
|
|
2188
|
+
updateSkillLabels(workspaceId: string, skillName: string, request: $_model.UpdateSkillLabelsRequest): Promise<$_model.UpdateSkillLabelsResponse>;
|
|
2189
|
+
/**
|
|
2190
|
+
* Updates the visibility scope of a specified skill.
|
|
2191
|
+
*
|
|
2192
|
+
* @remarks
|
|
2193
|
+
* ## Request description
|
|
2194
|
+
* Updates the visibility scope of a specified skill.
|
|
2195
|
+
*
|
|
2196
|
+
* @param tmpReq - UpdateSkillScopeRequest
|
|
2197
|
+
* @param headers - map
|
|
2198
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2199
|
+
* @returns UpdateSkillScopeResponse
|
|
2200
|
+
*/
|
|
2201
|
+
updateSkillScopeWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.UpdateSkillScopeRequest, headers: {
|
|
2202
|
+
[key: string]: string;
|
|
2203
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSkillScopeResponse>;
|
|
2204
|
+
/**
|
|
2205
|
+
* Updates the visibility scope of a specified skill.
|
|
2206
|
+
*
|
|
2207
|
+
* @remarks
|
|
2208
|
+
* ## Request description
|
|
2209
|
+
* Updates the visibility scope of a specified skill.
|
|
2210
|
+
*
|
|
2211
|
+
* @param request - UpdateSkillScopeRequest
|
|
2212
|
+
* @returns UpdateSkillScopeResponse
|
|
2213
|
+
*/
|
|
2214
|
+
updateSkillScope(workspaceId: string, skillName: string, request: $_model.UpdateSkillScopeRequest): Promise<$_model.UpdateSkillScopeResponse>;
|
|
797
2215
|
/**
|
|
798
2216
|
* 更新团队
|
|
799
2217
|
*
|
|
@@ -854,4 +2272,56 @@ export default class Client extends OpenApi {
|
|
|
854
2272
|
* @returns UpdateWorkspaceResponse
|
|
855
2273
|
*/
|
|
856
2274
|
updateWorkspace(workspaceId: string, request: $_model.UpdateWorkspaceRequest): Promise<$_model.UpdateWorkspaceResponse>;
|
|
2275
|
+
/**
|
|
2276
|
+
* Retrieves an uploaded AgentSpec ZIP package from OSS, parses it, and imports the AgentSpec into the current workspace.
|
|
2277
|
+
*
|
|
2278
|
+
* @remarks
|
|
2279
|
+
* ## Operation description
|
|
2280
|
+
* Retrieves an uploaded AgentSpec ZIP package from OSS, parses it, and imports the AgentSpec into the current workspace.
|
|
2281
|
+
*
|
|
2282
|
+
* @param tmpReq - UploadAgentSpecViaOssRequest
|
|
2283
|
+
* @param headers - map
|
|
2284
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2285
|
+
* @returns UploadAgentSpecViaOssResponse
|
|
2286
|
+
*/
|
|
2287
|
+
uploadAgentSpecViaOssWithOptions(workspaceId: string, tmpReq: $_model.UploadAgentSpecViaOssRequest, headers: {
|
|
2288
|
+
[key: string]: string;
|
|
2289
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UploadAgentSpecViaOssResponse>;
|
|
2290
|
+
/**
|
|
2291
|
+
* Retrieves an uploaded AgentSpec ZIP package from OSS, parses it, and imports the AgentSpec into the current workspace.
|
|
2292
|
+
*
|
|
2293
|
+
* @remarks
|
|
2294
|
+
* ## Operation description
|
|
2295
|
+
* Retrieves an uploaded AgentSpec ZIP package from OSS, parses it, and imports the AgentSpec into the current workspace.
|
|
2296
|
+
*
|
|
2297
|
+
* @param request - UploadAgentSpecViaOssRequest
|
|
2298
|
+
* @returns UploadAgentSpecViaOssResponse
|
|
2299
|
+
*/
|
|
2300
|
+
uploadAgentSpecViaOss(workspaceId: string, request: $_model.UploadAgentSpecViaOssRequest): Promise<$_model.UploadAgentSpecViaOssResponse>;
|
|
2301
|
+
/**
|
|
2302
|
+
* Retrieves an uploaded Skill ZIP package from OSS, parses it, and imports the Skill into the current workspace.
|
|
2303
|
+
*
|
|
2304
|
+
* @remarks
|
|
2305
|
+
* ## Operation description
|
|
2306
|
+
* Retrieves an uploaded Skill ZIP package from OSS, parses it, and imports the Skill into the current workspace.
|
|
2307
|
+
*
|
|
2308
|
+
* @param tmpReq - UploadSkillViaOssRequest
|
|
2309
|
+
* @param headers - map
|
|
2310
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2311
|
+
* @returns UploadSkillViaOssResponse
|
|
2312
|
+
*/
|
|
2313
|
+
uploadSkillViaOssWithOptions(workspaceId: string, tmpReq: $_model.UploadSkillViaOssRequest, headers: {
|
|
2314
|
+
[key: string]: string;
|
|
2315
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UploadSkillViaOssResponse>;
|
|
2316
|
+
/**
|
|
2317
|
+
* Retrieves an uploaded Skill ZIP package from OSS, parses it, and imports the Skill into the current workspace.
|
|
2318
|
+
*
|
|
2319
|
+
* @remarks
|
|
2320
|
+
* ## Operation description
|
|
2321
|
+
* Retrieves an uploaded Skill ZIP package from OSS, parses it, and imports the Skill into the current workspace.
|
|
2322
|
+
*
|
|
2323
|
+
* @param request - UploadSkillViaOssRequest
|
|
2324
|
+
* @returns UploadSkillViaOssResponse
|
|
2325
|
+
*/
|
|
2326
|
+
uploadSkillViaOss(workspaceId: string, request: $_model.UploadSkillViaOssRequest): Promise<$_model.UploadSkillViaOssResponse>;
|
|
857
2327
|
}
|