@waniwani/sdk 0.4.9-beta.9 → 0.5.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.
@@ -165,7 +165,7 @@ type EvalPanelProps = {
165
165
  * To populate sessions, set `WANIWANI_EVAL=1` in your `.env` and add
166
166
  * session files to `evals/sessions/`.
167
167
  */
168
- declare function EvalPanel(props: EvalPanelProps): react_jsx_runtime.JSX.Element | null;
168
+ declare function EvalPanel({ api, chatRef }: EvalPanelProps): react_jsx_runtime.JSX.Element | null;
169
169
 
170
170
  type ModelContextContentBlock = ContentBlock;
171
171
  type ModelContextUpdate = {