@waniwani/sdk 0.4.9-beta.4 → 0.4.9-beta.5

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.
@@ -141,6 +141,11 @@ type ChatWidgetProps = ChatBarProps;
141
141
 
142
142
  declare const ChatBar: react.ForwardRefExoticComponent<ChatBarProps & react.RefAttributes<ChatHandle>>;
143
143
 
144
+ declare function EvalPanel({ api, hidden }: {
145
+ api: string;
146
+ hidden?: boolean;
147
+ }): react_jsx_runtime.JSX.Element;
148
+
144
149
  type ModelContextContentBlock = ContentBlock;
145
150
  type ModelContextUpdate = {
146
151
  content?: ModelContextContentBlock[];
@@ -202,4 +207,4 @@ declare const DARK_THEME: ChatTheme;
202
207
  declare function mergeTheme(userTheme?: ChatTheme): Required<ChatTheme>;
203
208
  declare function themeToCSSProperties(theme: Required<ChatTheme>): Record<string, string>;
204
209
 
205
- export { ChatBar, type ChatBarProps, type ChatBaseProps, ChatCard, type ChatCardProps, type ChatHandle, type ChatTheme, ChatBar as ChatWidget, type ChatWidgetProps, DARK_THEME, DEFAULT_THEME, type McpAppDisplayMode, McpAppFrame, type McpAppFrameProps, type SuggestionsConfig, mergeTheme, themeToCSSProperties };
210
+ export { ChatBar, type ChatBarProps, type ChatBaseProps, ChatCard, type ChatCardProps, type ChatHandle, type ChatTheme, ChatBar as ChatWidget, type ChatWidgetProps, DARK_THEME, DEFAULT_THEME, EvalPanel, type McpAppDisplayMode, McpAppFrame, type McpAppFrameProps, type SuggestionsConfig, mergeTheme, themeToCSSProperties };