@alicloud/dms-enterprise20181101 2.4.0 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.js CHANGED
@@ -1441,6 +1441,12 @@ class Client extends openapi_core_1.default {
1441
1441
  if (!$dara.isNull(request.thinkingBudget)) {
1442
1442
  query["ThinkingBudget"] = request.thinkingBudget;
1443
1443
  }
1444
+ if (!$dara.isNull(request.toolChoice)) {
1445
+ query["ToolChoice"] = request.toolChoice;
1446
+ }
1447
+ if (!$dara.isNull(request.tools)) {
1448
+ query["Tools"] = request.tools;
1449
+ }
1444
1450
  if (!$dara.isNull(request.topK)) {
1445
1451
  query["TopK"] = request.topK;
1446
1452
  }
@@ -1598,6 +1604,12 @@ class Client extends openapi_core_1.default {
1598
1604
  if (!$dara.isNull(request.thinkingBudget)) {
1599
1605
  query["ThinkingBudget"] = request.thinkingBudget;
1600
1606
  }
1607
+ if (!$dara.isNull(request.toolChoice)) {
1608
+ query["ToolChoice"] = request.toolChoice;
1609
+ }
1610
+ if (!$dara.isNull(request.tools)) {
1611
+ query["Tools"] = request.tools;
1612
+ }
1601
1613
  if (!$dara.isNull(request.topK)) {
1602
1614
  query["TopK"] = request.topK;
1603
1615
  }