@uptiqai/widgets-sdk 1.113.0 → 1.115.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
@@ -391,6 +391,7 @@ declare type ToolCallElement = ConversationElement & {
391
391
  intent?: string;
392
392
  inputs: Record<string, any>;
393
393
  status: 'pending' | 'executing' | 'completed' | 'failed';
394
+ metadata?: Record<string, any>;
394
395
  relatedStepId?: string;
395
396
  };
396
397