@uptiqai/widgets-sdk 1.134.0 → 1.136.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
@@ -330,6 +330,7 @@ declare type SdkAgentThinkingMessage = {
330
330
  id: string;
331
331
  intent: string;
332
332
  thoughtProcess?: string;
333
+ error?: string;
333
334
  startTime: Date;
334
335
  endTime?: Date;
335
336
  metadata?: Record<string, any>;