@wix/app-extensions 1.0.120 → 1.0.121

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.
@@ -26652,6 +26652,12 @@ interface AppToolConfig {
26652
26652
  responseSchema?: Record<string, any> | null;
26653
26653
  /** Whether the tool is available to Aria. Set to `true` to enable it. */
26654
26654
  activated?: boolean;
26655
+ /**
26656
+ * The tool's display name shown to users.
26657
+ * @minLength 2
26658
+ * @maxLength 50
26659
+ */
26660
+ displayName?: string | null;
26655
26661
  }
26656
26662
  /** @internal */
26657
26663
  interface Empty {