@superinterface/react 3.27.0 → 3.27.1

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.cjs CHANGED
@@ -37692,6 +37692,9 @@ __export(index_exports, {
37692
37692
  SourceAnnotation: function() {
37693
37693
  return SourceAnnotation;
37694
37694
  },
37695
+ StartingSkeleton: function() {
37696
+ return StartingSkeleton;
37697
+ },
37695
37698
  Suggestions: function() {
37696
37699
  return Suggestions;
37697
37700
  },
@@ -51252,6 +51255,7 @@ var AssistantProvider = function(t0) {
51252
51255
  MessageGroup: MessageGroup,
51253
51256
  RunStep: RunStep,
51254
51257
  SourceAnnotation: SourceAnnotation,
51258
+ StartingSkeleton: StartingSkeleton,
51255
51259
  Suggestions: Suggestions,
51256
51260
  SuperinterfaceProvider: SuperinterfaceProvider,
51257
51261
  Thread: Thread,