@uptiqai/widgets-sdk 1.231.0 → 1.233.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
@@ -528,7 +528,7 @@ declare type ToolResultElement = ConversationElement & {
528
528
  toolCallId: string;
529
529
  result: any;
530
530
  success: boolean;
531
- error?: string;
531
+ error?: unknown;
532
532
  duration?: number;
533
533
  metadata?: Record<string, unknown>;
534
534
  widget?: ToolWidgetMetaData;