@uptiqai/widgets-sdk 1.152.0 → 1.153.0

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/index.d.ts CHANGED
@@ -417,6 +417,7 @@ declare type ToolResultElement = ConversationElement & {
417
417
  success: boolean;
418
418
  error?: string;
419
419
  duration?: number;
420
+ metadata?: Record<string, unknown>;
420
421
  widget?: ToolWidgetMetaData;
421
422
  };
422
423