@uptiqai/widgets-sdk 1.35.0 → 1.37.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
@@ -227,7 +227,6 @@ declare type ToolResultElement = ConversationElement & {
227
227
  declare type ToolWidgetMetaData = {
228
228
  uri: string;
229
229
  widgetId: string;
230
- content: string;
231
230
  title: string;
232
231
  toolId: string;
233
232
  };