@superinterface/react 3.18.0 → 3.19.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.cts CHANGED
@@ -681,13 +681,18 @@ declare const useComponents: () => {
681
681
  Root: ({ children, className, style, }: {
682
682
  children: React.ReactNode;
683
683
  } & StyleProps) => react_jsx_runtime.JSX.Element;
684
- Starting: () => react_jsx_runtime.JSX.Element;
684
+ StartingToolCalls: () => react_jsx_runtime.JSX.Element;
685
685
  ToolCall: ({ toolCall, runStep, }: {
686
686
  toolCall: ToolCall;
687
687
  runStep: SerializedRunStep;
688
688
  }) => react_jsx_runtime.JSX.Element;
689
689
  };
690
690
  };
691
+ Function: ({ fn, runStep, }: {
692
+ fn: openai_resources_beta_threads_runs_steps.FunctionToolCall.Function;
693
+ runStep: openai_resources_beta_threads_runs_steps.RunStep;
694
+ }) => react_jsx_runtime.JSX.Element;
695
+ StartingToolCalls: () => react_jsx_runtime.JSX.Element;
691
696
  };
692
697
  };
693
698
 
@@ -704,7 +709,7 @@ declare const RunStep: {
704
709
  Root: ({ children, className, style, }: {
705
710
  children: React.ReactNode;
706
711
  } & StyleProps) => react_jsx_runtime.JSX.Element;
707
- Starting: () => react_jsx_runtime.JSX.Element;
712
+ StartingToolCalls: () => react_jsx_runtime.JSX.Element;
708
713
  ToolCall: ({ toolCall, runStep, }: {
709
714
  toolCall: ToolCall;
710
715
  runStep: SerializedRunStep;
package/dist/index.d.ts CHANGED
@@ -681,13 +681,18 @@ declare const useComponents: () => {
681
681
  Root: ({ children, className, style, }: {
682
682
  children: React.ReactNode;
683
683
  } & StyleProps) => react_jsx_runtime.JSX.Element;
684
- Starting: () => react_jsx_runtime.JSX.Element;
684
+ StartingToolCalls: () => react_jsx_runtime.JSX.Element;
685
685
  ToolCall: ({ toolCall, runStep, }: {
686
686
  toolCall: ToolCall;
687
687
  runStep: SerializedRunStep;
688
688
  }) => react_jsx_runtime.JSX.Element;
689
689
  };
690
690
  };
691
+ Function: ({ fn, runStep, }: {
692
+ fn: openai_resources_beta_threads_runs_steps.FunctionToolCall.Function;
693
+ runStep: openai_resources_beta_threads_runs_steps.RunStep;
694
+ }) => react_jsx_runtime.JSX.Element;
695
+ StartingToolCalls: () => react_jsx_runtime.JSX.Element;
691
696
  };
692
697
  };
693
698
 
@@ -704,7 +709,7 @@ declare const RunStep: {
704
709
  Root: ({ children, className, style, }: {
705
710
  children: React.ReactNode;
706
711
  } & StyleProps) => react_jsx_runtime.JSX.Element;
707
- Starting: () => react_jsx_runtime.JSX.Element;
712
+ StartingToolCalls: () => react_jsx_runtime.JSX.Element;
708
713
  ToolCall: ({ toolCall, runStep, }: {
709
714
  toolCall: ToolCall;
710
715
  runStep: SerializedRunStep;