@alicloud/aimiaobi20230801 1.37.2 → 1.37.3

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.js CHANGED
@@ -10356,6 +10356,9 @@ class Client extends openapi_core_1.default {
10356
10356
  if (!$dara.isNull(request.prompt)) {
10357
10357
  body["Prompt"] = request.prompt;
10358
10358
  }
10359
+ if (!$dara.isNull(request.taskId)) {
10360
+ body["TaskId"] = request.taskId;
10361
+ }
10359
10362
  if (!$dara.isNull(request.workspaceId)) {
10360
10363
  body["WorkspaceId"] = request.workspaceId;
10361
10364
  }
@@ -10415,6 +10418,9 @@ class Client extends openapi_core_1.default {
10415
10418
  if (!$dara.isNull(request.prompt)) {
10416
10419
  body["Prompt"] = request.prompt;
10417
10420
  }
10421
+ if (!$dara.isNull(request.taskId)) {
10422
+ body["TaskId"] = request.taskId;
10423
+ }
10418
10424
  if (!$dara.isNull(request.workspaceId)) {
10419
10425
  body["WorkspaceId"] = request.workspaceId;
10420
10426
  }