bigwolfe commited on
Commit
1cca192
·
1 Parent(s): a12df23

Update widget component

Browse files
Files changed (1) hide show
  1. frontend/src/widget.tsx +1 -0
frontend/src/widget.tsx CHANGED
@@ -20,6 +20,7 @@ declare global {
20
  interface Window {
21
  openai: {
22
  toolOutput: any;
 
23
  };
24
  }
25
  }
 
20
  interface Window {
21
  openai: {
22
  toolOutput: any;
23
+ toolInput?: any;
24
  };
25
  }
26
  }