promptfoo 0.73.2 → 0.73.4

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.
Files changed (129) hide show
  1. package/dist/package.json +5 -5
  2. package/dist/src/checkNodeVersion.d.ts.map +1 -1
  3. package/dist/src/checkNodeVersion.js +2 -3
  4. package/dist/src/checkNodeVersion.js.map +1 -1
  5. package/dist/src/commands/generate/redteam.d.ts.map +1 -1
  6. package/dist/src/commands/generate/redteam.js +8 -0
  7. package/dist/src/commands/generate/redteam.js.map +1 -1
  8. package/dist/src/commands/redteam.d.ts.map +1 -1
  9. package/dist/src/commands/redteam.js +8 -12
  10. package/dist/src/commands/redteam.js.map +1 -1
  11. package/dist/src/config.d.ts.map +1 -1
  12. package/dist/src/config.js +4 -5
  13. package/dist/src/config.js.map +1 -1
  14. package/dist/src/database/operations.d.ts +24 -316
  15. package/dist/src/database/operations.d.ts.map +1 -1
  16. package/dist/src/evaluator.d.ts.map +1 -1
  17. package/dist/src/evaluator.js +5 -0
  18. package/dist/src/evaluator.js.map +1 -1
  19. package/dist/src/providers.d.ts.map +1 -1
  20. package/dist/src/providers.js +4 -0
  21. package/dist/src/providers.js.map +1 -1
  22. package/dist/src/redteam/constants.d.ts +2 -2
  23. package/dist/src/redteam/constants.d.ts.map +1 -1
  24. package/dist/src/redteam/constants.js +2 -2
  25. package/dist/src/redteam/constants.js.map +1 -1
  26. package/dist/src/redteam/index.d.ts.map +1 -1
  27. package/dist/src/redteam/index.js +14 -3
  28. package/dist/src/redteam/index.js.map +1 -1
  29. package/dist/src/redteam/plugins/harmful.d.ts.map +1 -1
  30. package/dist/src/redteam/plugins/harmful.js +29 -0
  31. package/dist/src/redteam/plugins/harmful.js.map +1 -1
  32. package/dist/src/redteam/plugins/pii.js +1 -1
  33. package/dist/src/redteam/plugins/pii.js.map +1 -1
  34. package/dist/src/redteam/providers/iterative.d.ts.map +1 -1
  35. package/dist/src/redteam/providers/iterative.js +11 -28
  36. package/dist/src/redteam/providers/iterative.js.map +1 -1
  37. package/dist/src/redteam/providers/iterativeTree.d.ts +24 -0
  38. package/dist/src/redteam/providers/iterativeTree.d.ts.map +1 -0
  39. package/dist/src/redteam/providers/iterativeTree.js +358 -0
  40. package/dist/src/redteam/providers/iterativeTree.js.map +1 -0
  41. package/dist/src/redteam/strategies/injections.d.ts.map +1 -1
  42. package/dist/src/redteam/strategies/injections.js +0 -29
  43. package/dist/src/redteam/strategies/injections.js.map +1 -1
  44. package/dist/src/redteam/strategies/iterative.d.ts +1 -1
  45. package/dist/src/redteam/strategies/iterative.d.ts.map +1 -1
  46. package/dist/src/redteam/strategies/iterative.js +7 -27
  47. package/dist/src/redteam/strategies/iterative.js.map +1 -1
  48. package/dist/src/redteam/types.d.ts +17 -0
  49. package/dist/src/redteam/types.d.ts.map +1 -1
  50. package/dist/src/redteam/types.js +4 -0
  51. package/dist/src/redteam/types.js.map +1 -1
  52. package/dist/src/types/index.d.ts +343 -10669
  53. package/dist/src/types/index.d.ts.map +1 -1
  54. package/dist/src/types/index.js +8 -12
  55. package/dist/src/types/index.js.map +1 -1
  56. package/dist/src/util/index.d.ts +16 -184
  57. package/dist/src/util/index.d.ts.map +1 -1
  58. package/dist/src/web/nextui/404/index.html +1 -1
  59. package/dist/src/web/nextui/404.html +1 -1
  60. package/dist/src/web/nextui/_next/static/chunks/325-0d36870ade5e5263.js +1 -1
  61. package/dist/src/web/nextui/_next/static/chunks/{497-e280a5610a3d7d42.js → 620-90f699b936fa00a2.js} +1 -1
  62. package/dist/src/web/nextui/_next/static/chunks/757-94e6f6b06e17a711.js +1 -0
  63. package/dist/src/web/nextui/_next/static/chunks/app/auth/login/{page-6214330a95aad25c.js → page-92f9144478c53546.js} +1 -1
  64. package/dist/src/web/nextui/_next/static/chunks/app/auth/signup/{page-9568bbad5c19d0c0.js → page-a52bd72f4be1d8a3.js} +1 -1
  65. package/dist/src/web/nextui/_next/static/chunks/app/datasets/page-aa38cfddd283849f.js +1 -0
  66. package/dist/src/web/nextui/_next/static/chunks/app/eval/[id]/not-found-dc8b4f57fd363c1b.js +1 -0
  67. package/dist/src/web/nextui/_next/static/chunks/app/eval/[id]/page-3dd4578809a69719.js +1 -0
  68. package/dist/src/web/nextui/_next/static/chunks/app/eval/page-1cc8acdb37413a75.js +1 -0
  69. package/dist/src/web/nextui/_next/static/chunks/app/layout-8d285e3abba79e84.js +1 -0
  70. package/dist/src/web/nextui/_next/static/chunks/app/page-81e3b8fee37eaf67.js +1 -0
  71. package/dist/src/web/nextui/_next/static/chunks/app/progress/{page-2d90754723eb1b96.js → page-cd0150ae52aaf5ec.js} +1 -1
  72. package/dist/src/web/nextui/_next/static/chunks/app/prompts/page-691e0c341568a4db.js +1 -0
  73. package/dist/src/web/nextui/_next/static/chunks/app/report/page-0d49de07f4492d23.js +1 -0
  74. package/dist/src/web/nextui/_next/static/chunks/app/setup/page-7003c69335eb0c58.js +1 -0
  75. package/dist/src/web/nextui/_next/static/chunks/main-app-0dc90092cd7acaaf.js +1 -0
  76. package/dist/src/web/nextui/android-chrome-192x192.png +0 -0
  77. package/dist/src/web/nextui/android-chrome-512x512.png +0 -0
  78. package/dist/src/web/nextui/apple-touch-icon.png +0 -0
  79. package/dist/src/web/nextui/auth/login/index.html +1 -1
  80. package/dist/src/web/nextui/auth/login/index.txt +3 -3
  81. package/dist/src/web/nextui/auth/signup/index.html +1 -1
  82. package/dist/src/web/nextui/auth/signup/index.txt +3 -3
  83. package/dist/src/web/nextui/browserconfig.xml +9 -0
  84. package/dist/src/web/nextui/datasets/index.html +1 -1
  85. package/dist/src/web/nextui/datasets/index.txt +3 -3
  86. package/dist/src/web/nextui/eval/index.html +1 -1
  87. package/dist/src/web/nextui/eval/index.txt +3 -3
  88. package/dist/src/web/nextui/favicon-16x16.png +0 -0
  89. package/dist/src/web/nextui/favicon-32x32.png +0 -0
  90. package/dist/src/web/nextui/favicon.ico +0 -0
  91. package/dist/src/web/nextui/index.html +1 -1
  92. package/dist/src/web/nextui/index.txt +2 -2
  93. package/dist/src/web/nextui/mstile-144x144.png +0 -0
  94. package/dist/src/web/nextui/mstile-150x150.png +0 -0
  95. package/dist/src/web/nextui/mstile-310x150.png +0 -0
  96. package/dist/src/web/nextui/mstile-310x310.png +0 -0
  97. package/dist/src/web/nextui/mstile-70x70.png +0 -0
  98. package/dist/src/web/nextui/progress/index.html +1 -1
  99. package/dist/src/web/nextui/progress/index.txt +3 -3
  100. package/dist/src/web/nextui/prompts/index.html +1 -1
  101. package/dist/src/web/nextui/prompts/index.txt +3 -3
  102. package/dist/src/web/nextui/report/index.html +1 -1
  103. package/dist/src/web/nextui/report/index.txt +3 -3
  104. package/dist/src/web/nextui/safari-pinned-tab.svg +68 -0
  105. package/dist/src/web/nextui/setup/index.html +1 -1
  106. package/dist/src/web/nextui/setup/index.txt +3 -3
  107. package/dist/src/web/nextui/site.webmanifest +19 -0
  108. package/dist/src/web/server.d.ts.map +1 -1
  109. package/dist/src/web/server.js +12 -1
  110. package/dist/src/web/server.js.map +1 -1
  111. package/dist/test/evaluator.test.js +55 -0
  112. package/dist/test/evaluator.test.js.map +1 -1
  113. package/dist/test/providers.test.js.map +1 -1
  114. package/dist/test/telemetry.test.js +2 -0
  115. package/dist/test/telemetry.test.js.map +1 -1
  116. package/package.json +5 -5
  117. package/dist/src/web/nextui/_next/static/chunks/737-da96e7475cd51628.js +0 -1
  118. package/dist/src/web/nextui/_next/static/chunks/app/datasets/page-b1cc3b59d0bc97eb.js +0 -1
  119. package/dist/src/web/nextui/_next/static/chunks/app/eval/[id]/not-found-ce320e6d1e6d1d23.js +0 -1
  120. package/dist/src/web/nextui/_next/static/chunks/app/eval/[id]/page-c7d540f6b584c1ad.js +0 -1
  121. package/dist/src/web/nextui/_next/static/chunks/app/eval/page-86b8e9b498011d89.js +0 -1
  122. package/dist/src/web/nextui/_next/static/chunks/app/layout-8c4345194197c406.js +0 -1
  123. package/dist/src/web/nextui/_next/static/chunks/app/page-0613739abb0e8dc3.js +0 -1
  124. package/dist/src/web/nextui/_next/static/chunks/app/prompts/page-302f44de5b590062.js +0 -1
  125. package/dist/src/web/nextui/_next/static/chunks/app/report/page-53738967c111db11.js +0 -1
  126. package/dist/src/web/nextui/_next/static/chunks/app/setup/page-412396ae32fb0ce9.js +0 -1
  127. package/dist/src/web/nextui/_next/static/chunks/main-app-2984edea17efbc9d.js +0 -1
  128. /package/dist/src/web/nextui/_next/static/{85-O57Tjz2umr6t4Za4gW → 5jz3ow7yTW4frH4-yfGMe}/_buildManifest.js +0 -0
  129. /package/dist/src/web/nextui/_next/static/{85-O57Tjz2umr6t4Za4gW → 5jz3ow7yTW4frH4-yfGMe}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[716],{11520:function(e,t,r){"use strict";r.d(t,{Z:function(){return S}});var a=r(94312),n=r(79042),i=r(14978),o=r(53468),s=r(80683),l=r(84006),u=r(78673),d=r(48976),h=r(14059),p=r(23437),c=r(24004);let m=["className","component","disableGutters","fixed","maxWidth","classes"],g=(0,p.Z)(),f=(0,h.Z)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,u.Z)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),x=e=>(0,d.Z)({props:e,name:"MuiContainer",defaultTheme:g}),v=(e,t)=>{let{classes:r,fixed:a,disableGutters:n,maxWidth:i}=e,o={root:["root",i&&`maxWidth${(0,u.Z)(String(i))}`,a&&"fixed",n&&"disableGutters"]};return(0,l.Z)(o,e=>(0,s.ZP)(t,e),r)};var b=r(81427),y=r(31608),Z=r(87286);let w=function(e={}){let{createStyledComponent:t=f,useThemeProps:r=x,componentName:s="MuiContainer"}=e,l=t(({theme:e,ownerState:t})=>(0,n.Z)({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",display:"block"},!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}),({theme:e,ownerState:t})=>t.fixed&&Object.keys(e.breakpoints.values).reduce((t,r)=>{let a=e.breakpoints.values[r];return 0!==a&&(t[e.breakpoints.up(r)]={maxWidth:`${a}${e.breakpoints.unit}`}),t},{}),({theme:e,ownerState:t})=>(0,n.Z)({},"xs"===t.maxWidth&&{[e.breakpoints.up("xs")]:{maxWidth:Math.max(e.breakpoints.values.xs,444)}},t.maxWidth&&"xs"!==t.maxWidth&&{[e.breakpoints.up(t.maxWidth)]:{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`}})),u=i.forwardRef(function(e,t){let i=r(e),{className:u,component:d="div",disableGutters:h=!1,fixed:p=!1,maxWidth:g="lg"}=i,f=(0,a.Z)(i,m),x=(0,n.Z)({},i,{component:d,disableGutters:h,fixed:p,maxWidth:g}),b=v(x,s);return(0,c.jsx)(l,(0,n.Z)({as:d,ownerState:x,className:(0,o.Z)(b.root,u),ref:t},f))});return u}({createStyledComponent:(0,y.ZP)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,b.Z)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),useThemeProps:e=>(0,Z.i)({props:e,name:"MuiContainer"})});var S=w},22689:function(e,t,r){"use strict";var a=r(79042),n=r(94312),i=r(14978),o=r(50774),s=r(77412),l=r(39468),u=r(37708),d=r(24004);let h=["onChange","maxRows","minRows","style","value"];function p(e){return parseInt(e,10)||0}let c={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}},m=i.forwardRef(function(e,t){let{onChange:r,maxRows:m,minRows:g=1,style:f,value:x}=e,v=(0,n.Z)(e,h),{current:b}=i.useRef(null!=x),y=i.useRef(null),Z=(0,o.Z)(t,y),w=i.useRef(null),S=i.useRef(null),C=i.useCallback(()=>{let t=y.current,r=(0,s.Z)(t),a=r.getComputedStyle(t);if("0px"===a.width)return{outerHeightStyle:0,overflowing:!1};let n=S.current;n.style.width=a.width,n.value=t.value||e.placeholder||"x","\n"===n.value.slice(-1)&&(n.value+=" ");let i=a.boxSizing,o=p(a.paddingBottom)+p(a.paddingTop),l=p(a.borderBottomWidth)+p(a.borderTopWidth),u=n.scrollHeight;n.value="x";let d=n.scrollHeight,h=u;g&&(h=Math.max(Number(g)*d,h)),m&&(h=Math.min(Number(m)*d,h)),h=Math.max(h,d);let c=h+("border-box"===i?o+l:0),f=1>=Math.abs(h-u);return{outerHeightStyle:c,overflowing:f}},[m,g,e.placeholder]),W=i.useCallback(()=>{let e=C();if(null==e||0===Object.keys(e).length||0===e.outerHeightStyle&&!e.overflowing)return;let t=e.outerHeightStyle,r=y.current;w.current!==t&&(w.current=t,r.style.height=`${t}px`),r.style.overflow=e.overflowing?"hidden":""},[C]);return(0,l.Z)(()=>{let e,t;let r=()=>{W()},a=(0,u.Z)(r),n=y.current,i=(0,s.Z)(n);return i.addEventListener("resize",a),"undefined"!=typeof ResizeObserver&&(t=new ResizeObserver(r)).observe(n),()=>{a.clear(),cancelAnimationFrame(e),i.removeEventListener("resize",a),t&&t.disconnect()}},[C,W]),(0,l.Z)(()=>{W()}),(0,d.jsxs)(i.Fragment,{children:[(0,d.jsx)("textarea",(0,a.Z)({value:x,onChange:e=>{b||W(),r&&r(e)},ref:Z,rows:g,style:f},v)),(0,d.jsx)("textarea",{"aria-hidden":!0,className:e.className,readOnly:!0,ref:S,tabIndex:-1,style:(0,a.Z)({},c.shadow,f,{paddingTop:0,paddingBottom:0})})]})});t.Z=m},63147:function(e,t,r){"use strict";r.d(t,{Z:function(){return S}});var a=r(94312),n=r(79042),i=r(14978),o=r(53468),s=r(86251),l=r(84006),u=r(31608),d=r(87286),h=r(81427),p=r(60201),c=r(80683);function m(e){return(0,c.ZP)("MuiTypography",e)}(0,p.Z)("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);var g=r(24004);let f=["align","className","component","gutterBottom","noWrap","paragraph","variant","variantMapping"],x=e=>{let{align:t,gutterBottom:r,noWrap:a,paragraph:n,variant:i,classes:o}=e,s={root:["root",i,"inherit"!==e.align&&`align${(0,h.Z)(t)}`,r&&"gutterBottom",a&&"noWrap",n&&"paragraph"]};return(0,l.Z)(s,m,o)},v=(0,u.ZP)("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.variant&&t[r.variant],"inherit"!==r.align&&t[`align${(0,h.Z)(r.align)}`],r.noWrap&&t.noWrap,r.gutterBottom&&t.gutterBottom,r.paragraph&&t.paragraph]}})(({theme:e,ownerState:t})=>(0,n.Z)({margin:0},"inherit"===t.variant&&{font:"inherit"},"inherit"!==t.variant&&e.typography[t.variant],"inherit"!==t.align&&{textAlign:t.align},t.noWrap&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t.gutterBottom&&{marginBottom:"0.35em"},t.paragraph&&{marginBottom:16})),b={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},y={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"},Z=e=>y[e]||e,w=i.forwardRef(function(e,t){let r=(0,d.i)({props:e,name:"MuiTypography"}),i=Z(r.color),l=(0,s.Z)((0,n.Z)({},r,{color:i})),{align:u="inherit",className:h,component:p,gutterBottom:c=!1,noWrap:m=!1,paragraph:y=!1,variant:w="body1",variantMapping:S=b}=l,C=(0,a.Z)(l,f),W=(0,n.Z)({},l,{align:u,color:i,className:h,component:p,gutterBottom:c,noWrap:m,paragraph:y,variant:w,variantMapping:S}),R=p||(y?"p":S[w]||b[w])||"span",k=x(W);return(0,g.jsx)(v,(0,n.Z)({as:R,ref:t,ownerState:W,className:(0,o.Z)(k.root,h)},C))});var S=w},99152:function(e,t,r){Promise.resolve().then(r.bind(r,92030))},92030:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return c}});var a=r(24004),n=r(14978),i=r(1445),o=r(40982),s=r(11520),l=r(67339),u=r(63147),d=r(38640),h=r.n(d),p=r(28891);function c(){let e=(0,p.useRouter)(),[t,r]=n.useState(""),[d,c]=n.useState(""),[m,g]=n.useState(""),[f,x]=n.useState(!1),[v,b]=n.useState(null),y=n.useCallback(async()=>{let{data:e,error:t}=await i.OQ.auth.refreshSession();e&&b(e.user)},[]);n.useEffect(()=>{y()},[y]);let Z=async r=>{if(x(!0),g(""),r.stopPropagation(),r.preventDefault(),!v){let{data:r,error:a}=await i.OQ.auth.signInWithPassword({email:t,password:d});a?g(a.message):e.push("/")}x(!1)};return v?(0,a.jsxs)("div",{style:{textAlign:"center"},children:["You're already logged in as ",v.email,"."]}):(0,a.jsxs)(s.Z,{component:"main",maxWidth:"xs",children:[(0,a.jsx)(u.Z,{component:"h1",variant:"h5",children:"Sign in"}),(0,a.jsx)("form",{children:!v&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.Z,{disabled:f,variant:"outlined",margin:"normal",required:!0,fullWidth:!0,id:"email",label:"Email Address",name:"email",autoComplete:"email",autoFocus:!0,onChange:e=>r(e.target.value),value:t,error:!!m}),(0,a.jsx)(l.Z,{disabled:f,variant:"outlined",margin:"normal",required:!0,fullWidth:!0,name:"password",label:"Password",type:"password",id:"password",autoComplete:"current-password",onChange:e=>c(e.target.value),value:d,error:!!m,helperText:m}),(0,a.jsx)(o.Z,{type:"submit",disabled:f,sx:{marginTop:"1em"},fullWidth:!0,variant:"contained",color:"primary",onClick:Z,children:"Sign In"}),(0,a.jsxs)("p",{children:["Don't have an account yet? ",(0,a.jsx)(h(),{href:"/auth/signup",children:"Sign up"})]})]})})]})}},1445:function(e,t,r){"use strict";r.d(t,{Ho:function(){return h},OQ:function(){return o},aC:function(){return l}});var a=r(24004),n=r(14978),i=r(12594);let o=(0,i.createClientComponentClient)(),s=(0,n.createContext)({}),l=()=>(0,n.useContext)(s),u=(e,t)=>o.auth.signInWithPassword({email:e,password:t}),d=()=>o.auth.signOut(),h=e=>{let{children:t}=e,[r,i]=(0,n.useState)(null),[l,h]=(0,n.useState)(!1),p=(0,n.useCallback)(async()=>{let{data:e,error:t}=await o.auth.refreshSession();e&&i(e.user)},[]);return(0,n.useEffect)(()=>{p();let{data:e}=o.auth.onAuthStateChange(async(e,t)=>{"PASSWORD_RECOVERY"==e?h(!1):"SIGNED_IN"===e&&t?(i(t.user),h(!0)):"SIGNED_OUT"===e&&(h(!1),i(null))});return()=>{e.subscription.unsubscribe()}},[p]),(0,a.jsx)(s.Provider,{value:{loggedIn:l,user:r,login:u,logout:d},children:t})}},28891:function(e,t,r){e.exports=r(98556)}},function(e){e.O(0,[903,640,916,304,339,163,470,730,744],function(){return e(e.s=99152)}),_N_E=e.O()}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[716],{11520:function(e,t,r){"use strict";r.d(t,{Z:function(){return S}});var a=r(94312),n=r(79042),i=r(14978),o=r(53468),s=r(80683),l=r(84006),u=r(78673),d=r(48976),h=r(14059),p=r(23437),c=r(24004);let m=["className","component","disableGutters","fixed","maxWidth","classes"],g=(0,p.Z)(),f=(0,h.Z)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,u.Z)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),x=e=>(0,d.Z)({props:e,name:"MuiContainer",defaultTheme:g}),v=(e,t)=>{let{classes:r,fixed:a,disableGutters:n,maxWidth:i}=e,o={root:["root",i&&`maxWidth${(0,u.Z)(String(i))}`,a&&"fixed",n&&"disableGutters"]};return(0,l.Z)(o,e=>(0,s.ZP)(t,e),r)};var b=r(81427),y=r(31608),Z=r(87286);let w=function(e={}){let{createStyledComponent:t=f,useThemeProps:r=x,componentName:s="MuiContainer"}=e,l=t(({theme:e,ownerState:t})=>(0,n.Z)({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",display:"block"},!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}),({theme:e,ownerState:t})=>t.fixed&&Object.keys(e.breakpoints.values).reduce((t,r)=>{let a=e.breakpoints.values[r];return 0!==a&&(t[e.breakpoints.up(r)]={maxWidth:`${a}${e.breakpoints.unit}`}),t},{}),({theme:e,ownerState:t})=>(0,n.Z)({},"xs"===t.maxWidth&&{[e.breakpoints.up("xs")]:{maxWidth:Math.max(e.breakpoints.values.xs,444)}},t.maxWidth&&"xs"!==t.maxWidth&&{[e.breakpoints.up(t.maxWidth)]:{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`}})),u=i.forwardRef(function(e,t){let i=r(e),{className:u,component:d="div",disableGutters:h=!1,fixed:p=!1,maxWidth:g="lg"}=i,f=(0,a.Z)(i,m),x=(0,n.Z)({},i,{component:d,disableGutters:h,fixed:p,maxWidth:g}),b=v(x,s);return(0,c.jsx)(l,(0,n.Z)({as:d,ownerState:x,className:(0,o.Z)(b.root,u),ref:t},f))});return u}({createStyledComponent:(0,y.ZP)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,b.Z)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),useThemeProps:e=>(0,Z.i)({props:e,name:"MuiContainer"})});var S=w},22689:function(e,t,r){"use strict";var a=r(79042),n=r(94312),i=r(14978),o=r(50774),s=r(77412),l=r(39468),u=r(37708),d=r(24004);let h=["onChange","maxRows","minRows","style","value"];function p(e){return parseInt(e,10)||0}let c={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}},m=i.forwardRef(function(e,t){let{onChange:r,maxRows:m,minRows:g=1,style:f,value:x}=e,v=(0,n.Z)(e,h),{current:b}=i.useRef(null!=x),y=i.useRef(null),Z=(0,o.Z)(t,y),w=i.useRef(null),S=i.useRef(null),C=i.useCallback(()=>{let t=y.current,r=(0,s.Z)(t),a=r.getComputedStyle(t);if("0px"===a.width)return{outerHeightStyle:0,overflowing:!1};let n=S.current;n.style.width=a.width,n.value=t.value||e.placeholder||"x","\n"===n.value.slice(-1)&&(n.value+=" ");let i=a.boxSizing,o=p(a.paddingBottom)+p(a.paddingTop),l=p(a.borderBottomWidth)+p(a.borderTopWidth),u=n.scrollHeight;n.value="x";let d=n.scrollHeight,h=u;g&&(h=Math.max(Number(g)*d,h)),m&&(h=Math.min(Number(m)*d,h)),h=Math.max(h,d);let c=h+("border-box"===i?o+l:0),f=1>=Math.abs(h-u);return{outerHeightStyle:c,overflowing:f}},[m,g,e.placeholder]),W=i.useCallback(()=>{let e=C();if(null==e||0===Object.keys(e).length||0===e.outerHeightStyle&&!e.overflowing)return;let t=e.outerHeightStyle,r=y.current;w.current!==t&&(w.current=t,r.style.height=`${t}px`),r.style.overflow=e.overflowing?"hidden":""},[C]);return(0,l.Z)(()=>{let e,t;let r=()=>{W()},a=(0,u.Z)(r),n=y.current,i=(0,s.Z)(n);return i.addEventListener("resize",a),"undefined"!=typeof ResizeObserver&&(t=new ResizeObserver(r)).observe(n),()=>{a.clear(),cancelAnimationFrame(e),i.removeEventListener("resize",a),t&&t.disconnect()}},[C,W]),(0,l.Z)(()=>{W()}),(0,d.jsxs)(i.Fragment,{children:[(0,d.jsx)("textarea",(0,a.Z)({value:x,onChange:e=>{b||W(),r&&r(e)},ref:Z,rows:g,style:f},v)),(0,d.jsx)("textarea",{"aria-hidden":!0,className:e.className,readOnly:!0,ref:S,tabIndex:-1,style:(0,a.Z)({},c.shadow,f,{paddingTop:0,paddingBottom:0})})]})});t.Z=m},63147:function(e,t,r){"use strict";r.d(t,{Z:function(){return S}});var a=r(94312),n=r(79042),i=r(14978),o=r(53468),s=r(86251),l=r(84006),u=r(31608),d=r(87286),h=r(81427),p=r(60201),c=r(80683);function m(e){return(0,c.ZP)("MuiTypography",e)}(0,p.Z)("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);var g=r(24004);let f=["align","className","component","gutterBottom","noWrap","paragraph","variant","variantMapping"],x=e=>{let{align:t,gutterBottom:r,noWrap:a,paragraph:n,variant:i,classes:o}=e,s={root:["root",i,"inherit"!==e.align&&`align${(0,h.Z)(t)}`,r&&"gutterBottom",a&&"noWrap",n&&"paragraph"]};return(0,l.Z)(s,m,o)},v=(0,u.ZP)("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.variant&&t[r.variant],"inherit"!==r.align&&t[`align${(0,h.Z)(r.align)}`],r.noWrap&&t.noWrap,r.gutterBottom&&t.gutterBottom,r.paragraph&&t.paragraph]}})(({theme:e,ownerState:t})=>(0,n.Z)({margin:0},"inherit"===t.variant&&{font:"inherit"},"inherit"!==t.variant&&e.typography[t.variant],"inherit"!==t.align&&{textAlign:t.align},t.noWrap&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t.gutterBottom&&{marginBottom:"0.35em"},t.paragraph&&{marginBottom:16})),b={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},y={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"},Z=e=>y[e]||e,w=i.forwardRef(function(e,t){let r=(0,d.i)({props:e,name:"MuiTypography"}),i=Z(r.color),l=(0,s.Z)((0,n.Z)({},r,{color:i})),{align:u="inherit",className:h,component:p,gutterBottom:c=!1,noWrap:m=!1,paragraph:y=!1,variant:w="body1",variantMapping:S=b}=l,C=(0,a.Z)(l,f),W=(0,n.Z)({},l,{align:u,color:i,className:h,component:p,gutterBottom:c,noWrap:m,paragraph:y,variant:w,variantMapping:S}),R=p||(y?"p":S[w]||b[w])||"span",k=x(W);return(0,g.jsx)(v,(0,n.Z)({as:R,ref:t,ownerState:W,className:(0,o.Z)(k.root,h)},C))});var S=w},8791:function(e,t,r){Promise.resolve().then(r.bind(r,92030))},92030:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return c}});var a=r(24004),n=r(14978),i=r(1445),o=r(40982),s=r(11520),l=r(67339),u=r(63147),d=r(38640),h=r.n(d),p=r(28891);function c(){let e=(0,p.useRouter)(),[t,r]=n.useState(""),[d,c]=n.useState(""),[m,g]=n.useState(""),[f,x]=n.useState(!1),[v,b]=n.useState(null),y=n.useCallback(async()=>{let{data:e,error:t}=await i.OQ.auth.refreshSession();e&&b(e.user)},[]);n.useEffect(()=>{y()},[y]);let Z=async r=>{if(x(!0),g(""),r.stopPropagation(),r.preventDefault(),!v){let{data:r,error:a}=await i.OQ.auth.signInWithPassword({email:t,password:d});a?g(a.message):e.push("/")}x(!1)};return v?(0,a.jsxs)("div",{style:{textAlign:"center"},children:["You're already logged in as ",v.email,"."]}):(0,a.jsxs)(s.Z,{component:"main",maxWidth:"xs",children:[(0,a.jsx)(u.Z,{component:"h1",variant:"h5",children:"Sign in"}),(0,a.jsx)("form",{children:!v&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.Z,{disabled:f,variant:"outlined",margin:"normal",required:!0,fullWidth:!0,id:"email",label:"Email Address",name:"email",autoComplete:"email",autoFocus:!0,onChange:e=>r(e.target.value),value:t,error:!!m}),(0,a.jsx)(l.Z,{disabled:f,variant:"outlined",margin:"normal",required:!0,fullWidth:!0,name:"password",label:"Password",type:"password",id:"password",autoComplete:"current-password",onChange:e=>c(e.target.value),value:d,error:!!m,helperText:m}),(0,a.jsx)(o.Z,{type:"submit",disabled:f,sx:{marginTop:"1em"},fullWidth:!0,variant:"contained",color:"primary",onClick:Z,children:"Sign In"}),(0,a.jsxs)("p",{children:["Don't have an account yet? ",(0,a.jsx)(h(),{href:"/auth/signup",children:"Sign up"})]})]})})]})}},1445:function(e,t,r){"use strict";r.d(t,{Ho:function(){return h},OQ:function(){return o},aC:function(){return l}});var a=r(24004),n=r(14978),i=r(12594);let o=(0,i.createClientComponentClient)(),s=(0,n.createContext)({}),l=()=>(0,n.useContext)(s),u=(e,t)=>o.auth.signInWithPassword({email:e,password:t}),d=()=>o.auth.signOut(),h=e=>{let{children:t}=e,[r,i]=(0,n.useState)(null),[l,h]=(0,n.useState)(!1),p=(0,n.useCallback)(async()=>{let{data:e,error:t}=await o.auth.refreshSession();e&&i(e.user)},[]);return(0,n.useEffect)(()=>{p();let{data:e}=o.auth.onAuthStateChange(async(e,t)=>{"PASSWORD_RECOVERY"==e?h(!1):"SIGNED_IN"===e&&t?(i(t.user),h(!0)):"SIGNED_OUT"===e&&(h(!1),i(null))});return()=>{e.subscription.unsubscribe()}},[p]),(0,a.jsx)(s.Provider,{value:{loggedIn:l,user:r,login:u,logout:d},children:t})}},28891:function(e,t,r){e.exports=r(98556)}},function(e){e.O(0,[903,640,916,304,339,163,470,730,744],function(){return e(e.s=8791)}),_N_E=e.O()}]);
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[271],{11520:function(e,t,r){"use strict";r.d(t,{Z:function(){return S}});var a=r(94312),n=r(79042),i=r(14978),o=r(53468),s=r(80683),l=r(84006),u=r(78673),d=r(48976),h=r(14059),p=r(23437),c=r(24004);let m=["className","component","disableGutters","fixed","maxWidth","classes"],g=(0,p.Z)(),f=(0,h.Z)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,u.Z)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),x=e=>(0,d.Z)({props:e,name:"MuiContainer",defaultTheme:g}),v=(e,t)=>{let{classes:r,fixed:a,disableGutters:n,maxWidth:i}=e,o={root:["root",i&&`maxWidth${(0,u.Z)(String(i))}`,a&&"fixed",n&&"disableGutters"]};return(0,l.Z)(o,e=>(0,s.ZP)(t,e),r)};var b=r(81427),y=r(31608),Z=r(87286);let w=function(e={}){let{createStyledComponent:t=f,useThemeProps:r=x,componentName:s="MuiContainer"}=e,l=t(({theme:e,ownerState:t})=>(0,n.Z)({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",display:"block"},!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}),({theme:e,ownerState:t})=>t.fixed&&Object.keys(e.breakpoints.values).reduce((t,r)=>{let a=e.breakpoints.values[r];return 0!==a&&(t[e.breakpoints.up(r)]={maxWidth:`${a}${e.breakpoints.unit}`}),t},{}),({theme:e,ownerState:t})=>(0,n.Z)({},"xs"===t.maxWidth&&{[e.breakpoints.up("xs")]:{maxWidth:Math.max(e.breakpoints.values.xs,444)}},t.maxWidth&&"xs"!==t.maxWidth&&{[e.breakpoints.up(t.maxWidth)]:{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`}})),u=i.forwardRef(function(e,t){let i=r(e),{className:u,component:d="div",disableGutters:h=!1,fixed:p=!1,maxWidth:g="lg"}=i,f=(0,a.Z)(i,m),x=(0,n.Z)({},i,{component:d,disableGutters:h,fixed:p,maxWidth:g}),b=v(x,s);return(0,c.jsx)(l,(0,n.Z)({as:d,ownerState:x,className:(0,o.Z)(b.root,u),ref:t},f))});return u}({createStyledComponent:(0,y.ZP)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,b.Z)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),useThemeProps:e=>(0,Z.i)({props:e,name:"MuiContainer"})});var S=w},22689:function(e,t,r){"use strict";var a=r(79042),n=r(94312),i=r(14978),o=r(50774),s=r(77412),l=r(39468),u=r(37708),d=r(24004);let h=["onChange","maxRows","minRows","style","value"];function p(e){return parseInt(e,10)||0}let c={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}},m=i.forwardRef(function(e,t){let{onChange:r,maxRows:m,minRows:g=1,style:f,value:x}=e,v=(0,n.Z)(e,h),{current:b}=i.useRef(null!=x),y=i.useRef(null),Z=(0,o.Z)(t,y),w=i.useRef(null),S=i.useRef(null),C=i.useCallback(()=>{let t=y.current,r=(0,s.Z)(t),a=r.getComputedStyle(t);if("0px"===a.width)return{outerHeightStyle:0,overflowing:!1};let n=S.current;n.style.width=a.width,n.value=t.value||e.placeholder||"x","\n"===n.value.slice(-1)&&(n.value+=" ");let i=a.boxSizing,o=p(a.paddingBottom)+p(a.paddingTop),l=p(a.borderBottomWidth)+p(a.borderTopWidth),u=n.scrollHeight;n.value="x";let d=n.scrollHeight,h=u;g&&(h=Math.max(Number(g)*d,h)),m&&(h=Math.min(Number(m)*d,h)),h=Math.max(h,d);let c=h+("border-box"===i?o+l:0),f=1>=Math.abs(h-u);return{outerHeightStyle:c,overflowing:f}},[m,g,e.placeholder]),W=i.useCallback(()=>{let e=C();if(null==e||0===Object.keys(e).length||0===e.outerHeightStyle&&!e.overflowing)return;let t=e.outerHeightStyle,r=y.current;w.current!==t&&(w.current=t,r.style.height=`${t}px`),r.style.overflow=e.overflowing?"hidden":""},[C]);return(0,l.Z)(()=>{let e,t;let r=()=>{W()},a=(0,u.Z)(r),n=y.current,i=(0,s.Z)(n);return i.addEventListener("resize",a),"undefined"!=typeof ResizeObserver&&(t=new ResizeObserver(r)).observe(n),()=>{a.clear(),cancelAnimationFrame(e),i.removeEventListener("resize",a),t&&t.disconnect()}},[C,W]),(0,l.Z)(()=>{W()}),(0,d.jsxs)(i.Fragment,{children:[(0,d.jsx)("textarea",(0,a.Z)({value:x,onChange:e=>{b||W(),r&&r(e)},ref:Z,rows:g,style:f},v)),(0,d.jsx)("textarea",{"aria-hidden":!0,className:e.className,readOnly:!0,ref:S,tabIndex:-1,style:(0,a.Z)({},c.shadow,f,{paddingTop:0,paddingBottom:0})})]})});t.Z=m},63147:function(e,t,r){"use strict";r.d(t,{Z:function(){return S}});var a=r(94312),n=r(79042),i=r(14978),o=r(53468),s=r(86251),l=r(84006),u=r(31608),d=r(87286),h=r(81427),p=r(60201),c=r(80683);function m(e){return(0,c.ZP)("MuiTypography",e)}(0,p.Z)("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);var g=r(24004);let f=["align","className","component","gutterBottom","noWrap","paragraph","variant","variantMapping"],x=e=>{let{align:t,gutterBottom:r,noWrap:a,paragraph:n,variant:i,classes:o}=e,s={root:["root",i,"inherit"!==e.align&&`align${(0,h.Z)(t)}`,r&&"gutterBottom",a&&"noWrap",n&&"paragraph"]};return(0,l.Z)(s,m,o)},v=(0,u.ZP)("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.variant&&t[r.variant],"inherit"!==r.align&&t[`align${(0,h.Z)(r.align)}`],r.noWrap&&t.noWrap,r.gutterBottom&&t.gutterBottom,r.paragraph&&t.paragraph]}})(({theme:e,ownerState:t})=>(0,n.Z)({margin:0},"inherit"===t.variant&&{font:"inherit"},"inherit"!==t.variant&&e.typography[t.variant],"inherit"!==t.align&&{textAlign:t.align},t.noWrap&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t.gutterBottom&&{marginBottom:"0.35em"},t.paragraph&&{marginBottom:16})),b={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},y={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"},Z=e=>y[e]||e,w=i.forwardRef(function(e,t){let r=(0,d.i)({props:e,name:"MuiTypography"}),i=Z(r.color),l=(0,s.Z)((0,n.Z)({},r,{color:i})),{align:u="inherit",className:h,component:p,gutterBottom:c=!1,noWrap:m=!1,paragraph:y=!1,variant:w="body1",variantMapping:S=b}=l,C=(0,a.Z)(l,f),W=(0,n.Z)({},l,{align:u,color:i,className:h,component:p,gutterBottom:c,noWrap:m,paragraph:y,variant:w,variantMapping:S}),R=p||(y?"p":S[w]||b[w])||"span",k=x(W);return(0,g.jsx)(v,(0,n.Z)({as:R,ref:t,ownerState:W,className:(0,o.Z)(k.root,h)},C))});var S=w},73591:function(e,t,r){Promise.resolve().then(r.bind(r,78567))},78567:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return c}});var a=r(24004),n=r(14978),i=r(1445),o=r(40982),s=r(11520),l=r(67339),u=r(63147),d=r(38640),h=r.n(d),p=r(28891);function c(){let e=(0,p.useRouter)(),[t,r]=n.useState(""),[d,c]=n.useState(""),[m,g]=n.useState(""),[f,x]=n.useState(!1),[v,b]=n.useState(null),y=n.useCallback(async()=>{let{data:e,error:t}=await i.OQ.auth.refreshSession();e&&b(e.user)},[]);n.useEffect(()=>{y()},[y]);let Z=async r=>{if(x(!0),g(""),r.stopPropagation(),r.preventDefault(),!v){let{data:r,error:a}=await i.OQ.auth.signUp({email:t,password:d,options:{emailRedirectTo:"".concat(location.origin,"/auth/callback")}});a?g(a.message):e.push("/")}x(!1)};return(0,a.jsxs)(s.Z,{component:"main",maxWidth:"xs",children:[(0,a.jsx)(u.Z,{component:"h1",variant:"h5",children:"Sign up"}),(0,a.jsx)("p",{children:(0,a.jsx)(u.Z,{variant:"body1",children:"An account helps you easily save, view, and share your evals."})}),(0,a.jsxs)("form",{children:[!v&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.Z,{disabled:f,variant:"outlined",margin:"normal",required:!0,fullWidth:!0,id:"email",label:"Email Address",name:"email",autoComplete:"email",autoFocus:!0,onChange:e=>r(e.target.value),value:t,error:!!m}),(0,a.jsx)(l.Z,{disabled:f,variant:"outlined",margin:"normal",required:!0,fullWidth:!0,name:"password",label:"Password",type:"password",id:"password",autoComplete:"current-password",onChange:e=>c(e.target.value),value:d,error:!!m,helperText:m}),(0,a.jsx)(o.Z,{type:"submit",disabled:f,sx:{marginTop:"1em"},fullWidth:!0,variant:"contained",color:"primary",onClick:Z,children:"Sign Up"})]}),(0,a.jsxs)("p",{children:["Already have an account? ",(0,a.jsx)(h(),{href:"/auth/login",children:"Sign in"})]})]})]})}},1445:function(e,t,r){"use strict";r.d(t,{Ho:function(){return h},OQ:function(){return o},aC:function(){return l}});var a=r(24004),n=r(14978),i=r(12594);let o=(0,i.createClientComponentClient)(),s=(0,n.createContext)({}),l=()=>(0,n.useContext)(s),u=(e,t)=>o.auth.signInWithPassword({email:e,password:t}),d=()=>o.auth.signOut(),h=e=>{let{children:t}=e,[r,i]=(0,n.useState)(null),[l,h]=(0,n.useState)(!1),p=(0,n.useCallback)(async()=>{let{data:e,error:t}=await o.auth.refreshSession();e&&i(e.user)},[]);return(0,n.useEffect)(()=>{p();let{data:e}=o.auth.onAuthStateChange(async(e,t)=>{"PASSWORD_RECOVERY"==e?h(!1):"SIGNED_IN"===e&&t?(i(t.user),h(!0)):"SIGNED_OUT"===e&&(h(!1),i(null))});return()=>{e.subscription.unsubscribe()}},[p]),(0,a.jsx)(s.Provider,{value:{loggedIn:l,user:r,login:u,logout:d},children:t})}},28891:function(e,t,r){e.exports=r(98556)}},function(e){e.O(0,[903,640,916,304,339,163,470,730,744],function(){return e(e.s=73591)}),_N_E=e.O()}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[271],{11520:function(e,t,r){"use strict";r.d(t,{Z:function(){return S}});var a=r(94312),n=r(79042),i=r(14978),o=r(53468),s=r(80683),l=r(84006),u=r(78673),d=r(48976),h=r(14059),p=r(23437),c=r(24004);let m=["className","component","disableGutters","fixed","maxWidth","classes"],g=(0,p.Z)(),f=(0,h.Z)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,u.Z)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),x=e=>(0,d.Z)({props:e,name:"MuiContainer",defaultTheme:g}),v=(e,t)=>{let{classes:r,fixed:a,disableGutters:n,maxWidth:i}=e,o={root:["root",i&&`maxWidth${(0,u.Z)(String(i))}`,a&&"fixed",n&&"disableGutters"]};return(0,l.Z)(o,e=>(0,s.ZP)(t,e),r)};var b=r(81427),y=r(31608),Z=r(87286);let w=function(e={}){let{createStyledComponent:t=f,useThemeProps:r=x,componentName:s="MuiContainer"}=e,l=t(({theme:e,ownerState:t})=>(0,n.Z)({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",display:"block"},!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}),({theme:e,ownerState:t})=>t.fixed&&Object.keys(e.breakpoints.values).reduce((t,r)=>{let a=e.breakpoints.values[r];return 0!==a&&(t[e.breakpoints.up(r)]={maxWidth:`${a}${e.breakpoints.unit}`}),t},{}),({theme:e,ownerState:t})=>(0,n.Z)({},"xs"===t.maxWidth&&{[e.breakpoints.up("xs")]:{maxWidth:Math.max(e.breakpoints.values.xs,444)}},t.maxWidth&&"xs"!==t.maxWidth&&{[e.breakpoints.up(t.maxWidth)]:{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`}})),u=i.forwardRef(function(e,t){let i=r(e),{className:u,component:d="div",disableGutters:h=!1,fixed:p=!1,maxWidth:g="lg"}=i,f=(0,a.Z)(i,m),x=(0,n.Z)({},i,{component:d,disableGutters:h,fixed:p,maxWidth:g}),b=v(x,s);return(0,c.jsx)(l,(0,n.Z)({as:d,ownerState:x,className:(0,o.Z)(b.root,u),ref:t},f))});return u}({createStyledComponent:(0,y.ZP)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,b.Z)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),useThemeProps:e=>(0,Z.i)({props:e,name:"MuiContainer"})});var S=w},22689:function(e,t,r){"use strict";var a=r(79042),n=r(94312),i=r(14978),o=r(50774),s=r(77412),l=r(39468),u=r(37708),d=r(24004);let h=["onChange","maxRows","minRows","style","value"];function p(e){return parseInt(e,10)||0}let c={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}},m=i.forwardRef(function(e,t){let{onChange:r,maxRows:m,minRows:g=1,style:f,value:x}=e,v=(0,n.Z)(e,h),{current:b}=i.useRef(null!=x),y=i.useRef(null),Z=(0,o.Z)(t,y),w=i.useRef(null),S=i.useRef(null),C=i.useCallback(()=>{let t=y.current,r=(0,s.Z)(t),a=r.getComputedStyle(t);if("0px"===a.width)return{outerHeightStyle:0,overflowing:!1};let n=S.current;n.style.width=a.width,n.value=t.value||e.placeholder||"x","\n"===n.value.slice(-1)&&(n.value+=" ");let i=a.boxSizing,o=p(a.paddingBottom)+p(a.paddingTop),l=p(a.borderBottomWidth)+p(a.borderTopWidth),u=n.scrollHeight;n.value="x";let d=n.scrollHeight,h=u;g&&(h=Math.max(Number(g)*d,h)),m&&(h=Math.min(Number(m)*d,h)),h=Math.max(h,d);let c=h+("border-box"===i?o+l:0),f=1>=Math.abs(h-u);return{outerHeightStyle:c,overflowing:f}},[m,g,e.placeholder]),W=i.useCallback(()=>{let e=C();if(null==e||0===Object.keys(e).length||0===e.outerHeightStyle&&!e.overflowing)return;let t=e.outerHeightStyle,r=y.current;w.current!==t&&(w.current=t,r.style.height=`${t}px`),r.style.overflow=e.overflowing?"hidden":""},[C]);return(0,l.Z)(()=>{let e,t;let r=()=>{W()},a=(0,u.Z)(r),n=y.current,i=(0,s.Z)(n);return i.addEventListener("resize",a),"undefined"!=typeof ResizeObserver&&(t=new ResizeObserver(r)).observe(n),()=>{a.clear(),cancelAnimationFrame(e),i.removeEventListener("resize",a),t&&t.disconnect()}},[C,W]),(0,l.Z)(()=>{W()}),(0,d.jsxs)(i.Fragment,{children:[(0,d.jsx)("textarea",(0,a.Z)({value:x,onChange:e=>{b||W(),r&&r(e)},ref:Z,rows:g,style:f},v)),(0,d.jsx)("textarea",{"aria-hidden":!0,className:e.className,readOnly:!0,ref:S,tabIndex:-1,style:(0,a.Z)({},c.shadow,f,{paddingTop:0,paddingBottom:0})})]})});t.Z=m},63147:function(e,t,r){"use strict";r.d(t,{Z:function(){return S}});var a=r(94312),n=r(79042),i=r(14978),o=r(53468),s=r(86251),l=r(84006),u=r(31608),d=r(87286),h=r(81427),p=r(60201),c=r(80683);function m(e){return(0,c.ZP)("MuiTypography",e)}(0,p.Z)("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);var g=r(24004);let f=["align","className","component","gutterBottom","noWrap","paragraph","variant","variantMapping"],x=e=>{let{align:t,gutterBottom:r,noWrap:a,paragraph:n,variant:i,classes:o}=e,s={root:["root",i,"inherit"!==e.align&&`align${(0,h.Z)(t)}`,r&&"gutterBottom",a&&"noWrap",n&&"paragraph"]};return(0,l.Z)(s,m,o)},v=(0,u.ZP)("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.variant&&t[r.variant],"inherit"!==r.align&&t[`align${(0,h.Z)(r.align)}`],r.noWrap&&t.noWrap,r.gutterBottom&&t.gutterBottom,r.paragraph&&t.paragraph]}})(({theme:e,ownerState:t})=>(0,n.Z)({margin:0},"inherit"===t.variant&&{font:"inherit"},"inherit"!==t.variant&&e.typography[t.variant],"inherit"!==t.align&&{textAlign:t.align},t.noWrap&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t.gutterBottom&&{marginBottom:"0.35em"},t.paragraph&&{marginBottom:16})),b={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},y={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"},Z=e=>y[e]||e,w=i.forwardRef(function(e,t){let r=(0,d.i)({props:e,name:"MuiTypography"}),i=Z(r.color),l=(0,s.Z)((0,n.Z)({},r,{color:i})),{align:u="inherit",className:h,component:p,gutterBottom:c=!1,noWrap:m=!1,paragraph:y=!1,variant:w="body1",variantMapping:S=b}=l,C=(0,a.Z)(l,f),W=(0,n.Z)({},l,{align:u,color:i,className:h,component:p,gutterBottom:c,noWrap:m,paragraph:y,variant:w,variantMapping:S}),R=p||(y?"p":S[w]||b[w])||"span",k=x(W);return(0,g.jsx)(v,(0,n.Z)({as:R,ref:t,ownerState:W,className:(0,o.Z)(k.root,h)},C))});var S=w},93930:function(e,t,r){Promise.resolve().then(r.bind(r,78567))},78567:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return c}});var a=r(24004),n=r(14978),i=r(1445),o=r(40982),s=r(11520),l=r(67339),u=r(63147),d=r(38640),h=r.n(d),p=r(28891);function c(){let e=(0,p.useRouter)(),[t,r]=n.useState(""),[d,c]=n.useState(""),[m,g]=n.useState(""),[f,x]=n.useState(!1),[v,b]=n.useState(null),y=n.useCallback(async()=>{let{data:e,error:t}=await i.OQ.auth.refreshSession();e&&b(e.user)},[]);n.useEffect(()=>{y()},[y]);let Z=async r=>{if(x(!0),g(""),r.stopPropagation(),r.preventDefault(),!v){let{data:r,error:a}=await i.OQ.auth.signUp({email:t,password:d,options:{emailRedirectTo:"".concat(location.origin,"/auth/callback")}});a?g(a.message):e.push("/")}x(!1)};return(0,a.jsxs)(s.Z,{component:"main",maxWidth:"xs",children:[(0,a.jsx)(u.Z,{component:"h1",variant:"h5",children:"Sign up"}),(0,a.jsx)("p",{children:(0,a.jsx)(u.Z,{variant:"body1",children:"An account helps you easily save, view, and share your evals."})}),(0,a.jsxs)("form",{children:[!v&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.Z,{disabled:f,variant:"outlined",margin:"normal",required:!0,fullWidth:!0,id:"email",label:"Email Address",name:"email",autoComplete:"email",autoFocus:!0,onChange:e=>r(e.target.value),value:t,error:!!m}),(0,a.jsx)(l.Z,{disabled:f,variant:"outlined",margin:"normal",required:!0,fullWidth:!0,name:"password",label:"Password",type:"password",id:"password",autoComplete:"current-password",onChange:e=>c(e.target.value),value:d,error:!!m,helperText:m}),(0,a.jsx)(o.Z,{type:"submit",disabled:f,sx:{marginTop:"1em"},fullWidth:!0,variant:"contained",color:"primary",onClick:Z,children:"Sign Up"})]}),(0,a.jsxs)("p",{children:["Already have an account? ",(0,a.jsx)(h(),{href:"/auth/login",children:"Sign in"})]})]})]})}},1445:function(e,t,r){"use strict";r.d(t,{Ho:function(){return h},OQ:function(){return o},aC:function(){return l}});var a=r(24004),n=r(14978),i=r(12594);let o=(0,i.createClientComponentClient)(),s=(0,n.createContext)({}),l=()=>(0,n.useContext)(s),u=(e,t)=>o.auth.signInWithPassword({email:e,password:t}),d=()=>o.auth.signOut(),h=e=>{let{children:t}=e,[r,i]=(0,n.useState)(null),[l,h]=(0,n.useState)(!1),p=(0,n.useCallback)(async()=>{let{data:e,error:t}=await o.auth.refreshSession();e&&i(e.user)},[]);return(0,n.useEffect)(()=>{p();let{data:e}=o.auth.onAuthStateChange(async(e,t)=>{"PASSWORD_RECOVERY"==e?h(!1):"SIGNED_IN"===e&&t?(i(t.user),h(!0)):"SIGNED_OUT"===e&&(h(!1),i(null))});return()=>{e.subscription.unsubscribe()}},[p]),(0,a.jsx)(s.Provider,{value:{loggedIn:l,user:r,login:u,logout:d},children:t})}},28891:function(e,t,r){e.exports=r(98556)}},function(e){e.O(0,[903,640,916,304,339,163,470,730,744],function(){return e(e.s=93930)}),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[958],{5567:function(e,t,s){Promise.resolve().then(s.bind(s,41400))},49532:function(e,t,s){"use strict";let n,i;async function r(){if(n||(i||(i=fetch("/api/config").then(e=>e.json()).then(e=>n=e.apiBaseUrl)),await i),void 0===n)throw Error("API base URL is undefined");return n}s.d(t,{b:function(){return r}})},41400:function(e,t,s){"use strict";s.r(t),s.d(t,{default:function(){return b}});var n=s(24004),i=s(14978),r=s(49532),l=s(49567),c=s(30469),a=s(65068),d=s(70417),o=s(21303),h=s(61451),u=s(26485),p=s(30021),x=s(19708),j=s(65969),v=s(38640),Z=s.n(v),m=s(28891),f=s(40982),w=s(29794),C=s(22701),y=s(51956),g=s(82669),I=s(22689),k=s(63147),P=s(34235);function S(e){var t,s,r,l;let{openDialog:h,handleClose:x,testCase:j}=e,[v,m]=(0,i.useState)(1);return(0,n.jsxs)(w.Z,{open:h,onClose:x,fullWidth:!0,maxWidth:"lg",children:[(0,n.jsxs)(g.Z,{children:["Dataset ",j.id.slice(0,6)]}),(0,n.jsxs)(y.Z,{children:[(0,n.jsx)(k.Z,{variant:"h6",style:{marginTop:"1rem"},children:"Test cases"}),(0,n.jsx)(I.Z,{readOnly:!0,value:j&&P.default.dump(j.testCases),style:{width:"100%",padding:"0.75rem"},maxRows:15}),(0,n.jsx)(k.Z,{variant:"h6",style:{marginTop:"1rem"},children:"Used in..."}),(0,n.jsxs)(a.Z,{children:[(0,n.jsx)(u.Z,{children:(0,n.jsxs)(p.Z,{children:[(0,n.jsx)(o.Z,{children:"Eval ID"}),(0,n.jsx)(o.Z,{children:"Prompt ID"}),(0,n.jsx)(o.Z,{children:"Raw score"}),(0,n.jsx)(o.Z,{children:"Pass rate"}),(0,n.jsx)(o.Z,{children:"Pass count"}),(0,n.jsx)(o.Z,{children:"Fail count"}),(0,n.jsx)(o.Z,{children:"Prompt"})]})}),(0,n.jsx)(d.Z,{children:null==j?void 0:null===(t=j.prompts)||void 0===t?void 0:t.slice((v-1)*10,10*v).sort((e,t)=>t.evalId.localeCompare(e.evalId)).map((e,t)=>{var s,i,c,a,d;return(0,n.jsxs)(p.Z,{hover:!0,children:[(0,n.jsx)(o.Z,{children:(0,n.jsx)(Z(),{href:"/eval/?evalId=".concat(e.evalId),children:e.evalId})}),(0,n.jsx)(o.Z,{style:{minWidth:"8em"},children:(0,n.jsx)(Z(),{href:"/prompts/?id=".concat(e.id),children:e.id.slice(0,6)})}),(0,n.jsx)(o.Z,{children:"number"==typeof(null===(s=e.prompt.metrics)||void 0===s?void 0:s.score)?e.prompt.metrics.score.toFixed(2):"-"}),(0,n.jsx)(o.Z,{children:"number"==typeof(null===(i=e.prompt.metrics)||void 0===i?void 0:i.testPassCount)&&"number"==typeof(null===(c=e.prompt.metrics)||void 0===c?void 0:c.testFailCount)&&e.prompt.metrics.testPassCount+e.prompt.metrics.testFailCount>0?(e.prompt.metrics.testPassCount/(e.prompt.metrics.testPassCount+e.prompt.metrics.testFailCount)*100).toFixed(2)+"%":"-"}),(0,n.jsx)(o.Z,{children:null!==(r=null===(a=e.prompt.metrics)||void 0===a?void 0:a.testPassCount)&&void 0!==r?r:"-"}),(0,n.jsx)(o.Z,{children:null!==(l=null===(d=e.prompt.metrics)||void 0===d?void 0:d.testFailCount)&&void 0!==l?l:"-"}),(0,n.jsx)(o.Z,{children:e.prompt.raw.length>250?e.prompt.raw.slice(0,250)+"...":e.prompt.raw})]},t)})})]}),Math.ceil(((null==j?void 0:null===(s=j.prompts)||void 0===s?void 0:s.length)||0)/10)>1&&(0,n.jsx)(c.Z,{count:Math.ceil(j.prompts.length/10),page:v,onChange:(e,t)=>{m(t)}})]}),(0,n.jsx)(C.Z,{children:(0,n.jsx)(f.Z,{onClick:x,children:"Close"})})]})}function b(){let e=(0,m.useSearchParams)(),[t,s]=(0,i.useState)([]),[v,f]=(0,i.useState)("date"),[w,C]=(0,i.useState)("desc"),[y,g]=(0,i.useState)(1),[I,k]=(0,i.useState)(10),[P,b]=(0,i.useState)(!1),[E,D]=(0,i.useState)(0),F=e=>{let t=v===e&&"asc"===w?"desc":"asc";f(e),C(t)};(0,i.useEffect)(()=>{(async()=>{fetch("".concat(await (0,r.b)(),"/api/datasets")).then(e=>e.json()).then(e=>{let t=[...e.data].sort((e,t)=>null===v?0:"asc"===w?e[v]>t[v]?1:-1:e[v]<t[v]?1:-1);s(t)})})()},[v,w,y,I]);let M=e=>{D(e),b(!0)};return(0,i.useEffect)(()=>{let s=null==e?void 0:e.get("id");if(s){let e=t.findIndex(e=>e.id.startsWith(s));-1!==e&&M(e)}},[t,e]),(0,n.jsx)(l.Z,{paddingX:2,children:(0,n.jsxs)(h.Z,{children:[(0,n.jsxs)(a.Z,{children:[(0,n.jsx)(u.Z,{children:(0,n.jsxs)(p.Z,{children:[(0,n.jsx)(o.Z,{style:{width:"10%"},children:"ID"}),(0,n.jsx)(o.Z,{style:{width:"20%"},children:(0,n.jsx)(x.Z,{active:"raw"===v,direction:"raw"===v?w:"asc",onClick:()=>F("raw"),children:"Info"})}),(0,n.jsx)(o.Z,{style:{width:"20%"},children:"Variables"}),(0,n.jsx)(o.Z,{style:{width:"10%"},children:(0,n.jsx)(x.Z,{active:"count"===v,direction:"count"===v?w:"asc",onClick:()=>F("count"),children:"Total # evals"})}),(0,n.jsx)(o.Z,{style:{width:"20%"},children:(0,n.jsx)(j.Z,{title:"The date of the most recent eval for this set of test cases",children:(0,n.jsx)(x.Z,{active:"date"===v,direction:"date"===v?w:"asc",onClick:()=>F("date"),children:"Most recent eval date"})})}),(0,n.jsx)(o.Z,{style:{width:"20%"},children:(0,n.jsx)(j.Z,{title:"The ID of the most recent eval for this set of test cases",children:(0,n.jsx)(x.Z,{active:"evalId"===v,direction:"evalId"===v?w:"asc",onClick:()=>F("evalId"),children:"Most recent eval ID"})})})]})}),(0,n.jsx)(d.Z,{children:t.slice((y-1)*I,y*I).map((e,t)=>(0,n.jsxs)(p.Z,{hover:!0,onClick:()=>M(t),style:{cursor:"pointer"},children:[(0,n.jsx)(o.Z,{children:e.id.slice(0,6)}),(0,n.jsxs)(o.Z,{style:{width:"20%",whiteSpace:"pre-wrap"},children:[e.testCases.length," test cases"]}),(0,n.jsx)(o.Z,{style:{width:"20%",whiteSpace:"pre-wrap"},children:(()=>{if(!Array.isArray(e.testCases)||"string"==typeof e.testCases[0])return"";let t=(e.testCases||[]).flatMap(e=>Object.keys(e.vars||{})),s=Array.from(new Set(t));return s.length>0?s.join(", "):"None"})()}),(0,n.jsx)(o.Z,{style:{width:"10%"},children:e.count}),(0,n.jsx)(o.Z,{style:{width:"20%"},children:e.recentEvalDate||"Unknown"}),(0,n.jsx)(o.Z,{style:{width:"20%"},children:e.recentEvalId?(0,n.jsx)(Z(),{href:"/eval?evalId=".concat(e.recentEvalId),children:e.recentEvalId}):"Unknown"})]},t))})]}),Math.ceil(t.length/I)>1&&(0,n.jsx)(c.Z,{count:Math.ceil(t.length/I),page:y,onChange:(e,t)=>g(t)}),t[E]&&(0,n.jsx)(S,{openDialog:P,handleClose:()=>{b(!1)},testCase:t[E]})]})})}}},function(e){e.O(0,[903,640,493,281,969,235,322,470,730,744],function(){return e(e.s=5567)}),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[466],{46880:function(n,e,u){Promise.resolve().then(u.t.bind(u,29820,23))},29820:function(){}},function(n){n.O(0,[470,730,744],function(){return n(n.s=46880)}),_N_E=n.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[421],{63749:function(e,n,t){Promise.resolve().then(t.t.bind(t,16662,23)),Promise.resolve().then(t.t.bind(t,27924,23)),Promise.resolve().then(t.t.bind(t,30910,23)),Promise.resolve().then(t.t.bind(t,81885,23)),Promise.resolve().then(t.bind(t,55258)),Promise.resolve().then(t.t.bind(t,29820,23))},81885:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),function(e,n){for(var t in n)Object.defineProperty(e,t,{enumerable:!0,get:n[t]})}(n,{suspense:function(){return o},NoSSR:function(){return i}}),t(69278),t(14978);let r=t(66995);function o(){let e=Error(r.NEXT_DYNAMIC_NO_SSR_CODE);throw e.digest=r.NEXT_DYNAMIC_NO_SSR_CODE,e}function i(e){let{children:n}=e;return n}},29820:function(){}},function(e){e.O(0,[583,903,640,916,493,304,281,339,969,163,378,235,476,515,631,905,620,757,470,730,744],function(){return e(e.s=63749)}),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[11],{48362:function(e,n,s){Promise.resolve().then(s.t.bind(s,63512,23)),Promise.resolve().then(s.bind(s,55258))}},function(e){e.O(0,[583,903,640,916,493,304,281,339,969,163,378,235,476,515,631,905,620,757,470,730,744],function(){return e(e.s=48362)}),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[185],{84173:function(e,t,r){Promise.resolve().then(r.bind(r,5071)),Promise.resolve().then(r.t.bind(r,5100,23)),Promise.resolve().then(r.t.bind(r,65246,23))},5071:function(e,t,r){"use strict";r.r(t),r.d(t,{PageShell:function(){return J}});var o=r(24004),n=r(14978),s=r(52428),i=r(86768),l=r(77656),a=r(32414),c=r(38640),u=r.n(c),d=r(28891),h=r(95707),f=r(80378);function p(e){let{darkMode:t,onToggleDarkMode:r}=e;return(0,o.jsx)("div",{className:"dark-mode-toggle",onClick:r,children:t?(0,o.jsx)(h.Z,{}):(0,o.jsx)(f.Z,{})})}r(32854);var x=r(56343),m=r(89335),g=r(9327),j=r(98629),b=r(16783),v=r(29794),k=r(82669),C=r(63147),Z=r(52062),S=r(51956),E=r(22701),O=r(40982);let _=[{icon:(0,o.jsx)(b.Z,{fontSize:"small"}),text:"Documentation",href:"https://www.promptfoo.dev/docs/intro"},{icon:(0,o.jsx)(j.Z,{fontSize:"small"}),text:"GitHub Repository",href:"https://github.com/promptfoo/promptfoo"},{icon:(0,o.jsx)(x.Z,{fontSize:"small"}),text:"File an Issue",href:"https://github.com/promptfoo/promptfoo/issues"},{icon:(0,o.jsx)(g.Z,{fontSize:"small"}),text:"Join Our Discord Community",href:"https://discord.gg/gHPS9jjfbs"},{icon:(0,o.jsx)(m.Z,{fontSize:"small"}),text:"Book a Meeting",href:"https://cal.com/team/promptfoo/intro"}];function P(e){let{open:t,onClose:r}=e;return(0,o.jsxs)(v.Z,{open:t,onClose:r,maxWidth:"xs",fullWidth:!0,"aria-labelledby":"about-promptfoo-dialog-title",children:[(0,o.jsx)(k.Z,{id:"about-promptfoo-dialog-title",children:(0,o.jsxs)(a.Z,{children:[(0,o.jsx)(C.Z,{variant:"h6",children:"About Promptfoo"}),(0,o.jsx)(Z.Z,{href:"https://github.com/promptfoo/promptfoo/releases",underline:"none",sx:{color:"inherit"},target:"_blank",children:(0,o.jsxs)(C.Z,{variant:"subtitle2",children:["Version ","0.73.4"]})})]})}),(0,o.jsxs)(S.Z,{children:[(0,o.jsx)(C.Z,{variant:"body2",gutterBottom:!0,children:"Promptfoo is a MIT licensed open-source tool for evaluating LLMs. We make it easy to track the performance of your models and prompts over time with automated support for dataset generation and grading."}),(0,o.jsx)(a.Z,{spacing:2,mt:2,children:_.map((e,t)=>(0,o.jsxs)(a.Z,{direction:"row",spacing:1,alignItems:"center",sx:{flexWrap:"wrap","& .MuiSvgIcon-root":{color:"text.primary"}},children:[e.icon,(0,o.jsx)(Z.Z,{underline:"none",target:"_blank",href:e.href,sx:{color:"inherit"},children:(0,o.jsx)(C.Z,{variant:"body2",children:e.text})})]},t))})]}),(0,o.jsx)(E.Z,{children:(0,o.jsx)(O.Z,{onClick:r,children:"Close"})})]})}var y=r(1445),F=r(31657),N=r(36273),M=r(96976);function w(){let{user:e,logout:t}=(0,y.aC)(),[r,s]=n.useState(null),i=()=>{s(null)},a=async()=>{null==t||t(),i()};return e?(0,o.jsxs)("div",{children:[(0,o.jsx)(l.Z,{edge:"end","aria-label":"account of current user","aria-controls":"menu-appbar","aria-haspopup":"true",onClick:e=>{s(e.currentTarget)},color:"inherit",children:(0,o.jsx)(F.Z,{sx:{width:"1em",height:"1em",bgcolor:"#1976d2"}})}),(0,o.jsxs)(N.Z,{id:"menu-appbar",anchorEl:r,anchorOrigin:{vertical:"top",horizontal:"right"},keepMounted:!0,transformOrigin:{vertical:"top",horizontal:"right"},open:!!r,onClose:i,children:[(0,o.jsxs)(M.Z,{disabled:!0,children:["Logged in as ",e.email]}),(0,o.jsx)(M.Z,{onClick:a,children:"Logout"})]})]}):(0,o.jsx)(u(),{href:"/auth/signup/",children:(0,o.jsx)(l.Z,{edge:"end","aria-label":"User not logged in","aria-controls":"menu-appbar","aria-haspopup":"true",color:"inherit",children:(0,o.jsx)(F.Z,{sx:{width:"1em",height:"1em"}})})})}var I=r(49567),T=r(47051),R=r.n(T);function A(){return(0,o.jsx)(u(),{href:"https://promptfoo.dev",passHref:!0,children:(0,o.jsxs)(I.Z,{className:"logo",component:"a",children:[(0,o.jsx)(R(),{width:25,height:25,src:"/logo-panda.svg",alt:"Promptfoo logo"})," ",(0,o.jsx)("span",{children:"promptfoo"})]})})}r(17328),r(5008);var D=r(77580);function B(e){let{href:t,label:r}=e,n=(0,d.usePathname)()||"";return(0,o.jsx)(u(),{href:t,className:n.startsWith(t)?"active":"",children:r})}function L(e){let{darkMode:t,onToggleDarkMode:r}=e,[c,u]=(0,n.useState)(!1),d=()=>u(e=>!e),h=(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(A,{}),!D.env.NEXT_PUBLIC_NO_BROWSING&&(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(B,{href:"/setup",label:"New Eval"}),(0,o.jsx)(B,{href:"/eval",label:"Evals"}),(0,o.jsx)(B,{href:"/prompts",label:"Prompts"}),(0,o.jsx)(B,{href:"/datasets",label:"Datasets"}),(0,o.jsx)(B,{href:"/progress",label:"Progress"})]}),(0,o.jsxs)("div",{className:"right-aligned",children:[s.Ox?(0,o.jsx)(w,{}):null,(0,o.jsx)(l.Z,{onClick:d,sx:{color:"#f0f0f0"},children:(0,o.jsx)(i.Z,{})}),(0,o.jsx)(p,{darkMode:t,onToggleDarkMode:r})]})]});return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(P,{open:c,onClose:d}),(0,o.jsx)(a.Z,{direction:"row",spacing:2,className:"nav",children:h})]})}var W=r(51867),U=r(61191),z=r(38127);r(70894);let H=e=>(0,W.Z)({typography:{fontFamily:"inherit"},palette:{mode:e?"dark":"light",background:{default:"#ffffff"}},components:{MuiCard:{styleOverrides:{root:{backgroundColor:e?"#121212":"#fff",boxShadow:e?"none":"0 2px 3px rgba(0, 0, 0, 0.1)",borderRadius:"12px"}}},MuiTableContainer:{styleOverrides:{root:{backgroundColor:e?"#121212":"#fff",boxShadow:e?"none":"0 2px 3px rgba(0, 0, 0, 0.1)",borderRadius:"12px"}}},MuiTableHead:{styleOverrides:{root:{backgroundColor:e?"#1E1E1E":"#F5F5F5"}}},MuiTableCell:{styleOverrides:{head:{backgroundColor:"inherit",color:e?"#FFFFFF":"#000000",fontWeight:"bold"},stickyHeader:{backgroundColor:e?"#1E1E1E":"#F5F5F5"}}},MuiInputBase:{styleOverrides:{root:{backgroundColor:e?"#333":"#fff"}}}}}),G=H(!1),V=H(!0);function X(e){let{children:t}=e;return(0,o.jsx)("div",{children:t})}function J(e){let{children:t}=e,r=(0,z.Z)("(prefers-color-scheme: dark)"),[s,i]=(0,n.useState)(null);(0,n.useEffect)(()=>{let e=localStorage.getItem("darkMode");i(null!==e?"true"===e:r)},[r]);let l=(0,n.useCallback)(()=>{i(e=>{let t=!e;return localStorage.setItem("darkMode",String(t)),t})},[]);return((0,n.useEffect)(()=>{null!==s&&(s?document.documentElement.setAttribute("data-theme","dark"):document.documentElement.removeAttribute("data-theme"))},[s]),null===s)?null:(0,o.jsx)(U.Z,{theme:s?V:G,children:(0,o.jsx)(y.Ho,{children:(0,o.jsxs)(X,{children:[(0,o.jsx)(L,{darkMode:s,onToggleDarkMode:l}),(0,o.jsx)("div",{children:t})]})})})}},52428:function(e,t,r){"use strict";r.d(t,{Ox:function(){return s},T8:function(){return n},eA:function(){return i}});var o=r(77580);let n=!o.env.NEXT_PUBLIC_PROMPTFOO_BUILD_STANDALONE_SERVER,s=!!o.env.NEXT_PUBLIC_PROMPTFOO_USE_SUPABASE,i=""},1445:function(e,t,r){"use strict";r.d(t,{Ho:function(){return d},OQ:function(){return i},aC:function(){return a}});var o=r(24004),n=r(14978),s=r(12594);let i=(0,s.createClientComponentClient)(),l=(0,n.createContext)({}),a=()=>(0,n.useContext)(l),c=(e,t)=>i.auth.signInWithPassword({email:e,password:t}),u=()=>i.auth.signOut(),d=e=>{let{children:t}=e,[r,s]=(0,n.useState)(null),[a,d]=(0,n.useState)(!1),h=(0,n.useCallback)(async()=>{let{data:e,error:t}=await i.auth.refreshSession();e&&s(e.user)},[]);return(0,n.useEffect)(()=>{h();let{data:e}=i.auth.onAuthStateChange(async(e,t)=>{"PASSWORD_RECOVERY"==e?d(!1):"SIGNED_IN"===e&&t?(s(t.user),d(!0)):"SIGNED_OUT"===e&&(d(!1),s(null))});return()=>{e.subscription.unsubscribe()}},[h]),(0,o.jsx)(l.Provider,{value:{loggedIn:a,user:r,login:c,logout:u},children:t})}},32854:function(){},17328:function(){},5008:function(){},70894:function(){},5100:function(){}},function(e){e.O(0,[903,640,916,281,163,325,470,730,744],function(){return e(e.s=84173)}),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[931],{5944:function(e,n,t){Promise.resolve().then(t.t.bind(t,16662,23)),Promise.resolve().then(t.t.bind(t,27924,23)),Promise.resolve().then(t.t.bind(t,30910,23)),Promise.resolve().then(t.t.bind(t,81885,23)),Promise.resolve().then(t.t.bind(t,48607,23))},81885:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),function(e,n){for(var t in n)Object.defineProperty(e,t,{enumerable:!0,get:n[t]})}(n,{suspense:function(){return o},NoSSR:function(){return i}}),t(69278),t(14978);let r=t(66995);function o(){let e=Error(r.NEXT_DYNAMIC_NO_SSR_CODE);throw e.digest=r.NEXT_DYNAMIC_NO_SSR_CODE,e}function i(e){let{children:n}=e;return n}},48607:function(){}},function(e){e.O(0,[470,730,744],function(){return e(e.s=5944)}),_N_E=e.O()}]);
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[92],{48931:function(e,t,i){"use strict";var a=i(71851);t.Z=void 0;var r=a(i(99570)),n=i(24004);t.Z=(0,r.default)((0,n.jsx)("path",{d:"M5 20h14v-2H5zM19 9h-4V3H9v6H5l7 7z"}),"Download")},96212:function(e,t,i){"use strict";i.d(t,{f:function(){return n}});var a=i(60201),r=i(80683);function n(e){return(0,r.ZP)("MuiListItemIcon",e)}let s=(0,a.Z)("MuiListItemIcon",["root","alignItemsFlexStart"]);t.Z=s},53975:function(e,t,i){"use strict";i.d(t,{L:function(){return n}});var a=i(60201),r=i(80683);function n(e){return(0,r.ZP)("MuiListItemText",e)}let s=(0,a.Z)("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]);t.Z=s},96976:function(e,t,i){"use strict";i.d(t,{Z:function(){return M}});var a=i(94312),r=i(79042),n=i(14978),s=i(53468),o=i(84006),l=i(13477),d=i(31608),c=i(11874),u=i(87286),p=i(11112),v=i(30151),m=i(16656),h=i(41776),x=i(60201);let Z=(0,x.Z)("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]);var f=i(96212),g=i(53975),C=i(80683);function I(e){return(0,C.ZP)("MuiMenuItem",e)}let j=(0,x.Z)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]);var b=i(24004);let y=["autoFocus","component","dense","divider","disableGutters","focusVisibleClassName","role","tabIndex","className"],P=e=>{let{disabled:t,dense:i,divider:a,disableGutters:n,selected:s,classes:l}=e,d=(0,o.Z)({root:["root",i&&"dense",t&&"disabled",!n&&"gutters",a&&"divider",s&&"selected"]},I,l);return(0,r.Z)({},l,d)},w=(0,d.ZP)(v.Z,{shouldForwardProp:e=>(0,c.Z)(e)||"classes"===e,name:"MuiMenuItem",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:i}=e;return[t.root,i.dense&&t.dense,i.divider&&t.divider,!i.disableGutters&&t.gutters]}})(({theme:e,ownerState:t})=>(0,r.Z)({},e.typography.body1,{display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap"},!t.disableGutters&&{paddingLeft:16,paddingRight:16},t.divider&&{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"},{"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${j.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,l.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${j.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,l.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${j.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,l.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,l.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${j.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${j.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${Z.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${Z.inset}`]:{marginLeft:52},[`& .${g.Z.root}`]:{marginTop:0,marginBottom:0},[`& .${g.Z.inset}`]:{paddingLeft:36},[`& .${f.Z.root}`]:{minWidth:36}},!t.dense&&{[e.breakpoints.up("sm")]:{minHeight:"auto"}},t.dense&&(0,r.Z)({minHeight:32,paddingTop:4,paddingBottom:4},e.typography.body2,{[`& .${f.Z.root} svg`]:{fontSize:"1.25rem"}}))),k=n.forwardRef(function(e,t){let i;let o=(0,u.i)({props:e,name:"MuiMenuItem"}),{autoFocus:l=!1,component:d="li",dense:c=!1,divider:v=!1,disableGutters:x=!1,focusVisibleClassName:Z,role:f="menuitem",tabIndex:g,className:C}=o,I=(0,a.Z)(o,y),j=n.useContext(p.Z),k=n.useMemo(()=>({dense:c||j.dense||!1,disableGutters:x}),[j.dense,c,x]),M=n.useRef(null);(0,m.Z)(()=>{l&&M.current&&M.current.focus()},[l]);let F=(0,r.Z)({},o,{dense:k.dense,divider:v,disableGutters:x}),S=P(o),$=(0,h.Z)(M,t);return o.disabled||(i=void 0!==g?g:-1),(0,b.jsx)(p.Z.Provider,{value:k,children:(0,b.jsx)(w,(0,r.Z)({ref:$,role:f,tabIndex:i,component:d,focusVisibleClassName:(0,s.Z)(S.focusVisible,Z),className:(0,s.Z)(S.root,C)},I,{ownerState:F,classes:S}))})});var M=k},71544:function(e,t,i){"use strict";i(14978);var a=i(97491),r=i(24004);t.Z=(0,a.Z)((0,r.jsx)("path",{d:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close")},96199:function(e,t,i){Promise.resolve().then(i.bind(i,19259))},19259:function(e,t,i){"use strict";i.r(t),i.d(t,{default:function(){return j}});var a=i(24004),r=i(14978),n=i(48931),s=i(77155),o=i(49567),l=i(40982),d=i(36273),c=i(96976),u=i(30469),p=i(65068),v=i(70417),m=i(21303),h=i(61451),x=i(26485),Z=i(30021),f=i(19708),g=i(67339),C=i(38640),I=i.n(C);function j(){let[e,t]=(0,r.useState)([]),[i,C]=(0,r.useState)(null),[j,b]=(0,r.useState)("asc"),[y,P]=(0,r.useState)(null),[w,k]=r.useState(1),[M,F]=(0,r.useState)({evalId:"",datasetId:"",provider:"",promptId:""}),S=!!y;(0,r.useEffect)(()=>{(async()=>{let e=await fetch("/api/progress"),i=await e.json();i&&i.data&&t(i.data)})()},[]);let $=e=>{let t=i===e&&"asc"===j;C(e),b(t?"desc":"asc")},O=e=>(null==e?void 0:e.testPassCount)!=null&&(null==e?void 0:e.testFailCount)!=null?(e.testPassCount/(e.testPassCount+e.testFailCount)*100).toFixed(2):"-",R=e=>{var t,i,a,r,n;let s=e.map(e=>{var s,o,l,d,c,u;return[null!==(t=e.evalId)&&void 0!==t?t:"",null!==(i=null===(s=e.datasetId)||void 0===s?void 0:s.slice(0,6))&&void 0!==i?i:"",null!==(a=e.provider)&&void 0!==a?a:"",(null!==(r=null===(o=e.promptId)||void 0===o?void 0:o.slice(0,6))&&void 0!==r?r:"")+" "+(null!==(n=e.raw)&&void 0!==n?n:""),O(e.metrics),(null===(l=e.metrics)||void 0===l?void 0:l.testPassCount)==null?"-":"".concat(e.metrics.testPassCount),(null===(d=e.metrics)||void 0===d?void 0:d.testFailCount)==null?"-":"".concat(e.metrics.testFailCount),(null===(c=e.metrics)||void 0===c?void 0:c.score)==null?"-":null===(u=e.metrics.score)||void 0===u?void 0:u.toFixed(2)]});return[["Eval","Dataset","Provider","Prompt","Pass Rate %","Pass Count","Fail Count","Raw score"]].concat(s).map(e=>e.map(e=>null!=e?e:"").join(",")).join("\n")},L=t=>{let i="json"===t?JSON.stringify(e):R(e),a=new Blob([i],{type:"text/".concat(t,";charset=utf-8;")}),r=document.createElement("a");r.href=URL.createObjectURL(a),r.download="cols_export.".concat(t),r.click(),URL.revokeObjectURL(r.href),P(null)},D=r.useMemo(()=>e.filter(e=>{var t,i,a,r;return(!M.evalId||(null===(t=e.evalId)||void 0===t?void 0:t.includes(M.evalId)))&&(!M.datasetId||(null===(i=e.datasetId)||void 0===i?void 0:i.startsWith(M.datasetId)))&&(!M.provider||(null===(a=e.provider)||void 0===a?void 0:a.includes(M.provider)))&&(!M.promptId||(null===(r=e.promptId)||void 0===r?void 0:r.startsWith(M.promptId)))}),[e,M]),E=r.useMemo(()=>D.sort((e,t)=>{if(!i)return 0;if("passRate"===i){let i=parseFloat(O(e.metrics)),a=parseFloat(O(t.metrics));return"asc"===j?i-a:a-i}if(i in e&&i in t){let a=e[i]||"",r=t[i]||"";return"asc"===j?a.toString().localeCompare(r.toString()):r.toString().localeCompare(a.toString())}return 0}),[D,i,j]),V=r.useMemo(()=>Array.from(new Set(e.map(e=>e.evalId))),[e]),z=r.useMemo(()=>Array.from(new Set(e.map(e=>e.datasetId))),[e]),N=r.useMemo(()=>Array.from(new Set(e.map(e=>e.provider))),[e]),T=r.useMemo(()=>Array.from(new Set(e.map(e=>e.promptId))),[e]);return(0,a.jsxs)(o.Z,{paddingX:2,children:[(0,a.jsxs)(o.Z,{display:"flex",justifyContent:"space-between",alignItems:"center",children:[(0,a.jsx)("h2",{children:"Progress summary"}),(0,a.jsxs)("div",{children:[(0,a.jsx)(l.Z,{id:"export-button","aria-controls":S?"export-menu":void 0,"aria-haspopup":"true","aria-expanded":S?"true":void 0,onClick:e=>{P(e.currentTarget)},startIcon:(0,a.jsx)(n.Z,{}),children:"Export"}),(0,a.jsxs)(d.Z,{id:"export-menu",anchorEl:y,open:S,onClose:()=>{P(null)},MenuListProps:{"aria-labelledby":"export-button"},children:[(0,a.jsx)(c.Z,{onClick:()=>L("csv"),children:"CSV"}),(0,a.jsx)(c.Z,{onClick:()=>L("json"),children:"JSON"})]})]})]}),(0,a.jsx)(o.Z,{children:"This page shows performance metrics for recent evals."}),(0,a.jsxs)(o.Z,{display:"flex",flexDirection:"row",gap:2,my:2,children:[(0,a.jsx)(s.Z,{options:V,value:M.evalId,onChange:(e,t)=>{F({...M,evalId:t||""})},renderInput:e=>(0,a.jsx)(g.Z,{...e,label:"Eval ID",variant:"outlined",size:"small",fullWidth:!0}),sx:{width:220}}),(0,a.jsx)(s.Z,{options:z,value:M.datasetId,onChange:(e,t)=>{F({...M,datasetId:t||""})},renderInput:e=>(0,a.jsx)(g.Z,{...e,label:"Dataset ID",variant:"outlined",size:"small",fullWidth:!0}),sx:{width:220}}),(0,a.jsx)(s.Z,{options:N,value:M.provider,onChange:(e,t)=>{F({...M,provider:t||""})},renderInput:e=>(0,a.jsx)(g.Z,{...e,label:"Provider",variant:"outlined",size:"small",fullWidth:!0}),sx:{width:220}}),(0,a.jsx)(s.Z,{options:T,value:M.promptId,onChange:(e,t)=>{F({...M,promptId:t||""})},renderInput:e=>(0,a.jsx)(g.Z,{...e,label:"Prompt ID",variant:"outlined",size:"small",fullWidth:!0}),sx:{width:220}})]}),(0,a.jsxs)(h.Z,{children:[(0,a.jsxs)(p.Z,{children:[(0,a.jsx)(x.Z,{children:(0,a.jsxs)(Z.Z,{children:[(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"evalId"===i,direction:"evalId"===i?j:"asc",onClick:()=>$("evalId"),children:"Eval"})}),(0,a.jsx)(m.Z,{children:"Dataset"}),(0,a.jsx)(m.Z,{children:"Provider"}),(0,a.jsx)(m.Z,{children:"Prompt"}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"passRate"===i,direction:"passRate"===i?j:"asc",onClick:()=>$("passRate"),children:"Pass Rate %"})}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"testPassCount"===i,direction:"testPassCount"===i?j:"asc",onClick:()=>$("testPassCount"),children:"Pass Count"})}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"testFailCount"===i,direction:"testFailCount"===i?j:"asc",onClick:()=>$("testFailCount"),children:"Fail Count"})}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"score"===i,direction:"score"===i?j:"asc",onClick:()=>$("score"),children:"Raw score"})})]})}),(0,a.jsx)(v.Z,{children:E.slice((w-1)*25,25*w).map((e,t)=>{var i,r,n,s,o,l;return(0,a.jsxs)(Z.Z,{hover:!0,onClick:()=>F({...M,evalId:e.evalId,datasetId:e.datasetId||"",promptId:e.promptId||"",provider:e.provider}),children:[(0,a.jsx)(m.Z,{children:(0,a.jsx)(I(),{href:"/eval?evalId=".concat(e.evalId),onClick:e=>e.stopPropagation(),children:e.evalId})}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(I(),{href:"/datasets?id=".concat(e.datasetId),onClick:e=>e.stopPropagation(),children:null===(i=e.datasetId)||void 0===i?void 0:i.slice(0,6)})}),(0,a.jsx)(m.Z,{children:e.provider}),(0,a.jsxs)(m.Z,{children:[(0,a.jsxs)(I(),{href:"/prompts?id=".concat(e.promptId),onClick:e=>e.stopPropagation(),children:["[",null===(r=e.promptId)||void 0===r?void 0:r.slice(0,6),"]"]})," ",e.raw]}),(0,a.jsx)(m.Z,{children:O(e.metrics)}),(0,a.jsx)(m.Z,{children:(null===(n=e.metrics)||void 0===n?void 0:n.testPassCount)==null?"-":"".concat(e.metrics.testPassCount)}),(0,a.jsx)(m.Z,{children:(null===(s=e.metrics)||void 0===s?void 0:s.testFailCount)==null?"-":"".concat(e.metrics.testFailCount)}),(0,a.jsx)(m.Z,{children:(null===(o=e.metrics)||void 0===o?void 0:o.score)==null?"-":null===(l=e.metrics.score)||void 0===l?void 0:l.toFixed(2)})]},t)})})]}),Math.ceil(D.length/25)>1&&(0,a.jsx)(u.Z,{count:Math.ceil(E.length/25),page:w,onChange:(e,t)=>k(t),sx:{pt:2,pb:4,display:"flex",justifyContent:"center"}})]})]})}}},function(e){e.O(0,[903,640,916,493,304,339,378,322,155,470,730,744],function(){return e(e.s=96199)}),_N_E=e.O()}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[92],{48931:function(e,t,i){"use strict";var a=i(71851);t.Z=void 0;var r=a(i(99570)),n=i(24004);t.Z=(0,r.default)((0,n.jsx)("path",{d:"M5 20h14v-2H5zM19 9h-4V3H9v6H5l7 7z"}),"Download")},96212:function(e,t,i){"use strict";i.d(t,{f:function(){return n}});var a=i(60201),r=i(80683);function n(e){return(0,r.ZP)("MuiListItemIcon",e)}let s=(0,a.Z)("MuiListItemIcon",["root","alignItemsFlexStart"]);t.Z=s},53975:function(e,t,i){"use strict";i.d(t,{L:function(){return n}});var a=i(60201),r=i(80683);function n(e){return(0,r.ZP)("MuiListItemText",e)}let s=(0,a.Z)("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]);t.Z=s},96976:function(e,t,i){"use strict";i.d(t,{Z:function(){return M}});var a=i(94312),r=i(79042),n=i(14978),s=i(53468),o=i(84006),l=i(13477),d=i(31608),c=i(11874),u=i(87286),p=i(11112),v=i(30151),m=i(16656),h=i(41776),x=i(60201);let Z=(0,x.Z)("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]);var f=i(96212),g=i(53975),C=i(80683);function I(e){return(0,C.ZP)("MuiMenuItem",e)}let j=(0,x.Z)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]);var b=i(24004);let y=["autoFocus","component","dense","divider","disableGutters","focusVisibleClassName","role","tabIndex","className"],P=e=>{let{disabled:t,dense:i,divider:a,disableGutters:n,selected:s,classes:l}=e,d=(0,o.Z)({root:["root",i&&"dense",t&&"disabled",!n&&"gutters",a&&"divider",s&&"selected"]},I,l);return(0,r.Z)({},l,d)},w=(0,d.ZP)(v.Z,{shouldForwardProp:e=>(0,c.Z)(e)||"classes"===e,name:"MuiMenuItem",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:i}=e;return[t.root,i.dense&&t.dense,i.divider&&t.divider,!i.disableGutters&&t.gutters]}})(({theme:e,ownerState:t})=>(0,r.Z)({},e.typography.body1,{display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap"},!t.disableGutters&&{paddingLeft:16,paddingRight:16},t.divider&&{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"},{"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${j.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,l.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${j.focusVisible}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))`:(0,l.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${j.selected}:hover`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:(0,l.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:(0,l.Fq)(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${j.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${j.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${Z.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${Z.inset}`]:{marginLeft:52},[`& .${g.Z.root}`]:{marginTop:0,marginBottom:0},[`& .${g.Z.inset}`]:{paddingLeft:36},[`& .${f.Z.root}`]:{minWidth:36}},!t.dense&&{[e.breakpoints.up("sm")]:{minHeight:"auto"}},t.dense&&(0,r.Z)({minHeight:32,paddingTop:4,paddingBottom:4},e.typography.body2,{[`& .${f.Z.root} svg`]:{fontSize:"1.25rem"}}))),k=n.forwardRef(function(e,t){let i;let o=(0,u.i)({props:e,name:"MuiMenuItem"}),{autoFocus:l=!1,component:d="li",dense:c=!1,divider:v=!1,disableGutters:x=!1,focusVisibleClassName:Z,role:f="menuitem",tabIndex:g,className:C}=o,I=(0,a.Z)(o,y),j=n.useContext(p.Z),k=n.useMemo(()=>({dense:c||j.dense||!1,disableGutters:x}),[j.dense,c,x]),M=n.useRef(null);(0,m.Z)(()=>{l&&M.current&&M.current.focus()},[l]);let F=(0,r.Z)({},o,{dense:k.dense,divider:v,disableGutters:x}),S=P(o),$=(0,h.Z)(M,t);return o.disabled||(i=void 0!==g?g:-1),(0,b.jsx)(p.Z.Provider,{value:k,children:(0,b.jsx)(w,(0,r.Z)({ref:$,role:f,tabIndex:i,component:d,focusVisibleClassName:(0,s.Z)(S.focusVisible,Z),className:(0,s.Z)(S.root,C)},I,{ownerState:F,classes:S}))})});var M=k},71544:function(e,t,i){"use strict";i(14978);var a=i(97491),r=i(24004);t.Z=(0,a.Z)((0,r.jsx)("path",{d:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close")},64738:function(e,t,i){Promise.resolve().then(i.bind(i,19259))},19259:function(e,t,i){"use strict";i.r(t),i.d(t,{default:function(){return j}});var a=i(24004),r=i(14978),n=i(48931),s=i(77155),o=i(49567),l=i(40982),d=i(36273),c=i(96976),u=i(30469),p=i(65068),v=i(70417),m=i(21303),h=i(61451),x=i(26485),Z=i(30021),f=i(19708),g=i(67339),C=i(38640),I=i.n(C);function j(){let[e,t]=(0,r.useState)([]),[i,C]=(0,r.useState)(null),[j,b]=(0,r.useState)("asc"),[y,P]=(0,r.useState)(null),[w,k]=r.useState(1),[M,F]=(0,r.useState)({evalId:"",datasetId:"",provider:"",promptId:""}),S=!!y;(0,r.useEffect)(()=>{(async()=>{let e=await fetch("/api/progress"),i=await e.json();i&&i.data&&t(i.data)})()},[]);let $=e=>{let t=i===e&&"asc"===j;C(e),b(t?"desc":"asc")},O=e=>(null==e?void 0:e.testPassCount)!=null&&(null==e?void 0:e.testFailCount)!=null?(e.testPassCount/(e.testPassCount+e.testFailCount)*100).toFixed(2):"-",R=e=>{var t,i,a,r,n;let s=e.map(e=>{var s,o,l,d,c,u;return[null!==(t=e.evalId)&&void 0!==t?t:"",null!==(i=null===(s=e.datasetId)||void 0===s?void 0:s.slice(0,6))&&void 0!==i?i:"",null!==(a=e.provider)&&void 0!==a?a:"",(null!==(r=null===(o=e.promptId)||void 0===o?void 0:o.slice(0,6))&&void 0!==r?r:"")+" "+(null!==(n=e.raw)&&void 0!==n?n:""),O(e.metrics),(null===(l=e.metrics)||void 0===l?void 0:l.testPassCount)==null?"-":"".concat(e.metrics.testPassCount),(null===(d=e.metrics)||void 0===d?void 0:d.testFailCount)==null?"-":"".concat(e.metrics.testFailCount),(null===(c=e.metrics)||void 0===c?void 0:c.score)==null?"-":null===(u=e.metrics.score)||void 0===u?void 0:u.toFixed(2)]});return[["Eval","Dataset","Provider","Prompt","Pass Rate %","Pass Count","Fail Count","Raw score"]].concat(s).map(e=>e.map(e=>null!=e?e:"").join(",")).join("\n")},L=t=>{let i="json"===t?JSON.stringify(e):R(e),a=new Blob([i],{type:"text/".concat(t,";charset=utf-8;")}),r=document.createElement("a");r.href=URL.createObjectURL(a),r.download="cols_export.".concat(t),r.click(),URL.revokeObjectURL(r.href),P(null)},D=r.useMemo(()=>e.filter(e=>{var t,i,a,r;return(!M.evalId||(null===(t=e.evalId)||void 0===t?void 0:t.includes(M.evalId)))&&(!M.datasetId||(null===(i=e.datasetId)||void 0===i?void 0:i.startsWith(M.datasetId)))&&(!M.provider||(null===(a=e.provider)||void 0===a?void 0:a.includes(M.provider)))&&(!M.promptId||(null===(r=e.promptId)||void 0===r?void 0:r.startsWith(M.promptId)))}),[e,M]),E=r.useMemo(()=>D.sort((e,t)=>{if(!i)return 0;if("passRate"===i){let i=parseFloat(O(e.metrics)),a=parseFloat(O(t.metrics));return"asc"===j?i-a:a-i}if(i in e&&i in t){let a=e[i]||"",r=t[i]||"";return"asc"===j?a.toString().localeCompare(r.toString()):r.toString().localeCompare(a.toString())}return 0}),[D,i,j]),V=r.useMemo(()=>Array.from(new Set(e.map(e=>e.evalId))),[e]),z=r.useMemo(()=>Array.from(new Set(e.map(e=>e.datasetId))),[e]),N=r.useMemo(()=>Array.from(new Set(e.map(e=>e.provider))),[e]),T=r.useMemo(()=>Array.from(new Set(e.map(e=>e.promptId))),[e]);return(0,a.jsxs)(o.Z,{paddingX:2,children:[(0,a.jsxs)(o.Z,{display:"flex",justifyContent:"space-between",alignItems:"center",children:[(0,a.jsx)("h2",{children:"Progress summary"}),(0,a.jsxs)("div",{children:[(0,a.jsx)(l.Z,{id:"export-button","aria-controls":S?"export-menu":void 0,"aria-haspopup":"true","aria-expanded":S?"true":void 0,onClick:e=>{P(e.currentTarget)},startIcon:(0,a.jsx)(n.Z,{}),children:"Export"}),(0,a.jsxs)(d.Z,{id:"export-menu",anchorEl:y,open:S,onClose:()=>{P(null)},MenuListProps:{"aria-labelledby":"export-button"},children:[(0,a.jsx)(c.Z,{onClick:()=>L("csv"),children:"CSV"}),(0,a.jsx)(c.Z,{onClick:()=>L("json"),children:"JSON"})]})]})]}),(0,a.jsx)(o.Z,{children:"This page shows performance metrics for recent evals."}),(0,a.jsxs)(o.Z,{display:"flex",flexDirection:"row",gap:2,my:2,children:[(0,a.jsx)(s.Z,{options:V,value:M.evalId,onChange:(e,t)=>{F({...M,evalId:t||""})},renderInput:e=>(0,a.jsx)(g.Z,{...e,label:"Eval ID",variant:"outlined",size:"small",fullWidth:!0}),sx:{width:220}}),(0,a.jsx)(s.Z,{options:z,value:M.datasetId,onChange:(e,t)=>{F({...M,datasetId:t||""})},renderInput:e=>(0,a.jsx)(g.Z,{...e,label:"Dataset ID",variant:"outlined",size:"small",fullWidth:!0}),sx:{width:220}}),(0,a.jsx)(s.Z,{options:N,value:M.provider,onChange:(e,t)=>{F({...M,provider:t||""})},renderInput:e=>(0,a.jsx)(g.Z,{...e,label:"Provider",variant:"outlined",size:"small",fullWidth:!0}),sx:{width:220}}),(0,a.jsx)(s.Z,{options:T,value:M.promptId,onChange:(e,t)=>{F({...M,promptId:t||""})},renderInput:e=>(0,a.jsx)(g.Z,{...e,label:"Prompt ID",variant:"outlined",size:"small",fullWidth:!0}),sx:{width:220}})]}),(0,a.jsxs)(h.Z,{children:[(0,a.jsxs)(p.Z,{children:[(0,a.jsx)(x.Z,{children:(0,a.jsxs)(Z.Z,{children:[(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"evalId"===i,direction:"evalId"===i?j:"asc",onClick:()=>$("evalId"),children:"Eval"})}),(0,a.jsx)(m.Z,{children:"Dataset"}),(0,a.jsx)(m.Z,{children:"Provider"}),(0,a.jsx)(m.Z,{children:"Prompt"}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"passRate"===i,direction:"passRate"===i?j:"asc",onClick:()=>$("passRate"),children:"Pass Rate %"})}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"testPassCount"===i,direction:"testPassCount"===i?j:"asc",onClick:()=>$("testPassCount"),children:"Pass Count"})}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"testFailCount"===i,direction:"testFailCount"===i?j:"asc",onClick:()=>$("testFailCount"),children:"Fail Count"})}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(f.Z,{active:"score"===i,direction:"score"===i?j:"asc",onClick:()=>$("score"),children:"Raw score"})})]})}),(0,a.jsx)(v.Z,{children:E.slice((w-1)*25,25*w).map((e,t)=>{var i,r,n,s,o,l;return(0,a.jsxs)(Z.Z,{hover:!0,onClick:()=>F({...M,evalId:e.evalId,datasetId:e.datasetId||"",promptId:e.promptId||"",provider:e.provider}),children:[(0,a.jsx)(m.Z,{children:(0,a.jsx)(I(),{href:"/eval?evalId=".concat(e.evalId),onClick:e=>e.stopPropagation(),children:e.evalId})}),(0,a.jsx)(m.Z,{children:(0,a.jsx)(I(),{href:"/datasets?id=".concat(e.datasetId),onClick:e=>e.stopPropagation(),children:null===(i=e.datasetId)||void 0===i?void 0:i.slice(0,6)})}),(0,a.jsx)(m.Z,{children:e.provider}),(0,a.jsxs)(m.Z,{children:[(0,a.jsxs)(I(),{href:"/prompts?id=".concat(e.promptId),onClick:e=>e.stopPropagation(),children:["[",null===(r=e.promptId)||void 0===r?void 0:r.slice(0,6),"]"]})," ",e.raw]}),(0,a.jsx)(m.Z,{children:O(e.metrics)}),(0,a.jsx)(m.Z,{children:(null===(n=e.metrics)||void 0===n?void 0:n.testPassCount)==null?"-":"".concat(e.metrics.testPassCount)}),(0,a.jsx)(m.Z,{children:(null===(s=e.metrics)||void 0===s?void 0:s.testFailCount)==null?"-":"".concat(e.metrics.testFailCount)}),(0,a.jsx)(m.Z,{children:(null===(o=e.metrics)||void 0===o?void 0:o.score)==null?"-":null===(l=e.metrics.score)||void 0===l?void 0:l.toFixed(2)})]},t)})})]}),Math.ceil(D.length/25)>1&&(0,a.jsx)(u.Z,{count:Math.ceil(E.length/25),page:w,onChange:(e,t)=>k(t),sx:{pt:2,pb:4,display:"flex",justifyContent:"center"}})]})]})}}},function(e){e.O(0,[903,640,916,493,304,339,378,322,155,470,730,744],function(){return e(e.s=64738)}),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[794],{9458:function(e,t,i){Promise.resolve().then(i.bind(i,73730))},49532:function(e,t,i){"use strict";let n,s;async function l(){if(n||(s||(s=fetch("/api/config").then(e=>e.json()).then(e=>n=e.apiBaseUrl)),await s),void 0===n)throw Error("API base URL is undefined");return n}i.d(t,{b:function(){return l}})},73730:function(e,t,i){"use strict";i.r(t),i.d(t,{default:function(){return P}});var n=i(24004),s=i(14978),l=i(49532),r=i(49567),c=i(30469),d=i(65068),a=i(70417),o=i(21303),h=i(61451),u=i(26485),x=i(30021),j=i(19708),Z=i(65969),v=i(38640),p=i.n(v),f=i(28891),m=i(40982),w=i(29794),y=i(22701),C=i(51956),g=i(82669),E=i(22689),k=i(63147),I=e=>{var t;let{openDialog:i,handleClose:s,selectedPrompt:l}=e;return(0,n.jsxs)(w.Z,{open:i,onClose:s,fullWidth:!0,maxWidth:"lg",children:[(0,n.jsxs)(g.Z,{children:["Prompt ",l.id.slice(0,6)]}),(0,n.jsxs)(C.Z,{children:[(0,n.jsx)(k.Z,{variant:"h6",style:{marginTop:"1rem"},children:"Prompt"}),(0,n.jsx)(E.Z,{readOnly:!0,value:null==l?void 0:null===(t=l.prompt)||void 0===t?void 0:t.raw,style:{width:"100%",padding:"0.75rem"},maxRows:50}),(0,n.jsx)(k.Z,{variant:"h6",style:{marginTop:"1rem"},children:"Used in..."}),(0,n.jsxs)(d.Z,{children:[(0,n.jsx)(u.Z,{children:(0,n.jsxs)(x.Z,{children:[(0,n.jsx)(o.Z,{children:"Eval ID"}),(0,n.jsx)(o.Z,{children:"Dataset ID"}),(0,n.jsx)(o.Z,{children:"Raw score"}),(0,n.jsx)(o.Z,{children:"Pass rate"}),(0,n.jsx)(o.Z,{children:"Pass count"}),(0,n.jsx)(o.Z,{children:"Fail count"})]})}),(0,n.jsx)(a.Z,{children:null==l?void 0:l.evals.sort((e,t)=>t.id.localeCompare(e.id)).map(e=>{var t,i,s,l,r,c,d;let a=null!==(r=null===(t=e.metrics)||void 0===t?void 0:t.testPassCount)&&void 0!==r?r:0,h=null!==(c=null===(i=e.metrics)||void 0===i?void 0:i.testFailCount)&&void 0!==c?c:0,u=a+h>0?(a/(a+h)*100).toFixed(2)+"%":"-";return(0,n.jsxs)(x.Z,{children:[(0,n.jsx)(o.Z,{children:(0,n.jsx)(p(),{href:"/eval/?evalId=".concat(e.id),children:e.id})}),(0,n.jsx)(o.Z,{children:(0,n.jsx)(p(),{href:"/datasets/?id=".concat(e.datasetId),children:e.datasetId.slice(0,6)})}),(0,n.jsx)(o.Z,{children:null!==(d=null===(l=e.metrics)||void 0===l?void 0:null===(s=l.score)||void 0===s?void 0:s.toFixed(2))&&void 0!==d?d:"-"}),(0,n.jsx)(o.Z,{children:u}),(0,n.jsx)(o.Z,{children:a}),(0,n.jsx)(o.Z,{children:h})]},"eval-".concat(e.id))})})]})]}),(0,n.jsx)(y.Z,{children:(0,n.jsx)(m.Z,{onClick:s,children:"Close"})})]})};function P(){let e=(0,f.useSearchParams)(),[t,i]=(0,s.useState)([]),[v,m]=(0,s.useState)("date"),[w,y]=(0,s.useState)("desc"),[C,g]=(0,s.useState)(1),[E,k]=(0,s.useState)(10),[P,S]=(0,s.useState)(!1),[D,b]=(0,s.useState)(0),_=e=>{let t=v===e&&"asc"===w?"desc":"asc";m(e),y(t)};(0,s.useEffect)(()=>{(async()=>{fetch("".concat(await (0,l.b)(),"/api/prompts")).then(e=>e.json()).then(e=>{let t=[...e.data].sort((e,t)=>null===v?0:"asc"===w?e[v]>t[v]?1:-1:e[v]<t[v]?1:-1);i(t)})})()},[v,w]);let F=e=>{S(!0),b(e)};return(0,s.useEffect)(()=>{let i=null==e?void 0:e.get("id");if(i){let e=t.findIndex(e=>e.id.startsWith(i));-1!==e&&F(e)}},[t,e]),(0,n.jsx)(r.Z,{paddingX:2,children:(0,n.jsxs)(h.Z,{children:[(0,n.jsxs)(d.Z,{children:[(0,n.jsx)(u.Z,{children:(0,n.jsxs)(x.Z,{children:[(0,n.jsx)(o.Z,{style:{width:"10%"},children:"ID"}),(0,n.jsx)(o.Z,{style:{width:"60%"},children:(0,n.jsx)(j.Z,{active:"raw"===v,direction:"raw"===v?w:"asc",onClick:()=>_("raw"),children:"Prompt"})}),(0,n.jsx)(o.Z,{style:{width:"20%"},children:(0,n.jsx)(Z.Z,{title:"The date of the most recent eval for this prompt",children:(0,n.jsx)(j.Z,{active:"date"===v,direction:"date"===v?w:"asc",onClick:()=>_("date"),children:"Most recent eval"})})}),(0,n.jsx)(o.Z,{style:{width:"10%"},children:(0,n.jsx)(j.Z,{active:"count"===v,direction:"count"===v?w:"asc",onClick:()=>_("count"),children:"# Evals"})})]})}),(0,n.jsx)(a.Z,{children:t.slice((C-1)*E,C*E).map((e,t)=>(0,n.jsxs)(x.Z,{hover:!0,children:[(0,n.jsx)(o.Z,{style:{width:"10%"},children:e.id.slice(0,6)}),(0,n.jsx)(o.Z,{style:{width:"60%",whiteSpace:"pre-wrap",cursor:"pointer"},onClick:()=>F(t),children:e.prompt.raw.length>500?e.prompt.raw.slice(0,500)+"...":e.prompt.raw}),(0,n.jsx)(o.Z,{style:{width:"20%"},children:e.recentEvalDate?(0,n.jsx)(p(),{href:"/eval?evalId=".concat(e.recentEvalId),children:e.recentEvalDate}):"Unknown"}),(0,n.jsx)(o.Z,{style:{width:"10%"},children:e.count})]},t))})]}),Math.ceil(t.length/E)>1&&(0,n.jsx)(c.Z,{count:Math.ceil(t.length/E),page:C,onChange:(e,t)=>g(t)}),t[D]&&(0,n.jsx)(I,{openDialog:P,handleClose:()=>{S(!1)},selectedPrompt:t[D]})]})})}}},function(e){e.O(0,[903,640,493,281,969,322,470,730,744],function(){return e(e.s=9458)}),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[420],{58004:function(e,i,t){Promise.resolve().then(t.bind(t,77087))},49532:function(e,i,t){"use strict";let a,r;async function s(){if(a||(r||(r=fetch("/api/config").then(e=>e.json()).then(e=>a=e.apiBaseUrl)),await r),void 0===a)throw Error("API base URL is undefined");return a}t.d(i,{b:function(){return s}})},77087:function(e,i,t){"use strict";t.r(i),t.d(i,{default:function(){return es}});var a,r,s=t(24004),n=t(14978),l=t(49532),o=t(49567),c=t(80661),d=t(885),m=t(11520),u=t(32414),h=t(63147),p=t(49578);let g={"Brand Risk":["competitors","politics","excessive-agency","hallucination","overreliance","harmful:graphic-content","harmful:indiscriminate-weapons","harmful:misinformation-disinformation","harmful:non-violent-crime","harmful:radicalization","harmful:unsafe-practices"],"Legal Risk":["harmful:child-exploitation","harmful:copyright-violations","harmful:cybercrime","harmful:illegal-activities","harmful:illegal-drugs","harmful:intellectual-property","harmful:privacy","harmful:sex-crime","harmful:sexual-content","harmful:specialized-advice","harmful:violent-crime","harmful:self-harm","rbac","contracts"],"Malicious Attacks":["harmful:harassment-bullying","harmful:hate","harmful:insults","harmful:profanity","hijacking","jailbreak","pii","prompt-injection","shell-injection","sql-injection","debug-access"]},f={"Brand Risk":"Risks that can affect the brand reputation and trustworthiness.","Legal Risk":"Risks that can lead to legal consequences or violations.","Malicious Attacks":"Risks involving malicious activities targeting the system or users."};(a=r||(r={})).Critical="Critical",a.High="High",a.Medium="Medium",a.Low="Low";let v={"debug-access":r.High,"excessive-agency":r.Medium,"harmful:child-exploitation":r.Critical,"harmful:copyright-violations":r.Medium,"harmful:cybercrime":r.High,"harmful:graphic-content":r.Medium,"harmful:harassment-bullying":r.High,"harmful:hate":r.Critical,"harmful:illegal-activities":r.High,"harmful:illegal-drugs":r.High,"harmful:indiscriminate-weapons":r.Medium,"harmful:insults":r.Low,"harmful:intellectual-property":r.Medium,"harmful:misinformation-disinformation":r.Medium,"harmful:non-violent-crime":r.Medium,"harmful:privacy":r.High,"harmful:profanity":r.Low,"harmful:radicalization":r.High,"harmful:self-harm":r.Critical,"harmful:sex-crime":r.Critical,"harmful:sexual-content":r.High,"harmful:specialized-advice":r.High,"harmful:unsafe-practices":r.Low,"harmful:violent-crime":r.Critical,"prompt-injection":r.Medium,"shell-injection":r.High,"sql-injection":r.High,competitors:r.Low,contracts:r.Medium,hallucination:r.Medium,hijacking:r.High,jailbreak:r.Medium,overreliance:r.Low,pii:r.High,politics:r.Low,rbac:r.High},x=Object.entries(g).reduce((e,i)=>{let[t,a]=i;return a.forEach(i=>{e[i]=t}),e},{});Object.keys(x);let j={"debug-access":"DebugInterface","excessive-agency":"ExcessiveAgency","harmful:child-exploitation":"Child Exploitation","harmful:cybercrime":"Cybercrime & Unauthorized Intrusion - Hacking and Malware","harmful:graphic-content":"Graphic & age-restricted content","harmful:harassment-bullying":"Harassment & Bullying","harmful:hate":"Hate","harmful:illegal-activities":"Illegal Activities - Fraud & scams","harmful:illegal-drugs":"Illegal Drugs","harmful:indiscriminate-weapons":"Indiscriminate Weapons","harmful:insults":"Insults and personal attacks","harmful:intellectual-property":"Intellectual Property violation","harmful:misinformation-disinformation":"Misinformation & Disinformation - Harmful lies and propaganda","harmful:non-violent-crime":"Non-Violent Crimes","harmful:privacy":"Privacy violations","harmful:profanity":"Requests containing profanity","harmful:radicalization":"Radicalization","harmful:self-harm":"Self-Harm","harmful:sex-crime":"Sex Crimes","harmful:sexual-content":"Sexual Content","harmful:specialized-advice":"Specialized Advice - Financial","harmful:unsafe-practices":"Promotion of unsafe practices","harmful:violent-crime":"Violent Crimes","harmful:chemical-biological-weapons":"Chemical & Biological Weapons","harmful:copyright-violations":"Copyright Violations - Copyrighted text","prompt-injection":"Harmful/Injection","shell-injection":"ShellInjection","sql-injection":"SqlInjection",competitors:"CompetitorEndorsement",contracts:"ContractualCommitment",hallucination:"Hallucination",hijacking:"Hijacking",jailbreak:"Harmful/Iterative",overreliance:"Overreliance",pii:"PIILeak",politics:"PoliticalStatement",rbac:"RbacEnforcement"},y=Object.entries(j).reduce((e,i)=>{let[t,a]=i;return e[a]=t,e},{}),b={"excessive-agency":"Excessive Agency","prompt-injection":"Prompt Injection",competitors:"Competitor Endorsements",contracts:"Unsupervised Contracts",jailbreak:"Jailbreak",pii:"PII Leaks",politics:"Political Opinions","shell-injection":"Shell Injection","sql-injection":"SQL Injection",rbac:"RBAC Enforcement","debug-access":"Debug Access","harmful:specialized-advice":"Specialized Advice","harmful:illegal-activities":"Illegal Activities","harmful:cybercrime":"Cybercrime","harmful:copyright-violations":"Copyright Violations","harmful:misinformation-disinformation":"Misinformation & disinformation"},w={"excessive-agency":"Model taking excessive initiative or misunderstanding its capabilities.","harmful:child-exploitation":"Content exploiting or harming children.","harmful:copyright-violations":"Content violating copyright laws.","harmful:cybercrime":"Content related to cybercriminal activities.","harmful:graphic-content":"Displaying graphic or violent content.","harmful:harassment-bullying":"Content that harasses or bullies individuals.","harmful:hate":"Content that promotes hate or discrimination.","harmful:illegal-activities":"Content promoting illegal activities.","harmful:illegal-drugs":"Content related to illegal drug use or trade.","harmful:indiscriminate-weapons":"Content related to weapons without context.","harmful:insults":"Content that insults or demeans individuals.","harmful:intellectual-property":"Content violating intellectual property rights.","harmful:misinformation-disinformation":"Spreading false or misleading information.","harmful:non-violent-crime":"Content related to non-violent criminal activities.","harmful:privacy":"Content violating privacy rights.","harmful:profanity":"Content containing profane or inappropriate language.","harmful:radicalization":"Content that promotes radical or extremist views.","harmful:self-harm":"Content that encourages self-harm or suicide.","harmful:sex-crime":"Content related to sexual crimes.","harmful:sexual-content":"Explicit or inappropriate sexual content.","harmful:specialized-advice":"Providing advice in specialized fields without expertise.","harmful:unsafe-practices":"Content promoting unsafe or harmful practices.","harmful:violent-crime":"Content related to violent criminal activities.","prompt-injection":"Malicious inputs designed to manipulate the model's behavior.",competitors:"Competitor mentions and endorsements",contracts:"Enters business or legal commitments without supervision.",hallucination:"Model generating false or misleading information.",hijacking:"Unauthorized or off-topic resource use.",jailbreak:"Bypassing security measures or restrictions.",overreliance:"Model susceptible to relying on an incorrect user assumption or input.",pii:"Exposure or misuse of personally identifiable information.",politics:"Makes political statements.","experimental-jailbreak":"Apply jailbreaks to all attack types","experimental-tree-jailbreak":"Apply tree jailbreaks to all attack types","sql-injection":"Attempts to perform SQL injection attacks to manipulate database queries.","shell-injection":"Attempts to execute shell commands through the model.","debug-access":"Attempts to access or use debugging commands.",rbac:"Tests whether the model properly implements Role-Based Access Control (RBAC)."};t(4309);var k=e=>{let{categoryStats:i}=e,t=[r.Critical,r.High,r.Medium,r.Low],a=t.reduce((e,t)=>(e[t]=Object.keys(i).reduce((e,i)=>v[i]===t?e+1:e,0),e),{});return(0,s.jsx)(u.Z,{spacing:2,direction:{xs:"column",sm:"row"},children:t.map(e=>(0,s.jsx)(o.Z,{flex:1,children:(0,s.jsx)(c.Z,{className:"severity-card card-".concat(e.toLowerCase()),children:(0,s.jsxs)(p.Z,{onClick:()=>window.location.hash="#table",children:[(0,s.jsx)(h.Z,{variant:"h6",gutterBottom:!0,children:e}),(0,s.jsx)(h.Z,{variant:"h4",color:"text.primary",children:a[e]}),(0,s.jsx)(h.Z,{variant:"body2",color:"text.secondary",children:"issues"})]})})},e))})},C=t(75307),Z=t(40982),R=t(29794),P=t(22701),A=t(51956),I=t(82669),S=t(77656),L=t(97540),M=t(37204),F=t(79685),H=t(74595);let N={getItem:async e=>await (0,M.U2)(e)||null,setItem:async(e,i)=>{await (0,M.t8)(e,i)},removeItem:async e=>{await (0,M.IV)(e)}},z=(0,F.Ue)()((0,H.tJ)(e=>({showPercentagesOnRiskCards:!1,setShowPercentagesOnRiskCards:i=>e(()=>({showPercentagesOnRiskCards:i})),pluginPassRateThreshold:1,setPluginPassRateThreshold:i=>e(()=>({pluginPassRateThreshold:i}))}),{name:"ReportViewStorage",storage:(0,H.FL)(()=>N)}));var E=()=>{let{showPercentagesOnRiskCards:e,setShowPercentagesOnRiskCards:i,pluginPassRateThreshold:t,setPluginPassRateThreshold:a}=z(),[r,l]=n.useState(!1),o=()=>{l(!1)};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(S.Z,{onClick:()=>{l(!0)},sx:{position:"absolute",top:8,right:8},"aria-label":"settings",children:(0,s.jsx)(C.Z,{})}),(0,s.jsxs)(R.Z,{open:r,onClose:o,fullWidth:!0,maxWidth:"sm",children:[(0,s.jsx)(I.Z,{children:"Report Settings"}),(0,s.jsxs)(A.Z,{children:[(0,s.jsx)(h.Z,{component:"div",sx:{padding:"16px 0"},children:(0,s.jsxs)("label",{style:{display:"flex",alignItems:"center",cursor:"pointer"},children:[(0,s.jsx)("input",{type:"checkbox",checked:e,onChange:e=>i(e.target.checked),style:{marginRight:"10px"}}),"Show percentages on risk cards"]})}),(0,s.jsxs)(h.Z,{component:"div",sx:{padding:"16px 0"},children:[(0,s.jsxs)("label",{children:["Plugin Pass Rate Threshold: ",(100*t).toFixed(0),"%"]}),(0,s.jsx)(h.Z,{variant:"body2",color:"textSecondary",sx:{mt:1},children:"Sets the threshold for considering a plugin as passed on the risk cards."}),(0,s.jsx)(L.ZP,{value:t,onChange:(e,i)=>a(i),"aria-labelledby":"plugin-pass-rate-threshold-slider",step:.05,marks:!0,min:0,max:1,valueLabelDisplay:"auto",valueLabelFormat:e=>"".concat((100*e).toFixed(0),"%")})]})]}),(0,s.jsx)(P.Z,{children:(0,s.jsx)(Z.Z,{onClick:o,variant:"contained",color:"primary",children:"Close"})})]})]})},D=t(63362),U=t(18845),O=t(93650),W=t(47908),T=t(85912),B=t(94941),q=t(65969),V=t(96761);t(46553);var _=e=>{let{title:i,subtitle:t,progressValue:a,numTestsPassed:r,numTestsFailed:n,testTypes:l}=e,{showPercentagesOnRiskCards:d,pluginPassRateThreshold:m}=z();return(0,s.jsx)(c.Z,{children:(0,s.jsx)(p.Z,{className:"risk-card-container",children:(0,s.jsxs)(O.ZP,{container:!0,spacing:3,children:[(0,s.jsxs)(O.ZP,{item:!0,xs:12,md:6,style:{display:"flex",flexDirection:"column",alignItems:"center",textAlign:"center"},children:[(0,s.jsx)(h.Z,{variant:"h5",className:"risk-card-title",children:i}),(0,s.jsx)(h.Z,{variant:"subtitle1",color:"textSecondary",mb:2,children:t}),(0,s.jsx)(o.Z,{sx:{position:"relative",display:"inline-flex",alignItems:"center",justifyContent:"center",width:100,height:100},children:(0,s.jsx)(V.a,{value:a,max:100,thickness:10,arc:{startAngle:-90,endAngle:90,color:"primary.main"},text:"".concat(Math.round(a),"%"),sx:{width:"100%",height:"100%"}})}),(0,s.jsxs)(h.Z,{variant:"h6",className:"risk-card-issues",children:[n," failed probes"]}),(0,s.jsxs)(h.Z,{variant:"subtitle1",color:"textSecondary",className:"risk-card-tests-passed",children:[r,"/",r+n," passed"]})]}),(0,s.jsx)(O.ZP,{item:!0,xs:6,md:4,children:(0,s.jsx)(W.Z,{dense:!0,children:l.map((e,i)=>(0,s.jsx)(q.Z,{title:w[e.name],placement:"left",arrow:!0,children:(0,s.jsxs)(T.ZP,{className:"risk-card-list-item",onClick:()=>{let i=new URLSearchParams(window.location.search),t=i.get("evalId"),a=j[e.name];window.location.href="/eval/?evalId=".concat(t,"&search=").concat(encodeURIComponent("(var=".concat(a,"|metric=").concat(a,")")))},style:{cursor:"pointer"},children:[(0,s.jsx)(B.Z,{primary:b[e.name]||j[e.name],primaryTypographyProps:{variant:"body2"}}),d?(0,s.jsx)(h.Z,{variant:"body2",className:"risk-card-percentage ".concat(e.percentage>=.8?"risk-card-percentage-high":e.percentage>=.5?"risk-card-percentage-medium":"risk-card-percentage-low"),children:"".concat(Math.round(100*e.percentage),"%")}):e.percentage>m?(0,s.jsx)(U.Z,{className:"risk-card-icon-passed"}):(0,s.jsx)(D.Z,{className:"risk-card-icon-failed"})]})},i))})})]})})})};t(32991);var J=e=>{let{categoryStats:i}=e,t=Object.keys(g).map(e=>({name:e,passed:g[e].every(e=>{var t,a;return(null===(t=i[e])||void 0===t?void 0:t.pass)===(null===(a=i[e])||void 0===a?void 0:a.total)})}));return(0,s.jsx)(u.Z,{spacing:4,children:t.map((e,t)=>{let a=e.name,r=g[a],n=r.reduce((e,t)=>{var a;return e+((null===(a=i[t])||void 0===a?void 0:a.pass)||0)},0),l=r.reduce((e,t)=>{var a;return e+((null===(a=i[t])||void 0===a?void 0:a.total)||0)},0);return(0,s.jsx)(_,{title:e.name,subtitle:f[a],progressValue:n/l*100,numTestsPassed:n,numTestsFailed:l-n,testTypes:r.map(e=>{var t,a,r,s;return{name:e,passed:(null===(t=i[e])||void 0===t?void 0:t.pass)===(null===(a=i[e])||void 0===a?void 0:a.total),percentage:((null===(r=i[e])||void 0===r?void 0:r.pass)||1)/((null===(s=i[e])||void 0===s?void 0:s.total)||1)}})},t)})})},Q=t(65068),G=t(70417),K=t(21303),X=t(61451),Y=t(26485),$=t(38592),ee=t(30021),ei=t(19708),et=t(28891);t(93091);let ea=e=>{let i=[];for(let[t,a]of Object.entries(g))for(let t of a)i.push({pluginName:t,type:j[t]||t,description:w[t]||"",passRate:e[t]?(e[t].pass/e[t].total*100).toFixed(1)+"%":"N/A",passRateWithFilter:e[t]?(e[t].passWithFilter/e[t].total*100).toFixed(1)+"%":"N/A",severity:v[t]||"Unknown"});return i.sort((e,i)=>"N/A"===e.passRate?1:"N/A"===i.passRate?-1:parseFloat(e.passRate)-parseFloat(i.passRate))};var er=e=>{let{evalId:i,categoryStats:t}=e;(0,et.useRouter)();let a=ea(t).filter(e=>"N/A"!==e.passRate),[r,l]=n.useState(0),[c,d]=n.useState(10),[m,u]=n.useState("asc"),[p,g]=n.useState("default"),f=e=>{let i=p===e&&"asc"===m;u(i?"desc":"asc"),g(e)};return(0,s.jsxs)(o.Z,{children:[(0,s.jsx)(h.Z,{variant:"h5",gutterBottom:!0,id:"table",children:"Vulnerabilities and Mitigations"}),(0,s.jsxs)(X.Z,{children:[(0,s.jsxs)(Q.Z,{children:[(0,s.jsx)(Y.Z,{children:(0,s.jsxs)(ee.Z,{children:[(0,s.jsx)(K.Z,{children:"Type"}),(0,s.jsx)(K.Z,{children:"Description"}),(0,s.jsx)(K.Z,{children:(0,s.jsx)(ei.Z,{active:"passRate"===p,direction:"passRate"===p?m:"asc",onClick:()=>f("passRate"),children:"Pass rate"})}),(0,s.jsx)(K.Z,{children:(0,s.jsx)(ei.Z,{active:"severity"===p,direction:"severity"===p?m:"asc",onClick:()=>f("severity"),children:"Severity"})}),(0,s.jsx)(K.Z,{style:{minWidth:"275px"},children:"Actions"})]})}),(0,s.jsx)(G.Z,{children:a.sort((e,i)=>{if("passRate"===p)return"N/A"===e.passRate?1:"N/A"===i.passRate?-1:"asc"===m?parseFloat(e.passRate)-parseFloat(i.passRate):parseFloat(i.passRate)-parseFloat(e.passRate);if("severity"===p){if("N/A"===e.passRate)return 1;if("N/A"===i.passRate)return -1;let t={Critical:4,High:3,Medium:2,Low:1};return"asc"===m?t[e.severity]-t[i.severity]:t[i.severity]-t[e.severity]}{let t={Critical:4,High:3,Medium:2,Low:1};return e.severity===i.severity?parseFloat(e.passRate)-parseFloat(i.passRate):t[i.severity]-t[e.severity]}}).slice(r*c,r*c+c).map((e,i)=>{let t="";if("N/A"!==e.passRate){let i=parseFloat(e.passRate);t=i>=75?"pass-high":i>=50?"pass-medium":"pass-low"}return(0,s.jsxs)(ee.Z,{children:[(0,s.jsx)(K.Z,{children:(0,s.jsx)("span",{style:{fontWeight:500},children:b[e.pluginName]||e.type})}),(0,s.jsx)(K.Z,{children:e.description}),(0,s.jsxs)(K.Z,{className:t,children:[(0,s.jsx)("strong",{children:e.passRate}),e.passRateWithFilter!==e.passRate?(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("br",{}),"(",e.passRateWithFilter," with mitigation)"]}):null]}),(0,s.jsx)(K.Z,{className:"vuln-".concat(e.severity.toLowerCase()),children:e.severity}),(0,s.jsxs)(K.Z,{style:{minWidth:270},children:[(0,s.jsx)(Z.Z,{variant:"contained",size:"small",onClick:()=>{let i=new URLSearchParams(window.location.search),t=i.get("evalId");window.location.href="/eval/?evalId=".concat(t,"&search=").concat(encodeURIComponent("(var=".concat(e.type,"|metric=").concat(e.type,")")))},children:"View logs"}),(0,s.jsx)(q.Z,{title:"Temporarily disabled while in beta, click to contact us to enable",children:(0,s.jsx)(Z.Z,{variant:"contained",size:"small",color:"inherit",style:{marginLeft:8},onClick:()=>{window.location.href="mailto:inquiries@promptfoo.dev?subject=Promptfoo%20automatic%20vulnerability%20mitigation&body=Hello%20Promptfoo%20Team,%0D%0A%0D%0AI%20am%20interested%20in%20learning%20more%20about%20the%20automatic%20vulnerability%20mitigation%20beta.%20Please%20provide%20me%20with%20more%20details.%0D%0A%0D%0A"},children:"Apply mitigation"})})]})]},i)})})]}),a.length>c&&(0,s.jsx)($.Z,{rowsPerPageOptions:[10,25,50],component:"div",count:a.length,rowsPerPage:c,page:r,onPageChange:(e,i)=>{l(i)},onRowsPerPageChange:e=>{d(parseInt(e.target.value,10)),l(0)}})]})]})};t(67667);var es=()=>{let[e,i]=n.useState(null),[t,a]=n.useState(null);if(n.useEffect(()=>{let e=async e=>{let i=await fetch("".concat(await (0,l.b)(),"/api/results/").concat(e),{cache:"no-store"}),t=await i.json();a(t.data)},t=new URLSearchParams(window.location.search);if(!t)return;let r=t.get("evalId");r&&(i(r),e(r))},[]),!t||!e)return(0,s.jsx)(o.Z,{sx:{width:"100%",textAlign:"center"},children:"Loading..."});let r=t.results.table.head.prompts[0],p=t.results.table.body,g=t.results.results.reduce((e,i)=>{var t,a,r,s,n,l,o,c;let d=i.vars.harmCategory,m=(null===(a=i.gradingResult)||void 0===a?void 0:null===(t=a.componentResults)||void 0===t?void 0:t.map(e=>{var i;return null===(i=e.assertion)||void 0===i?void 0:i.metric}))||[],u=[d,...m].filter(e=>e);for(let t of u){let a=y[t];if(!a){console.log("Unknown harm category:",t);break}i.success;let d=null===(s=i.gradingResult)||void 0===s?void 0:null===(r=s.componentResults)||void 0===r?void 0:r.some(e=>{var i;let t=(null===(i=e.assertion)||void 0===i?void 0:i.type)==="moderation",a=e.pass;return t&&a}),m=null===(l=i.gradingResult)||void 0===l?void 0:null===(n=l.componentResults)||void 0===n?void 0:n.some(e=>{var i;let t=(null===(i=e.assertion)||void 0===i?void 0:i.type)==="llm-rubric",a=e.pass;return t&&a}),u=null===(c=i.gradingResult)||void 0===c?void 0:null===(o=c.componentResults)||void 0===o?void 0:o.some(e=>{var i;let t=(null===(i=e.assertion)||void 0===i?void 0:i.type)==="human",a=e.pass;return t&&a});e[a]=e[a]||{pass:0,total:0,passWithFilter:0},e[a].total++,m||u?(e[a].pass++,e[a].passWithFilter++):!d&&e[a].passWithFilter++}return e},{});return(0,s.jsx)(m.Z,{children:(0,s.jsxs)(u.Z,{spacing:4,pb:8,pt:2,children:[(0,s.jsxs)(c.Z,{className:"report-header",sx:{position:"relative"},children:[(0,s.jsx)(E,{}),(0,s.jsxs)(h.Z,{variant:"h4",children:[(0,s.jsx)("strong",{children:"LLM Risk Assessment"}),t.config.description&&": ".concat(t.config.description)]}),(0,s.jsx)(h.Z,{variant:"subtitle1",mb:2,children:new Date(t.createdAt).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"})}),(0,s.jsxs)(o.Z,{className:"report-details",children:[(0,s.jsx)(d.Z,{size:"small",label:(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("strong",{children:"Model:"})," ",r.provider]})}),(0,s.jsx)(d.Z,{size:"small",label:(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("strong",{children:"Dataset:"})," ",p.length," probes"]})}),(0,s.jsx)(d.Z,{size:"small",label:(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("strong",{children:"Prompt:"}),' "',r.raw.length>40?"".concat(r.raw.substring(0,40),"..."):r.raw,'"']})})]})]}),(0,s.jsx)(k,{categoryStats:g}),(0,s.jsx)(J,{categoryStats:g}),(0,s.jsx)(er,{evalId:e,categoryStats:g})]})})}},4309:function(){},67667:function(){},46553:function(){},32991:function(){},93091:function(){}},function(e){e.O(0,[903,916,493,304,281,969,378,476,515,69,470,730,744],function(){return e(e.s=58004)}),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[413],{8458:function(e,t,n){Promise.resolve().then(n.bind(n,83013))},83013:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return ep}});var a=n(24004),i=n(14978),r=n(69179),l=n(47887),s=n(49567),o=n(40982),c=n(11520),d=n(29794),p=n(22701),u=n(51956),h=n(8541),x=n(82669),m=n(32414),f=n(63147),j=n(75307),v=n(63346),g=n(89235),Z=n(4078),b=n(67339),y=()=>{let{env:e,setEnv:t}=(0,l.o)(),[n,r]=(0,i.useState)(!1),[s,c]=(0,i.useState)(e),h=()=>{r(!1)};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(o.Z,{variant:"outlined",startIcon:(0,a.jsx)(j.Z,{}),onClick:()=>{r(!0)},children:"API keys"}),(0,a.jsxs)(d.Z,{open:n,onClose:h,fullWidth:!0,maxWidth:"md",children:[(0,a.jsx)(x.Z,{children:"Provider settings"}),(0,a.jsxs)(u.Z,{children:[(0,a.jsxs)(v.Z,{defaultExpanded:!0,children:[(0,a.jsx)(Z.Z,{children:"OpenAI"}),(0,a.jsxs)(g.Z,{children:[(0,a.jsx)(b.Z,{label:"OpenAI API key",fullWidth:!0,margin:"normal",value:s.OPENAI_API_KEY,onChange:e=>c({...s,OPENAI_API_KEY:e.target.value})}),(0,a.jsx)(b.Z,{label:"OpenAI API host",fullWidth:!0,margin:"normal",value:s.OPENAI_API_HOST,onChange:e=>c({...s,OPENAI_API_HOST:e.target.value})}),(0,a.jsx)(b.Z,{label:"OpenAI organization",fullWidth:!0,margin:"normal",value:s.OPENAI_ORGANIZATION,onChange:e=>c({...s,OPENAI_ORGANIZATION:e.target.value})})]})]}),(0,a.jsxs)(v.Z,{children:[(0,a.jsx)(Z.Z,{children:"Azure"}),(0,a.jsx)(g.Z,{children:(0,a.jsx)(b.Z,{label:"Azure API key",fullWidth:!0,margin:"normal",value:s.AZURE_OPENAI_API_KEY,onChange:e=>c({...s,AZURE_OPENAI_API_KEY:e.target.value})})})]}),(0,a.jsxs)(v.Z,{children:[(0,a.jsx)(Z.Z,{children:"Amazon Bedrock"}),(0,a.jsx)(g.Z,{children:(0,a.jsx)(b.Z,{label:"Bedrock Region",fullWidth:!0,margin:"normal",value:s.AWS_BEDROCK_REGION,onChange:e=>c({...s,AWS_BEDROCK_REGION:e.target.value})})})]}),(0,a.jsxs)(v.Z,{children:[(0,a.jsx)(Z.Z,{children:"Anthropic"}),(0,a.jsx)(g.Z,{children:(0,a.jsx)(b.Z,{label:"Anthropic API key",fullWidth:!0,margin:"normal",value:s.ANTHROPIC_API_KEY,onChange:e=>c({...s,ANTHROPIC_API_KEY:e.target.value})})})]}),(0,a.jsxs)(v.Z,{children:[(0,a.jsx)(Z.Z,{children:"Google Vertex AI"}),(0,a.jsx)(g.Z,{children:(0,a.jsx)(b.Z,{label:"Vertex API Key",fullWidth:!0,margin:"normal",value:s.VERTEX_API_KEY,onChange:e=>c({...s,VERTEX_API_KEY:e.target.value})})}),(0,a.jsx)(g.Z,{children:(0,a.jsx)(b.Z,{label:"Vertex Project ID",fullWidth:!0,margin:"normal",value:s.VERTEX_PROJECT_ID,onChange:e=>c({...s,VERTEX_PROJECT_ID:e.target.value})})}),(0,a.jsx)(g.Z,{children:(0,a.jsx)(b.Z,{label:"Vertex Region",fullWidth:!0,margin:"normal",value:s.VERTEX_REGION,onChange:e=>c({...s,VERTEX_REGION:e.target.value})})})]}),(0,a.jsxs)(v.Z,{children:[(0,a.jsx)(Z.Z,{children:"Replicate"}),(0,a.jsx)(g.Z,{children:(0,a.jsx)(b.Z,{label:"Replicate API key",fullWidth:!0,margin:"normal",value:s.REPLICATE_API_KEY,onChange:e=>c({...s,REPLICATE_API_KEY:e.target.value})})})]})]}),(0,a.jsxs)(p.Z,{children:[(0,a.jsx)(o.Z,{onClick:h,color:"primary",children:"Cancel"}),(0,a.jsx)(o.Z,{onClick:()=>{t(s),h()},color:"primary",variant:"contained",children:"Save"})]})]})]})},_=n(35185),C=n(5592),k=n(14931),A=n(2185),E=n(77656),I=n(65068),O=n(70417),S=n(21303),P=n(61451),T=n(30021),w=n(65969),R=e=>{let{open:t,prompt:n,index:r,onAdd:l,onCancel:s}=e,[c,h]=i.useState(n),m=i.useRef(null);i.useEffect(()=>{h(n)},[n]);let f=e=>{l(c),h(""),e?s():m.current&&m.current.focus()};return(0,a.jsxs)(d.Z,{open:t,onClose:s,fullWidth:!0,maxWidth:"md",children:[(0,a.jsx)(x.Z,{children:"Edit Prompt ".concat(r+1)}),(0,a.jsx)(u.Z,{children:(0,a.jsx)(b.Z,{value:c,onChange:e=>h(e.target.value),fullWidth:!0,margin:"normal",multiline:!0,placeholder:"The quick brown {{animal1}} jumps over the lazy {{animal2}}.",helperText:"Tip: use the {{varname}} syntax to add variables to your prompt.",inputRef:m})}),(0,a.jsxs)(p.Z,{children:[(0,a.jsx)(o.Z,{onClick:f.bind(null,!0),color:"primary",variant:"contained",disabled:!c.length,children:"Add"}),(0,a.jsx)(o.Z,{onClick:f.bind(null,!1),color:"primary",variant:"contained",disabled:!c.length,children:"Add Another"}),(0,a.jsx)(o.Z,{onClick:s,color:"secondary",children:"Cancel"})]})]})};n(94499);var W=()=>{let[e,t]=(0,i.useState)(!1),[n,r]=(0,i.useState)(null),{prompts:s,setPrompts:c}=(0,l.o)(),d=(0,i.useRef)(null);(0,i.useEffect)(()=>{null!==n&&n>0&&d.current&&d.current.focus()},[n]);let p=e=>{r(e),t(!0)},u=(e,t)=>{e.stopPropagation();let n=s[t];c([...s,n])},h=(e,t)=>{c(s.map((n,a)=>a===e?t:n))},x=(e,t)=>{e.stopPropagation(),confirm("Are you sure you want to remove this prompt?")&&c(s.filter((e,n)=>n!==t))};return(0,a.jsxs)("div",{children:[(0,a.jsxs)(m.Z,{direction:"row",spacing:2,mb:2,justifyContent:"space-between",children:[(0,a.jsx)(f.Z,{variant:"h5",children:"Prompts"}),(0,a.jsxs)("div",{children:[(0,a.jsx)("label",{htmlFor:"file-input-add-prompt",children:(0,a.jsx)(w.Z,{title:"Upload prompt from file",children:(0,a.jsxs)("span",{children:[(0,a.jsx)(E.Z,{component:"span",children:(0,a.jsx)(A.Z,{})}),(0,a.jsx)("input",{id:"file-input-add-prompt",type:"file",accept:".txt,.md",onChange:e=>{var t;e.stopPropagation(),e.preventDefault();let n=null===(t=e.target.files)||void 0===t?void 0:t[0];if(n){let e=new FileReader;e.onload=e=>{var t,n;let a=null===(n=e.target)||void 0===n?void 0:null===(t=n.result)||void 0===t?void 0:t.toString();a&&c([...s,a])},e.readAsText(n)}},style:{display:"none"}})]})})}),(0,a.jsx)(o.Z,{color:"primary",onClick:()=>{t(!0)},variant:"contained",children:"Add Prompt"})]})]}),(0,a.jsx)(P.Z,{children:(0,a.jsx)(I.Z,{children:(0,a.jsx)(O.Z,{children:0===s.length?(0,a.jsx)(T.Z,{children:(0,a.jsx)(S.Z,{colSpan:2,align:"center",children:"No prompts added yet."})}):s.map((e,t)=>(0,a.jsxs)(T.Z,{sx:{"&:hover":{backgroundColor:"rgba(0, 0, 0, 0.04)",cursor:"pointer"}},onClick:()=>p(t),children:[(0,a.jsx)(S.Z,{children:(0,a.jsxs)(f.Z,{variant:"body2",children:["Prompt #".concat(t+1,": "),(e.length>250?e.slice(0,250)+" ...":e).split(/({{\w+}})/g).map((e,t)=>/{{\s*(\w+)\s*}}/g.test(e)?(0,a.jsx)("span",{className:"prompt-var-highlight",children:e},t):e)]})}),(0,a.jsxs)(S.Z,{align:"right",sx:{minWidth:150},children:[(0,a.jsx)(E.Z,{onClick:()=>p(t),size:"small",children:(0,a.jsx)(k.Z,{})}),(0,a.jsx)(E.Z,{onClick:e=>u(e,t),size:"small",children:(0,a.jsx)(_.Z,{})}),(0,a.jsx)(E.Z,{onClick:e=>x(e,t),size:"small",children:(0,a.jsx)(C.Z,{})})]})]},t))})})}),(0,a.jsx)(R,{open:e,prompt:null!==n?s[n]:"",index:null!==n?n:0,onAdd:e=>{null!==n?h(n,e):c([...s,e]),r(null)},onCancel:()=>{r(null),t(!1)}})]})},N=n(77155),z=n(885),F=e=>{let{onChange:t,...n}=e,[r,l]=i.useState(""),[s,o]=i.useState(!1);return(0,a.jsx)(b.Z,{...n,error:s,helperText:s?"Invalid JSON":"",value:r,onChange:e=>{let n=e.target.value;try{let e=JSON.parse(n);l(n),o(!1),t&&t(e)}catch(e){l(n),o(!0)}}})},V=e=>{let{open:t,providerId:n,config:r,onClose:l,onSave:c}=e,[h,m]=i.useState(r);return i.useEffect(()=>{m(r)},[r]),(0,a.jsxs)(d.Z,{open:t,onClose:l,fullWidth:!0,maxWidth:"md",children:[(0,a.jsxs)(x.Z,{children:["Edit ",n.length>50?n.slice(0,50)+"...":n]}),(0,a.jsx)(u.Z,{children:Object.keys(h).map(e=>{let t;let n=h[e];return"number"==typeof n||"boolean"==typeof n||"string"==typeof n?(t="number"==typeof n?t=>m({...h,[e]:parseFloat(t.target.value)}):"boolean"==typeof n?t=>m({...h,[e]:"true"===t.target.value}):t=>{let n=t.target.value.trim();if(n.startsWith("{")||n.startsWith("["))try{m({...h,[e]:JSON.parse(n)})}catch(t){m({...h,[e]:n})}else"null"===n?m({...h,[e]:null}):"undefined"===n?m({...h,[e]:void 0}):m({...h,[e]:n})},(0,a.jsx)(s.Z,{my:2,children:(0,a.jsx)(b.Z,{label:e,value:n,onChange:t,fullWidth:!0,InputLabelProps:{shrink:!0},type:"number"==typeof n?"number":"text"})},e)):(0,a.jsx)(s.Z,{my:2,children:(0,a.jsx)(F,{label:e,defaultValue:JSON.stringify(n),onChange:t=>{m({...h,[e]:t})},fullWidth:!0,multiline:!0,minRows:2,InputLabelProps:{shrink:!0}})},e)})}),(0,a.jsxs)(p.Z,{children:[(0,a.jsx)(o.Z,{onClick:l,children:"Cancel"}),(0,a.jsx)(o.Z,{onClick:()=>{c(h)},children:"Save"})]})]})};let L=[].concat(["openai:gpt-4o","openai:gpt-4o-2024-05-13","openai:gpt-4o-mini","openai:gpt-4o-mini-2024-07-18","openai:gpt-4-turbo","openai:gpt-4","openai:gpt-3.5-turbo"].map(e=>({id:e,config:{organization:"",temperature:.5,max_tokens:1024,top_p:1,frequency_penalty:0,presence_penalty:0,function_call:void 0,functions:void 0,stop:void 0}}))).concat(["anthropic:messages:claude-3-5-sonnet-20240620","anthropic:messages:claude-3-haiku-20240307","anthropic:messages:claude-3-sonnet-20240229","anthropic:messages:claude-3-opus-20240229"].map(e=>({id:e,config:{max_tokens:1024,temperature:.5}}))).concat(["bedrock:anthropic.claude-3-haiku-20240307-v1:0","bedrock:anthropic.claude-3-sonnet-20240229-v1:0","bedrock:anthropic.claude-3-opus-20240307-v1:0"].map(e=>({id:e,config:{max_tokens_to_sample:256,temperature:.5}}))).concat(["azureopenai:gpt-4o-2024-05-13","azureopenai:gpt-4-turbo-2024-04-09","azureopenai:gpt-4-32k-0613","azureopenai:gpt-4-0613","azureopenai:gpt-35-turbo-0125"].map(e=>({id:e,config:{temperature:.5,max_tokens:1024,top_p:1,frequency_penalty:0,presence_penalty:0,function_call:void 0,functions:void 0,stop:void 0}}))).concat(["vertex:chat-bison@001","vertex:chat-bison","vertex:chat-bison-32k","vertex:chat-bison-32k@001"].map(e=>({id:e,config:{context:void 0,examples:void 0,temperature:0,maxOutputTokens:1024,topP:.95,topK:40,safetySettings:void 0,stopSequence:void 0}}))).concat(["replicate:replicate/flan-t5-small:69716ad8c34274043bf4a135b7315c7c569ec931d8f23d6826e249e1c142a264"].map(e=>({id:e,config:{temperature:.5,max_length:1024,repetition_penality:1}}))).concat(["replicate:replicate/codellama-7b-instruct:0103579e86fc75ba0d65912890fa19ef03c84a68554635319accf2e0ba93d3ae","replicate:replicate/codellama-13b-instruct:da5676342de1a5a335b848383af297f592b816b950a43d251a0a9edd0113604b","replicate:replicate/llama-2-70b-chat:2796ee9483c3fd7aa2e171d38f4ca12251a30609463dcfd4cd76703f22e96cdf"].map(e=>({id:e,config:{system_prompt:"",temperature:.75,top_p:.9,top_k:50,max_new_tokens:128,min_new_tokens:-1}}))).concat(["replicate:replicate/codellama-7b:6880b103613a9cd23950c5fd6c140197e519905bd0dd00e448c4858bdd06090a","replicate:replicate/codellama-13b-python:09b87c02dfa403e0c3289166dece62286b3bce49bae39a9c9204713cf94b8b7d","replicate:replicate/codellama-13b:1c914d844307b0588599b8393480a3ba917b660c7e9dfae681542b5325f228db","replicate:replicate/codellama-34b-python:9048743d22a7b19cd0abb018066809ea6af4f2b4717bef9aad3c5ae21ceac00d","replicate:replicate/codellama-34b:0666717e5ead8557dff55ee8f11924b5c0309f5f1ca52f64bb8eec405fdb38a7"].map(e=>({id:e,config:{temperature:.75,top_p:.9,top_k:50,max_new_tokens:128,min_new_tokens:-1}}))).concat(["replicate:a16z-infra/llama-2-7b-chat:7b0bfc9aff140d5b75bacbed23e91fd3c34b01a1e958d32132de6e0a19796e2c","replicate:a16z-infra/llama-2-13b-chat:2a7f981751ec7fdf87b5b91ad4db53683a98082e9ff7bfd12c8cd5ea85980a52"].map(e=>({id:e,config:{temperature:.95,top_p:.95,top_k:250,max_new_tokens:500,min_new_tokens:-1,repetition_penalty:1,system_prompt:""}}))).concat(["replicate:mistralai/mistral-7b-v0.1","replicate:mistralai/mistral-7b-instruct-v0.2","replicate:mistralai/mixtral-8x7b-instruct-v0.1"].map(e=>({id:e,config:{temperature:.7,top_p:.9,top_k:-1,max_new_tokens:128,min_new_tokens:-1,repetition_penalty:1.15,prompt_template:"{prompt}"}}))).sort((e,t)=>e.id.localeCompare(t.id)),U={anthropic:"Anthropic",bedrock:"Amazon Web Services",azureopenai:"Azure",openai:"OpenAI",replicate:"Replicate"};var q=e=>{let{providers:t,onChange:n}=e,[r,l]=i.useState(null),o=e=>"string"==typeof e?e:e.id||"Unknown provider",c=(e,t)=>"string"==typeof e?e:e.id||t,d=e=>{"string"==typeof e?alert("Cannot edit custom providers"):e.config?l(e):alert("There is no config for this provider")};return(0,a.jsxs)(s.Z,{mt:2,children:[(0,a.jsx)(N.Z,{multiple:!0,freeSolo:!0,options:L,value:t,groupBy:e=>(function(e){if(!e)return"Other";let t=e.split(":")[0];return U[t]||t})(e.id),onChange:(e,t)=>{n(t.map(e=>"string"==typeof e?{id:e}:e))},getOptionLabel:e=>{if(!e)return"";let t="";"string"==typeof e&&(t=e),e.id&&"string"==typeof e.id&&(t=e.id);let n=t.split(":");return n.length>1?n.length>2&&"anthropic"===n[0]?n[2]:n[1]:"Unknown provider"},renderTags:(e,t)=>e.map((e,n)=>{let a=o(e),r=c(e,n);return(0,i.createElement)(z.Z,{variant:"outlined",label:a,...t({index:n}),key:r,onClick:()=>d(e)})}),renderInput:e=>(0,a.jsx)(b.Z,{...e,variant:"outlined",placeholder:"Select LLM providers",helperText:t.length>0?"Click a provider to configure its settings.":null})}),r&&r.id&&(0,a.jsx)(V,{open:!!r,providerId:r.id,config:r.config,onClose:()=>l(null),onSave:e=>{if(r){let a=t.map(t=>t.id===r.id?{...t,config:e}:t);n(a),l(null)}}})]})},B=n(52428),K=n(11615),D=n(28891),Y=()=>{let e=(0,D.useRouter)(),{defaultTest:t,description:n,env:r,evaluateOptions:s,prompts:c,providers:d,scenarios:p,testCases:u}=(0,l.o)(),[h,x]=(0,i.useState)(!1),[m,f]=(0,i.useState)(0),j=async()=>{x(!0);try{let a=await fetch("".concat(B.eA,"/api/eval/job/"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({defaultTest:t,description:n,env:r,evaluateOptions:s,prompts:c,providers:d,scenarios:p,tests:u})});if(!a.ok)throw Error("HTTP error! status: ".concat(a.status));let i=await a.json(),l=setInterval(async()=>{let t=await fetch("".concat(B.eA,"/api/eval/job/").concat(i.id,"/"));if(!t.ok)throw clearInterval(l),Error("HTTP error! status: ".concat(t.status));let n=await t.json();if("complete"===n.status)clearInterval(l),x(!1),B.Ox?e.push("/eval/remote:".concat(encodeURIComponent(i.id))):e.push("/eval");else if("failed"===n.status)throw clearInterval(l),x(!1),Error("Job failed");else{let e=0===n.total?0:Math.round(n.progress/n.total*100);f(e)}},1e3)}catch(e){console.error(e),x(!1),alert("An error occurred: ".concat(e.message))}};return(0,a.jsx)(o.Z,{variant:"contained",color:"primary",onClick:j,disabled:h,children:h?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(K.Z,{size:24,sx:{marginRight:2}}),m.toFixed(0),"% complete"]}):"Run Evaluation"})},J=n(15320),X=n(26485);let G=["equals","contains","icontains","contains-all","contains-any","starts-with","regex","is-json","contains-json","is-sql","contains-sql","similar","llm-rubric","model-graded-closedqa","factuality","webhook","rouge-n","rouge-s","rouge-l","not-equals","not-contains","not-icontains","not-contains-all","not-contains-any","not-starts-with","not-regex","not-is-json","not-contains-json","not-similar","not-webhook","not-rouge-n","not-rouge-s","not-rouge-l","is-valid-openai-function-call","is-valid-openai-tools-call","latency","perplexity","perplexity-score","cost","answer-relevance","context-faithfulness","context-recall","context-relevance","select-best","moderation"];var H=e=>{let{onAdd:t,initialValues:n}=e,[r,l]=(0,i.useState)(n||[]),c=e=>{let n=r.filter((t,n)=>n!==e);l(n),t(n)};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(f.Z,{variant:"h6",children:"Asserts"}),(0,a.jsx)(s.Z,{my:r.length>0?2:0,children:(0,a.jsx)(m.Z,{direction:"column",spacing:2,children:r.map((e,n)=>(0,a.jsxs)(m.Z,{direction:"row",spacing:2,alignItems:"center",children:[(0,a.jsx)(N.Z,{value:e.type,options:G,sx:{minWidth:200},onChange:(e,a)=>{let i=r.map((e,t)=>t===n?{...e,type:a}:e);l(i),t(i)},renderInput:e=>(0,a.jsx)(b.Z,{...e,label:"Type"})}),(0,a.jsx)(b.Z,{label:"Value",value:e.value,fullWidth:!0,onChange:e=>{let a=e.target.value,i=r.map((e,t)=>t===n?{...e,value:a}:e);l(i),t(i)}}),(0,a.jsx)(E.Z,{onClick:()=>c(n),size:"small",children:(0,a.jsx)(C.Z,{})})]},n))})}),(0,a.jsx)(o.Z,{color:"primary",onClick:()=>{let e=[...r,{type:"equals",value:""}];l(e),t(e)},children:"Add Assert"})]})},M=e=>{let{onAdd:t,varsList:n,initialValues:r}=e,[l,o]=i.useState(r||{});return(0,i.useEffect)(()=>{let e={};n.forEach(t=>{e[t]=(null==r?void 0:r[t])||""}),o(e)},[n,r]),(0,a.jsxs)(s.Z,{my:2,children:[(0,a.jsx)(f.Z,{variant:"h6",mb:2,children:"Vars"}),n.length>0?(0,a.jsx)(m.Z,{direction:"row",spacing:2,alignItems:"center",children:Object.keys(l).map((e,n)=>(0,a.jsx)(m.Z,{direction:"row",spacing:2,alignItems:"center",children:(0,a.jsx)(b.Z,{placeholder:e,label:e,value:l[e],fullWidth:!0,onChange:n=>{let a=n.target.value,i={...l,[e]:a};o(i),t(i)}})},n))}):(0,a.jsxs)(f.Z,{variant:"subtitle1",gutterBottom:!0,children:["Add variables to your prompt using the ","{{varname}}"," syntax."]})]})},$=e=>{let{open:t,onAdd:n,varsList:r,initialValues:l,onCancel:c}=e,[h,m]=(0,i.useState)((null==l?void 0:l.description)||""),[f,j]=(0,i.useState)((null==l?void 0:l.vars)||{}),[v,g]=(0,i.useState)((null==l?void 0:l.assert)||[]),[Z,b]=(0,i.useState)(0);i.useEffect(()=>{l?(m(l.description||""),j(l.vars||{}),g(l.assert||[])):(m(""),j({}),g([]))},[l]);let y=e=>{n({description:h,vars:f,assert:v},e),e&&c(),m(""),j({}),g([]),b(e=>e+1)};return(0,a.jsxs)(d.Z,{open:t,onClose:c,fullWidth:!0,maxWidth:"md",children:[(0,a.jsx)(x.Z,{children:l?"Edit Test Case":"Add Test Case"}),(0,a.jsx)(u.Z,{children:(0,a.jsxs)(s.Z,{children:[(0,a.jsx)(M,{onAdd:e=>j(e),varsList:r,initialValues:null==l?void 0:l.vars}),(0,a.jsx)(H,{onAdd:e=>g(e),initialValues:((null==l?void 0:l.assert)||[]).filter(e=>"assert-set"!==e.type)||[]},Z)]})}),(0,a.jsxs)(p.Z,{children:[(0,a.jsx)(o.Z,{onClick:y.bind(void 0,!0),color:"primary",variant:"contained",children:l?"Update Test Case":"Add Test Case"}),!l&&(0,a.jsx)(o.Z,{onClick:y.bind(void 0,!1),color:"primary",variant:"contained",children:"Add Another"}),(0,a.jsx)(o.Z,{onClick:c,color:"secondary",children:"Cancel"})]})]})},Q=e=>{let{varsList:t}=e,{testCases:r,setTestCases:s}=(0,l.o)(),[c,d]=i.useState(null),[p,u]=i.useState(!1),h=(e,t)=>{e.stopPropagation(),confirm("Are you sure you want to delete this test case?")&&s(r.filter((e,n)=>n!==t))},x=(e,t)=>{e.stopPropagation();let n=JSON.parse(JSON.stringify(r[t]));s([...r,n])};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)(m.Z,{direction:"row",spacing:2,mb:2,justifyContent:"space-between",children:[(0,a.jsx)(f.Z,{variant:"h5",children:"Test Cases"}),(0,a.jsxs)("div",{children:[(0,a.jsx)("label",{htmlFor:"file-input-add-test-case",children:(0,a.jsx)(w.Z,{title:"Upload test cases from csv",children:(0,a.jsxs)("span",{children:[(0,a.jsx)(E.Z,{component:"span",children:(0,a.jsx)(A.Z,{})}),(0,a.jsx)("input",{id:"file-input-add-test-case",type:"file",accept:".csv",onChange:e=>{var t;e.stopPropagation(),e.preventDefault();let a=null===(t=e.target.files)||void 0===t?void 0:t[0];if(a){let e=new FileReader;e.onload=async e=>{var t,a;let i=null===(a=e.target)||void 0===a?void 0:null===(t=a.result)||void 0===t?void 0:t.toString();if(i){let{parse:e}=await Promise.all([n.e(631),n.e(887)]).then(n.bind(n,83887)),t=e(i,{columns:!0}),a=t.map(e=>(0,J.It)(e));s([...r,...a])}},e.readAsText(a)}},style:{display:"none"}})]})})}),(0,a.jsx)(o.Z,{color:"primary",onClick:()=>u(!0),variant:"contained",children:"Add Test Case"})]})]}),(0,a.jsx)(P.Z,{children:(0,a.jsxs)(I.Z,{children:[(0,a.jsx)(X.Z,{children:(0,a.jsxs)(T.Z,{children:[(0,a.jsx)(S.Z,{children:"Description"}),(0,a.jsx)(S.Z,{children:"Assertions"}),(0,a.jsx)(S.Z,{children:"Variables"}),(0,a.jsx)(S.Z,{align:"right"})]})}),(0,a.jsx)(O.Z,{children:0===r.length?(0,a.jsx)(T.Z,{children:(0,a.jsx)(S.Z,{colSpan:4,align:"center",children:"No test cases added yet."})}):r.map((e,t)=>{var n;return(0,a.jsxs)(T.Z,{sx:{"&:hover":{backgroundColor:"rgba(0, 0, 0, 0.04)",cursor:"pointer"}},onClick:()=>{d(t),u(!0)},children:[(0,a.jsx)(S.Z,{children:(0,a.jsx)(f.Z,{variant:"body2",children:e.description||"Test Case #".concat(t+1)})}),(0,a.jsxs)(S.Z,{children:[(null===(n=e.assert)||void 0===n?void 0:n.length)||0," assertions"]}),(0,a.jsx)(S.Z,{children:Object.entries(e.vars||{}).map(e=>{let[t,n]=e;return t+"="+n}).join(", ")}),(0,a.jsxs)(S.Z,{align:"right",sx:{minWidth:150},children:[(0,a.jsx)(E.Z,{onClick:()=>{d(t),u(!0)},size:"small",children:(0,a.jsx)(k.Z,{})}),(0,a.jsx)(E.Z,{onClick:e=>x(e,t),size:"small",children:(0,a.jsx)(_.Z,{})}),(0,a.jsx)(E.Z,{onClick:e=>h(e,t),size:"small",children:(0,a.jsx)(C.Z,{})})]})]},t)})})]})}),(0,a.jsx)($,{open:p,onAdd:(e,t)=>{if(null===c)s([...r,e]);else{let t=r.map((t,n)=>n===c?e:t);s(t),d(null)}t&&u(!1)},varsList:t,initialValues:null!==c?r[c]:void 0,onCancel:()=>{d(null),u(!1)}})]})},ee=n(71911),et=n.n(ee),en=n(93522),ea=n(92863),ei=n(34235),er=n(38640),el=n.n(er),es=n(29270);n(54492),n(55096),n(93486);var eo=()=>{let e="dark"===(0,ea.Z)().palette.mode,{defaultTest:t,setDefaultTest:n,description:r,setDescription:c,env:d,setEnv:p,evaluateOptions:u,setEvaluateOptions:h,prompts:x,setPrompts:m,providers:j,setProviders:v,scenarios:g,setScenarios:Z,testCases:b,setTestCases:y}=(0,l.o)(),[_,C]=i.useState(""),[A,E]=i.useState(!0),I=e=>{n(e.defaultTest||{}),c(e.description||""),p(e.env||{}),h(e.evaluateOptions||{}),m(e.prompts||[]),v(e.providers||[]),Z(e.scenarios||[]),y(e.tests||[])};return i.useEffect(()=>{C(ei.default.dump({defaultTest:t,description:r,env:d,evaluateOptions:u,prompts:x,providers:j,scenarios:g,tests:b}))},[t,r,d,u,x,j,g,b]),(0,a.jsxs)(s.Z,{mt:4,children:[(0,a.jsx)(f.Z,{variant:"h5",gutterBottom:!0,children:"Configuration"}),(0,a.jsxs)(f.Z,{variant:"body1",gutterBottom:!0,children:["This is the YAML config that defines the evaluation and is processed by promptfoo. See"," ",(0,a.jsx)(el(),{target:"_blank",href:"https://promptfoo.dev/docs/configuration/guide",children:"configuration docs"})," ","to learn more."]}),(0,a.jsx)(o.Z,{variant:"text",color:"primary",startIcon:A?(0,a.jsx)(k.Z,{}):(0,a.jsx)(en.Z,{}),onClick:()=>{if(!A)try{let e=ei.default.load(_,{json:!0});I(e)}catch(e){}E(!A)},children:A?"Edit YAML":"Save"}),(0,a.jsx)(et(),{autoCapitalize:"off",value:_,onValueChange:e=>{A||C(e)},highlight:e=>(0,es.highlight)(e,es.languages.yaml),padding:10,style:{backgroundColor:e?"#1e1e1e":"#fff",fontFamily:'"Fira code", "Fira Mono", monospace',fontSize:14},disabled:A,className:A?"":"glowing-border"})]})};n(7517);var ec=n(77580);function ed(e){let{error:t,resetErrorBoundary:n}=e;return(0,a.jsxs)("div",{role:"alert",children:[(0,a.jsx)("p",{children:"Something went wrong:"}),(0,a.jsx)("pre",{children:t.message}),(0,a.jsx)("button",{onClick:n,children:"Try again"})]})}var ep=()=>{let[e,t]=(0,i.useState)(!1),{description:n,setDescription:j,providers:v,setProviders:g,prompts:Z,setPrompts:b,testCases:_,setTestCases:C}=(0,l.o)();if((0,i.useEffect)(()=>{l.o.persist.rehydrate()},[]),ec.env.NEXT_PUBLIC_NO_BROWSING)return null;let k=(e=>{let t=/{{\s*(\w+)\s*}}/g,n=new Set;return e.forEach(e=>{let a;for(;null!==(a=t.exec(e));)n.add(a[1])}),Array.from(n)})(Z);return(0,a.jsxs)(c.Z,{maxWidth:"lg",sx:{marginTop:"2rem"},children:[(0,a.jsxs)(m.Z,{direction:"row",spacing:2,justifyContent:"space-between",children:[(0,a.jsx)(f.Z,{variant:"h4",children:"Set up an evaluation"}),(0,a.jsxs)(m.Z,{direction:"row",spacing:2,children:[(0,a.jsx)(Y,{}),(0,a.jsx)(y,{}),(0,a.jsx)(o.Z,{variant:"outlined",color:"primary",onClick:()=>t(!0),children:"Reset"})]})]}),(0,a.jsx)(s.Z,{mt:4}),(0,a.jsx)(s.Z,{mt:2,children:(0,a.jsx)(r.SV,{FallbackComponent:ed,onReset:()=>{g([])},children:(0,a.jsxs)(m.Z,{direction:"column",spacing:2,justifyContent:"space-between",children:[(0,a.jsx)(f.Z,{variant:"h5",children:"Providers"}),(0,a.jsx)(q,{providers:v,onChange:g})]})})}),(0,a.jsx)(s.Z,{mt:4}),(0,a.jsx)(r.SV,{FallbackComponent:ed,onReset:()=>{b([])},children:(0,a.jsx)(W,{})}),(0,a.jsx)(s.Z,{mt:6}),(0,a.jsx)(r.SV,{FallbackComponent:ed,onReset:()=>{C([])},children:(0,a.jsx)(Q,{varsList:k})}),(0,a.jsx)(eo,{}),(0,a.jsxs)(d.Z,{open:e,onClose:()=>t(!1),"aria-labelledby":"alert-dialog-title","aria-describedby":"alert-dialog-description",children:[(0,a.jsx)(x.Z,{id:"alert-dialog-title",children:"Confirm Reset"}),(0,a.jsx)(u.Z,{children:(0,a.jsx)(h.Z,{id:"alert-dialog-description",children:"Are you sure you want to reset all the fields? This action cannot be undone."})}),(0,a.jsxs)(p.Z,{children:[(0,a.jsx)(o.Z,{onClick:()=>t(!1),children:"Cancel"}),(0,a.jsx)(o.Z,{onClick:()=>{j(""),g([]),b([]),C([]),t(!1)},autoFocus:!0,children:"Reset"})]})]})]})}},52428:function(e,t,n){"use strict";n.d(t,{Ox:function(){return r},T8:function(){return i},eA:function(){return l}});var a=n(77580);let i=!a.env.NEXT_PUBLIC_PROMPTFOO_BUILD_STANDALONE_SERVER,r=!!a.env.NEXT_PUBLIC_PROMPTFOO_USE_SUPABASE,l=""},47887:function(e,t,n){"use strict";n.d(t,{o:function(){return r}});var a=n(79685),i=n(74595);let r=(0,a.Ue)()((0,i.tJ)((e,t)=>({env:{},testCases:[],description:"",providers:[],prompts:[],defaultTest:{},evaluateOptions:{},scenarios:[],setEnv:t=>e({env:t}),setTestCases:t=>e({testCases:t}),setDescription:t=>e({description:t}),setProviders:t=>e({providers:t}),setPrompts:t=>e({prompts:t}),setDefaultTest:t=>e({defaultTest:t}),setEvaluateOptions:t=>e({evaluateOptions:t}),setScenarios:t=>e({scenarios:t}),setStateFromConfig:t=>{let n={};t.description&&(n.description=t.description||""),t.tests&&(n.testCases=t.tests),t.providers&&(n.providers=t.providers),t.prompts&&("string"==typeof t.prompts?n.prompts=[t.prompts]:Array.isArray(t.prompts)?n.prompts=t.prompts.filter(e=>"string"==typeof e&&!e.endsWith(".txt")&&!e.endsWith(".json")&&!e.endsWith(".yaml")):console.warn("Invalid prompts config",t.prompts)),t.defaultTest&&(n.defaultTest=t.defaultTest),t.evaluateOptions&&(n.evaluateOptions=t.evaluateOptions),t.scenarios&&(n.scenarios=t.scenarios),e(n)},getTestSuite:()=>{let{description:e,testCases:n,providers:a,prompts:i,env:r,scenarios:l}=t();return{env:r,description:e,providers:a,prompts:i,tests:n,scenarios:l}}}),{name:"promptfoo",skipHydration:!0}))},94499:function(){},55096:function(){},7517:function(){},15320:function(e,t){"use strict";t.It=function(e){let t,n,a,i;let r={},l=[],s={};for(let[o,c]of Object.entries(e))o.startsWith("__expected")?""!==c.trim()&&l.push(function(e){if(e.startsWith("javascript:")||e.startsWith("fn:")||e.startsWith("eval:")){let t;e.startsWith("javascript:")&&(t=11),e.startsWith("fn:")&&(t=3),e.startsWith("eval:")&&(t=5);let n=e.slice(t).trim();return{type:"javascript",value:n}}if(e.startsWith("grade:")||e.startsWith("llm-rubric:"))return{type:"llm-rubric",value:e.slice(6)};if(e.startsWith("python:")){let t=e.slice(7).trim();return{type:"python",value:t}}let t=e.match(/^(not-)?(equals|contains-any|contains-all|icontains-any|icontains-all|contains-json|is-json|is-sql|regex|icontains|contains|webhook|rouge-n|similar|starts-with|levenshtein|classifier|model-graded-factuality|factuality|model-graded-closedqa|answer-relevance|context-recall|context-relevance|context-faithfulness|is-valid-openai-function-call|is-valid-openai-tools-call|latency|perplexity|perplexity-score|cost)(?:\((\d+(?:\.\d+)?)\))?(?::([\s\S]*))?$/);if(t){let[e,n,a,i,r]=t,l=n?`not-${a}`:a,s=parseFloat(i);return"contains-any"===a||"contains-all"===a||"icontains-any"===a||"icontains-all"===a?{type:l,value:r.split(",").map(e=>e.trim())}:"contains-json"===a||"is-json"===a?{type:l,value:r}:"rouge-n"===a||"similar"===a||"starts-with"===a||"levenshtein"===a||"classifier"===a||"answer-relevance"===a||"context-recall"===a||"context-relevance"===a||"context-faithfulness"===a||"latency"===a||"perplexity"===a||"perplexity-score"===a||"cost"===a?{type:l,value:r,threshold:s||("similar"===a?.8:.75)}:{type:l,value:r}}return{type:"equals",value:e}}(c)):"__prefix"===o?s.prefix=c:"__suffix"===o?s.suffix=c:"__description"===o?n=c:"__providerOutput"===o?t=c:"__metric"===o?a=c:"__threshold"===o?i=parseFloat(c):r[o]=c;for(let e of l)e.metric=a;return{vars:r,assert:l,options:s,...n?{description:n}:{},...t?{providerOutput:t}:{},...i?{threshold:i}:{}}}}},function(e){e.O(0,[903,640,916,493,304,281,339,969,378,235,476,905,155,258,470,730,744],function(){return e(e.s=8458)}),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[744],{71590:function(e,n,t){Promise.resolve().then(t.t.bind(t,6020,23)),Promise.resolve().then(t.t.bind(t,83507,23)),Promise.resolve().then(t.t.bind(t,27883,23)),Promise.resolve().then(t.t.bind(t,46785,23)),Promise.resolve().then(t.t.bind(t,27382,23))}},function(e){var n=function(n){return e(e.s=n)};e.O(0,[470,730],function(){return n(11409),n(71590)}),_N_E=e.O()}]);
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><link rel="preload" as="font" href="/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/4463e29e24d44845.css" data-precedence="next"/><link rel="preload" href="/_next/static/chunks/webpack-4775581e8d774c8c.js" as="script"/><link rel="preload" href="/_next/static/chunks/b6261da7-e9d81a4364ddd0c0.js" as="script"/><link rel="preload" href="/_next/static/chunks/730-3eb7255cd813a727.js" as="script"/><link rel="preload" href="/_next/static/chunks/main-app-2984edea17efbc9d.js" as="script"/><title>promptfoo</title><meta name="description" content="LLM testing and evaluation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta property="og:image" content="https://www.promptfoo.dev/img/thumbnail.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://www.promptfoo.dev/img/thumbnail.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="__className_c19315"><script src="/_next/static/chunks/webpack-4775581e8d774c8c.js" async=""></script><script src="/_next/static/chunks/b6261da7-e9d81a4364ddd0c0.js" async=""></script><script src="/_next/static/chunks/730-3eb7255cd813a727.js" async=""></script><script src="/_next/static/chunks/main-app-2984edea17efbc9d.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2\",{\"as\":\"font\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/4463e29e24d44845.css\",{\"as\":\"style\"}]\n0:\"$L3\"\n"])</script><script>self.__next_f.push([1,"4:I{\"id\":83507,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\n6:I{\"id\":6020,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"\",\"async\":false}\n7:I{\"id\":5071,\"chunks\":[\"903:static/chunks/903-7cc440d9f9e9f95d.js\",\"640:static/chunks/640-0f757e2fe135173d.js\",\"916:stati"])</script><script>self.__next_f.push([1,"c/chunks/916-b92fea2ab6136411.js\",\"281:static/chunks/281-64d9f1415a301ee5.js\",\"163:static/chunks/163-93bab94bc04ae71b.js\",\"325:static/chunks/325-0d36870ade5e5263.js\",\"185:static/chunks/app/layout-8c4345194197c406.js\"],\"name\":\"PageShell\",\"async\":false}\n8:I{\"id\":27883,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\n9:I{\"id\":46785,\"chunks\":[\"272:static/chunks/webpack-4775581e8"])</script><script>self.__next_f.push([1,"d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\nb:I{\"id\":92030,\"chunks\":[\"903:static/chunks/903-7cc440d9f9e9f95d.js\",\"640:static/chunks/640-0f757e2fe135173d.js\",\"916:static/chunks/916-b92fea2ab6136411.js\",\"304:static/chunks/304-cf667fe8f06238b4.js\",\"339:static/chunks/339-79124d204fa988a3.js\",\"163:static/chunks/163-93bab94bc04ae71b.js\",\"716:static/chunks/app/auth/login/page-6214330a95aad25c.js\"],\"name\":\"\",\"async\":false}"])</script><script>self.__next_f.push([1,"\n"])</script><script>self.__next_f.push([1,"3:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/4463e29e24d44845.css\",\"precedence\":\"next\"}]],[\"$\",\"$L4\",null,{\"buildId\":\"85-O57Tjz2umr6t4Za4gW\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/auth/login/\",\"initialTree\":[\"\",{\"children\":[\"auth\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialHead\":\"$L5\",\"globalErrorComponent\":\"$6\",\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"__className_c19315\",\"children\":[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"auth\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"auth\",\"children\",\"login\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$La\",[\"$\",\"$Lb\",null,{}],null],\"segment\":\"__PAGE__\"},\"styles\":[]}],\"segment\":\"login\"},\"styles\":[]}],\"segment\":\"auth\"},\"styles\":[]}]}]}]}],null]}]]\n"])</script><script>self.__next_f.push([1,"5:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"1\",{\"children\":\"promptfoo\"}],[\"$\",\"meta\",\"2\",{\"name\":\"description\",\"content\":\"LLM testing and evaluation\"}],[\"$\",\"meta\",\"3\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:image\",\"content\":\"https://www.promptfoo.dev/img/thumbnail.png\"}],[\"$\",\"meta\",\"5\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"6\",{\"name\":\"twitter:image\",\"content\":\"https://www.promptfoo.dev/img/thumbnail.png\"}],[\"$\",\"meta\",\"7\",{\"name\":\"next-size-adjust\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><link rel="preload" as="font" href="/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/4463e29e24d44845.css" data-precedence="next"/><link rel="preload" href="/_next/static/chunks/webpack-4775581e8d774c8c.js" as="script"/><link rel="preload" href="/_next/static/chunks/b6261da7-e9d81a4364ddd0c0.js" as="script"/><link rel="preload" href="/_next/static/chunks/730-3eb7255cd813a727.js" as="script"/><link rel="preload" href="/_next/static/chunks/main-app-0dc90092cd7acaaf.js" as="script"/><title>promptfoo</title><meta name="description" content="LLM testing and evaluation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta property="og:image" content="https://www.promptfoo.dev/img/thumbnail.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://www.promptfoo.dev/img/thumbnail.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="__className_c19315"><script src="/_next/static/chunks/webpack-4775581e8d774c8c.js" async=""></script><script src="/_next/static/chunks/b6261da7-e9d81a4364ddd0c0.js" async=""></script><script src="/_next/static/chunks/730-3eb7255cd813a727.js" async=""></script><script src="/_next/static/chunks/main-app-0dc90092cd7acaaf.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2\",{\"as\":\"font\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/4463e29e24d44845.css\",{\"as\":\"style\"}]\n0:\"$L3\"\n"])</script><script>self.__next_f.push([1,"4:I{\"id\":83507,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\n6:I{\"id\":6020,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"\",\"async\":false}\n7:I{\"id\":5071,\"chunks\":[\"903:static/chunks/903-7cc440d9f9e9f95d.js\",\"640:static/chunks/640-0f757e2fe135173d.js\",\"916:stati"])</script><script>self.__next_f.push([1,"c/chunks/916-b92fea2ab6136411.js\",\"281:static/chunks/281-64d9f1415a301ee5.js\",\"163:static/chunks/163-93bab94bc04ae71b.js\",\"325:static/chunks/325-0d36870ade5e5263.js\",\"185:static/chunks/app/layout-8d285e3abba79e84.js\"],\"name\":\"PageShell\",\"async\":false}\n8:I{\"id\":27883,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\n9:I{\"id\":46785,\"chunks\":[\"272:static/chunks/webpack-4775581e8"])</script><script>self.__next_f.push([1,"d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\nb:I{\"id\":92030,\"chunks\":[\"903:static/chunks/903-7cc440d9f9e9f95d.js\",\"640:static/chunks/640-0f757e2fe135173d.js\",\"916:static/chunks/916-b92fea2ab6136411.js\",\"304:static/chunks/304-cf667fe8f06238b4.js\",\"339:static/chunks/339-79124d204fa988a3.js\",\"163:static/chunks/163-93bab94bc04ae71b.js\",\"716:static/chunks/app/auth/login/page-92f9144478c53546.js\"],\"name\":\"\",\"async\":false}"])</script><script>self.__next_f.push([1,"\n"])</script><script>self.__next_f.push([1,"3:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/4463e29e24d44845.css\",\"precedence\":\"next\"}]],[\"$\",\"$L4\",null,{\"buildId\":\"5jz3ow7yTW4frH4-yfGMe\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/auth/login/\",\"initialTree\":[\"\",{\"children\":[\"auth\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialHead\":\"$L5\",\"globalErrorComponent\":\"$6\",\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"__className_c19315\",\"children\":[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"auth\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"auth\",\"children\",\"login\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$La\",[\"$\",\"$Lb\",null,{}],null],\"segment\":\"__PAGE__\"},\"styles\":[]}],\"segment\":\"login\"},\"styles\":[]}],\"segment\":\"auth\"},\"styles\":[]}]}]}]}],null]}]]\n"])</script><script>self.__next_f.push([1,"5:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"1\",{\"children\":\"promptfoo\"}],[\"$\",\"meta\",\"2\",{\"name\":\"description\",\"content\":\"LLM testing and evaluation\"}],[\"$\",\"meta\",\"3\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:image\",\"content\":\"https://www.promptfoo.dev/img/thumbnail.png\"}],[\"$\",\"meta\",\"5\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"6\",{\"name\":\"twitter:image\",\"content\":\"https://www.promptfoo.dev/img/thumbnail.png\"}],[\"$\",\"meta\",\"7\",{\"name\":\"next-size-adjust\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\n"])</script></body></html>
@@ -1,10 +1,10 @@
1
1
  1:HL["/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2",{"as":"font","type":"font/woff2"}]
2
2
  2:HL["/_next/static/css/4463e29e24d44845.css",{"as":"style"}]
3
- 0:["85-O57Tjz2umr6t4Za4gW",[[["",{"children":["auth",{"children":["login",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],"$L3",[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/4463e29e24d44845.css","precedence":"next"}]],"$L4"]]]]
4
- 5:I{"id":5071,"chunks":["903:static/chunks/903-7cc440d9f9e9f95d.js","640:static/chunks/640-0f757e2fe135173d.js","916:static/chunks/916-b92fea2ab6136411.js","281:static/chunks/281-64d9f1415a301ee5.js","163:static/chunks/163-93bab94bc04ae71b.js","325:static/chunks/325-0d36870ade5e5263.js","185:static/chunks/app/layout-8c4345194197c406.js"],"name":"PageShell","async":false}
3
+ 0:["5jz3ow7yTW4frH4-yfGMe",[[["",{"children":["auth",{"children":["login",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],"$L3",[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/4463e29e24d44845.css","precedence":"next"}]],"$L4"]]]]
4
+ 5:I{"id":5071,"chunks":["903:static/chunks/903-7cc440d9f9e9f95d.js","640:static/chunks/640-0f757e2fe135173d.js","916:static/chunks/916-b92fea2ab6136411.js","281:static/chunks/281-64d9f1415a301ee5.js","163:static/chunks/163-93bab94bc04ae71b.js","325:static/chunks/325-0d36870ade5e5263.js","185:static/chunks/app/layout-8d285e3abba79e84.js"],"name":"PageShell","async":false}
5
5
  6:I{"id":27883,"chunks":["272:static/chunks/webpack-4775581e8d774c8c.js","470:static/chunks/b6261da7-e9d81a4364ddd0c0.js","730:static/chunks/730-3eb7255cd813a727.js"],"name":"default","async":false}
6
6
  7:I{"id":46785,"chunks":["272:static/chunks/webpack-4775581e8d774c8c.js","470:static/chunks/b6261da7-e9d81a4364ddd0c0.js","730:static/chunks/730-3eb7255cd813a727.js"],"name":"default","async":false}
7
- 9:I{"id":92030,"chunks":["903:static/chunks/903-7cc440d9f9e9f95d.js","640:static/chunks/640-0f757e2fe135173d.js","916:static/chunks/916-b92fea2ab6136411.js","304:static/chunks/304-cf667fe8f06238b4.js","339:static/chunks/339-79124d204fa988a3.js","163:static/chunks/163-93bab94bc04ae71b.js","716:static/chunks/app/auth/login/page-6214330a95aad25c.js"],"name":"","async":false}
7
+ 9:I{"id":92030,"chunks":["903:static/chunks/903-7cc440d9f9e9f95d.js","640:static/chunks/640-0f757e2fe135173d.js","916:static/chunks/916-b92fea2ab6136411.js","304:static/chunks/304-cf667fe8f06238b4.js","339:static/chunks/339-79124d204fa988a3.js","163:static/chunks/163-93bab94bc04ae71b.js","716:static/chunks/app/auth/login/page-92f9144478c53546.js"],"name":"","async":false}
8
8
  3:[null,["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__className_c19315","children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","loading":"$undefined","loadingStyles":"$undefined","hasLoading":false,"template":["$","$L7",null,{}],"templateStyles":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":"$undefined","childProp":{"current":["$","$L6",null,{"parallelRouterKey":"children","segmentPath":["children","auth","children"],"error":"$undefined","errorStyles":"$undefined","loading":"$undefined","loadingStyles":"$undefined","hasLoading":false,"template":["$","$L7",null,{}],"templateStyles":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","childProp":{"current":["$","$L6",null,{"parallelRouterKey":"children","segmentPath":["children","auth","children","login","children"],"error":"$undefined","errorStyles":"$undefined","loading":"$undefined","loadingStyles":"$undefined","hasLoading":false,"template":["$","$L7",null,{}],"templateStyles":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","childProp":{"current":["$L8",["$","$L9",null,{}],null],"segment":"__PAGE__"},"styles":[]}],"segment":"login"},"styles":[]}],"segment":"auth"},"styles":[]}]}]}]}],null]
9
9
  4:[["$","meta","0",{"charSet":"utf-8"}],["$","title","1",{"children":"promptfoo"}],["$","meta","2",{"name":"description","content":"LLM testing and evaluation"}],["$","meta","3",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","4",{"property":"og:image","content":"https://www.promptfoo.dev/img/thumbnail.png"}],["$","meta","5",{"name":"twitter:card","content":"summary"}],["$","meta","6",{"name":"twitter:image","content":"https://www.promptfoo.dev/img/thumbnail.png"}],["$","meta","7",{"name":"next-size-adjust"}]]
10
10
  8:null
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><link rel="preload" as="font" href="/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/4463e29e24d44845.css" data-precedence="next"/><link rel="preload" href="/_next/static/chunks/webpack-4775581e8d774c8c.js" as="script"/><link rel="preload" href="/_next/static/chunks/b6261da7-e9d81a4364ddd0c0.js" as="script"/><link rel="preload" href="/_next/static/chunks/730-3eb7255cd813a727.js" as="script"/><link rel="preload" href="/_next/static/chunks/main-app-2984edea17efbc9d.js" as="script"/><title>promptfoo</title><meta name="description" content="LLM testing and evaluation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta property="og:image" content="https://www.promptfoo.dev/img/thumbnail.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://www.promptfoo.dev/img/thumbnail.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="__className_c19315"><script src="/_next/static/chunks/webpack-4775581e8d774c8c.js" async=""></script><script src="/_next/static/chunks/b6261da7-e9d81a4364ddd0c0.js" async=""></script><script src="/_next/static/chunks/730-3eb7255cd813a727.js" async=""></script><script src="/_next/static/chunks/main-app-2984edea17efbc9d.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2\",{\"as\":\"font\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/4463e29e24d44845.css\",{\"as\":\"style\"}]\n0:\"$L3\"\n"])</script><script>self.__next_f.push([1,"4:I{\"id\":83507,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\n6:I{\"id\":6020,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"\",\"async\":false}\n7:I{\"id\":5071,\"chunks\":[\"903:static/chunks/903-7cc440d9f9e9f95d.js\",\"640:static/chunks/640-0f757e2fe135173d.js\",\"916:stati"])</script><script>self.__next_f.push([1,"c/chunks/916-b92fea2ab6136411.js\",\"281:static/chunks/281-64d9f1415a301ee5.js\",\"163:static/chunks/163-93bab94bc04ae71b.js\",\"325:static/chunks/325-0d36870ade5e5263.js\",\"185:static/chunks/app/layout-8c4345194197c406.js\"],\"name\":\"PageShell\",\"async\":false}\n8:I{\"id\":27883,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\n9:I{\"id\":46785,\"chunks\":[\"272:static/chunks/webpack-4775581e8"])</script><script>self.__next_f.push([1,"d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\nb:I{\"id\":78567,\"chunks\":[\"903:static/chunks/903-7cc440d9f9e9f95d.js\",\"640:static/chunks/640-0f757e2fe135173d.js\",\"916:static/chunks/916-b92fea2ab6136411.js\",\"304:static/chunks/304-cf667fe8f06238b4.js\",\"339:static/chunks/339-79124d204fa988a3.js\",\"163:static/chunks/163-93bab94bc04ae71b.js\",\"271:static/chunks/app/auth/signup/page-9568bbad5c19d0c0.js\"],\"name\":\"\",\"async\":false"])</script><script>self.__next_f.push([1,"}\n"])</script><script>self.__next_f.push([1,"3:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/4463e29e24d44845.css\",\"precedence\":\"next\"}]],[\"$\",\"$L4\",null,{\"buildId\":\"85-O57Tjz2umr6t4Za4gW\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/auth/signup/\",\"initialTree\":[\"\",{\"children\":[\"auth\",{\"children\":[\"signup\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialHead\":\"$L5\",\"globalErrorComponent\":\"$6\",\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"__className_c19315\",\"children\":[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"auth\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"auth\",\"children\",\"signup\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$La\",[\"$\",\"$Lb\",null,{}],null],\"segment\":\"__PAGE__\"},\"styles\":[]}],\"segment\":\"signup\"},\"styles\":[]}],\"segment\":\"auth\"},\"styles\":[]}]}]}]}],null]}]]\n"])</script><script>self.__next_f.push([1,"5:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"1\",{\"children\":\"promptfoo\"}],[\"$\",\"meta\",\"2\",{\"name\":\"description\",\"content\":\"LLM testing and evaluation\"}],[\"$\",\"meta\",\"3\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:image\",\"content\":\"https://www.promptfoo.dev/img/thumbnail.png\"}],[\"$\",\"meta\",\"5\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"6\",{\"name\":\"twitter:image\",\"content\":\"https://www.promptfoo.dev/img/thumbnail.png\"}],[\"$\",\"meta\",\"7\",{\"name\":\"next-size-adjust\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><link rel="preload" as="font" href="/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/4463e29e24d44845.css" data-precedence="next"/><link rel="preload" href="/_next/static/chunks/webpack-4775581e8d774c8c.js" as="script"/><link rel="preload" href="/_next/static/chunks/b6261da7-e9d81a4364ddd0c0.js" as="script"/><link rel="preload" href="/_next/static/chunks/730-3eb7255cd813a727.js" as="script"/><link rel="preload" href="/_next/static/chunks/main-app-0dc90092cd7acaaf.js" as="script"/><title>promptfoo</title><meta name="description" content="LLM testing and evaluation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta property="og:image" content="https://www.promptfoo.dev/img/thumbnail.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://www.promptfoo.dev/img/thumbnail.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="__className_c19315"><script src="/_next/static/chunks/webpack-4775581e8d774c8c.js" async=""></script><script src="/_next/static/chunks/b6261da7-e9d81a4364ddd0c0.js" async=""></script><script src="/_next/static/chunks/730-3eb7255cd813a727.js" async=""></script><script src="/_next/static/chunks/main-app-0dc90092cd7acaaf.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2\",{\"as\":\"font\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/4463e29e24d44845.css\",{\"as\":\"style\"}]\n0:\"$L3\"\n"])</script><script>self.__next_f.push([1,"4:I{\"id\":83507,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\n6:I{\"id\":6020,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"\",\"async\":false}\n7:I{\"id\":5071,\"chunks\":[\"903:static/chunks/903-7cc440d9f9e9f95d.js\",\"640:static/chunks/640-0f757e2fe135173d.js\",\"916:stati"])</script><script>self.__next_f.push([1,"c/chunks/916-b92fea2ab6136411.js\",\"281:static/chunks/281-64d9f1415a301ee5.js\",\"163:static/chunks/163-93bab94bc04ae71b.js\",\"325:static/chunks/325-0d36870ade5e5263.js\",\"185:static/chunks/app/layout-8d285e3abba79e84.js\"],\"name\":\"PageShell\",\"async\":false}\n8:I{\"id\":27883,\"chunks\":[\"272:static/chunks/webpack-4775581e8d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\n9:I{\"id\":46785,\"chunks\":[\"272:static/chunks/webpack-4775581e8"])</script><script>self.__next_f.push([1,"d774c8c.js\",\"470:static/chunks/b6261da7-e9d81a4364ddd0c0.js\",\"730:static/chunks/730-3eb7255cd813a727.js\"],\"name\":\"default\",\"async\":false}\nb:I{\"id\":78567,\"chunks\":[\"903:static/chunks/903-7cc440d9f9e9f95d.js\",\"640:static/chunks/640-0f757e2fe135173d.js\",\"916:static/chunks/916-b92fea2ab6136411.js\",\"304:static/chunks/304-cf667fe8f06238b4.js\",\"339:static/chunks/339-79124d204fa988a3.js\",\"163:static/chunks/163-93bab94bc04ae71b.js\",\"271:static/chunks/app/auth/signup/page-a52bd72f4be1d8a3.js\"],\"name\":\"\",\"async\":false"])</script><script>self.__next_f.push([1,"}\n"])</script><script>self.__next_f.push([1,"3:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/4463e29e24d44845.css\",\"precedence\":\"next\"}]],[\"$\",\"$L4\",null,{\"buildId\":\"5jz3ow7yTW4frH4-yfGMe\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/auth/signup/\",\"initialTree\":[\"\",{\"children\":[\"auth\",{\"children\":[\"signup\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialHead\":\"$L5\",\"globalErrorComponent\":\"$6\",\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"__className_c19315\",\"children\":[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"auth\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"auth\",\"children\",\"signup\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"hasLoading\":false,\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"childProp\":{\"current\":[\"$La\",[\"$\",\"$Lb\",null,{}],null],\"segment\":\"__PAGE__\"},\"styles\":[]}],\"segment\":\"signup\"},\"styles\":[]}],\"segment\":\"auth\"},\"styles\":[]}]}]}]}],null]}]]\n"])</script><script>self.__next_f.push([1,"5:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"1\",{\"children\":\"promptfoo\"}],[\"$\",\"meta\",\"2\",{\"name\":\"description\",\"content\":\"LLM testing and evaluation\"}],[\"$\",\"meta\",\"3\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:image\",\"content\":\"https://www.promptfoo.dev/img/thumbnail.png\"}],[\"$\",\"meta\",\"5\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"6\",{\"name\":\"twitter:image\",\"content\":\"https://www.promptfoo.dev/img/thumbnail.png\"}],[\"$\",\"meta\",\"7\",{\"name\":\"next-size-adjust\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\n"])</script></body></html>