@wix/auto_sdk_ai-gateway_prompts 1.0.19 → 1.0.20

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.
@@ -5606,6 +5606,12 @@ interface GoogleproxyV1ToolChoice {
5606
5606
  * @maxLength 1000
5607
5607
  */
5608
5608
  name?: string | null;
5609
+ /**
5610
+ * Whether to disable parallel tool use.
5611
+ * Defaults to false.
5612
+ * If set to true, the model will output at most one tool use (if Type is AUTO) or exactly one tool use (if Type is ANY or TOOL)
5613
+ */
5614
+ disableParallelToolUse?: boolean | null;
5609
5615
  }
5610
5616
  declare enum GoogleproxyV1ToolChoiceType {
5611
5617
  UNKNOWN = "UNKNOWN",