@meetkai/mka1 0.53.7 → 0.53.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +78 -6
- package/bin/mcp-server.js.map +14 -14
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/components/evalsuiteobject.d.ts +10 -0
- package/dist/commonjs/models/components/evalsuiteobject.d.ts.map +1 -1
- package/dist/commonjs/models/components/evalsuiteobject.js +8 -0
- package/dist/commonjs/models/components/evalsuiteobject.js.map +1 -1
- package/dist/commonjs/models/operations/cancelevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/cancelevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelevalrun.js +8 -0
- package/dist/commonjs/models/operations/cancelevalrun.js.map +1 -1
- package/dist/commonjs/models/operations/createevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/createevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createevalrun.js +8 -0
- package/dist/commonjs/models/operations/createevalrun.js.map +1 -1
- package/dist/commonjs/models/operations/getevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/getevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getevalrun.js +8 -0
- package/dist/commonjs/models/operations/getevalrun.js.map +1 -1
- package/dist/commonjs/models/operations/listevalruns.d.ts +10 -0
- package/dist/commonjs/models/operations/listevalruns.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalruns.js +8 -0
- package/dist/commonjs/models/operations/listevalruns.js.map +1 -1
- package/dist/commonjs/models/operations/listevalscheduleruns.d.ts +10 -0
- package/dist/commonjs/models/operations/listevalscheduleruns.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalscheduleruns.js +8 -0
- package/dist/commonjs/models/operations/listevalscheduleruns.js.map +1 -1
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.d.ts +10 -0
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.js +8 -0
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.js.map +1 -1
- package/dist/commonjs/models/operations/rerunfailedevalsamples.d.ts +10 -0
- package/dist/commonjs/models/operations/rerunfailedevalsamples.d.ts.map +1 -1
- package/dist/commonjs/models/operations/rerunfailedevalsamples.js +8 -0
- package/dist/commonjs/models/operations/rerunfailedevalsamples.js.map +1 -1
- package/dist/commonjs/models/operations/retryfailedevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/retryfailedevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/retryfailedevalrun.js +8 -0
- package/dist/commonjs/models/operations/retryfailedevalrun.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/components/evalsuiteobject.d.ts +10 -0
- package/dist/esm/models/components/evalsuiteobject.d.ts.map +1 -1
- package/dist/esm/models/components/evalsuiteobject.js +8 -0
- package/dist/esm/models/components/evalsuiteobject.js.map +1 -1
- package/dist/esm/models/operations/cancelevalrun.d.ts +10 -0
- package/dist/esm/models/operations/cancelevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelevalrun.js +8 -0
- package/dist/esm/models/operations/cancelevalrun.js.map +1 -1
- package/dist/esm/models/operations/createevalrun.d.ts +10 -0
- package/dist/esm/models/operations/createevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/createevalrun.js +8 -0
- package/dist/esm/models/operations/createevalrun.js.map +1 -1
- package/dist/esm/models/operations/getevalrun.d.ts +10 -0
- package/dist/esm/models/operations/getevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/getevalrun.js +8 -0
- package/dist/esm/models/operations/getevalrun.js.map +1 -1
- package/dist/esm/models/operations/listevalruns.d.ts +10 -0
- package/dist/esm/models/operations/listevalruns.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalruns.js +8 -0
- package/dist/esm/models/operations/listevalruns.js.map +1 -1
- package/dist/esm/models/operations/listevalscheduleruns.d.ts +10 -0
- package/dist/esm/models/operations/listevalscheduleruns.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalscheduleruns.js +8 -0
- package/dist/esm/models/operations/listevalscheduleruns.js.map +1 -1
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.d.ts +10 -0
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.js +8 -0
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.js.map +1 -1
- package/dist/esm/models/operations/rerunfailedevalsamples.d.ts +10 -0
- package/dist/esm/models/operations/rerunfailedevalsamples.d.ts.map +1 -1
- package/dist/esm/models/operations/rerunfailedevalsamples.js +8 -0
- package/dist/esm/models/operations/rerunfailedevalsamples.js.map +1 -1
- package/dist/esm/models/operations/retryfailedevalrun.d.ts +10 -0
- package/dist/esm/models/operations/retryfailedevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/retryfailedevalrun.js +8 -0
- package/dist/esm/models/operations/retryfailedevalrun.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/evalsuiteobject.ts +18 -0
- package/src/models/operations/cancelevalrun.ts +18 -0
- package/src/models/operations/createevalrun.ts +18 -0
- package/src/models/operations/getevalrun.ts +18 -0
- package/src/models/operations/listevalruns.ts +18 -0
- package/src/models/operations/listevalscheduleruns.ts +18 -0
- package/src/models/operations/listevalsuiteleaderboardruns.ts +18 -0
- package/src/models/operations/rerunfailedevalsamples.ts +18 -0
- package/src/models/operations/retryfailedevalrun.ts +18 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retryfailedevalrun.js","sourceRoot":"","sources":["../../../../src/models/operations/retryfailedevalrun.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"retryfailedevalrun.js","sourceRoot":"","sources":["../../../../src/models/operations/retryfailedevalrun.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EACL,gBAAgB,IAAI,iBAAiB,EACrC,SAAS,GACV,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAarD,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;CACZ,CAAC;AAKX,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;CACZ,CAAC;AAsFX,gBAAgB;AAChB,MAAM,CAAC,MAAM,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,gBAAgB,EAAE,aAAa;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,KAAK,EAAE,QAAQ;QACf,WAAW,EAAE,gBAAgB;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,iCAAiC,CAC/C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAAuC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnE,uDAAuD,CACxD,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,oCAAoC,GAI7C,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;AAI/C,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAI9C,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;AAE/C,MAAM,UAAU,4BAA4B,CAC1C,sBAA8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,qCAAqC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CACpE,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,8BAA8B,CAC5C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oCAAoC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAChE,oDAAoD,CACrD,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAEnD,CAAC,CAAC,UAAU,CAAC,4BAA4B,CAAC,CAAC;AAC/C,gBAAgB;AAChB,MAAM,CAAC,MAAM,2CAA2C,GAEpD,0CAA0C,CAAC;AAE/C,gBAAgB;AAChB,MAAM,CAAC,MAAM,2CAA2C,GAEpD,CAAC,CAAC,UAAU,CAAC,6BAA6B,CAAC,CAAC;AAChD,gBAAgB;AAChB,MAAM,CAAC,MAAM,4CAA4C,GAErD,2CAA2C,CAAC;AAEhD,gBAAgB;AAChB,MAAM,CAAC,MAAM,4CAA4C,GAIrD,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAIvC,gBAAgB;AAChB,MAAM,CAAC,MAAM,6CAA6C,GAItD,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAEvC,MAAM,UAAU,oCAAoC,CAClD,8BAA8D;IAE9D,OAAO,IAAI,CAAC,SAAS,CACnB,6CAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,sCAAsC,CACpD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,4CAA4C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,4DAA4D,CAC7D,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAInD,iBAAiB,CACnB,CAAC,CAAC,MAAM,CAAC;IACP,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC9C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACzC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC3D,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC3C,SAAS,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC7B,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACxB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC9C,WAAW,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/B,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC3C,UAAU,EAAE,0CAA0C,CAAC,QAAQ,EAAE;IACjE,YAAY,EAAE,2CAA2C,CAAC,QAAQ,EAAE;IACpE,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAClC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACjC,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IACxC,oBAAoB,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IAClD,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC5D,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACjC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC5C,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACxC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,EACpB,sBAAsB,EACtB,IAAI,CACL,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IAChB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,OAAO,EAAE,MAAM;QACf,mBAAmB,EAAE,iBAAiB;QACtC,cAAc,EAAE,YAAY;QAC5B,gBAAgB,EAAE,cAAc;QAChC,aAAa,EAAE,YAAY;QAC3B,qBAAqB,EAAE,mBAAmB;QAC1C,cAAc,EAAE,aAAa;QAC7B,kBAAkB,EAAE,iBAAiB;QACrC,mBAAmB,EAAE,kBAAkB;QACvC,OAAO,EAAE,MAAM;QACf,OAAO,EAAE,MAAM;QACf,oBAAoB,EAAE,mBAAmB;QACzC,WAAW,EAAE,UAAU;QACvB,YAAY,EAAE,WAAW;QACzB,sBAAsB,EAAE,oBAAoB;QAC5C,eAAe,EAAE,cAAc;QAC/B,WAAW,EAAE,UAAU;QACvB,iBAAiB,EAAE,gBAAgB;QACnC,aAAa,EAAE,YAAY;QAC3B,mBAAmB,EAAE,iBAAiB;KACvC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAkCH,gBAAgB;AAChB,MAAM,CAAC,MAAM,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC5C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACvC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC3D,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACzC,SAAS,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC7B,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACxB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC9C,UAAU,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC9B,iBAAiB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACzC,UAAU,EAAE,2CAA2C,CAAC,QAAQ,EAAE;IAClE,WAAW,EAAE,4CAA4C,CAAC,QAAQ,EAAE;IACpE,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACjC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,SAAS,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,kBAAkB,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC3D,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC3C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACvC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC5C,oBAAoB,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO;QACL,GAAG,CAAC,CAAC,oBAAoB;QACzB,GAAG,MAAM,CAAC,CAAC,EAAE;YACX,IAAI,EAAE,OAAO;YACb,eAAe,EAAE,mBAAmB;YACpC,UAAU,EAAE,cAAc;YAC1B,YAAY,EAAE,gBAAgB;YAC9B,UAAU,EAAE,aAAa;YACzB,iBAAiB,EAAE,qBAAqB;YACxC,WAAW,EAAE,cAAc;YAC3B,eAAe,EAAE,kBAAkB;YACnC,gBAAgB,EAAE,mBAAmB;YACrC,IAAI,EAAE,OAAO;YACb,IAAI,EAAE,OAAO;YACb,iBAAiB,EAAE,oBAAoB;YACvC,QAAQ,EAAE,WAAW;YACrB,SAAS,EAAE,YAAY;YACvB,kBAAkB,EAAE,sBAAsB;YAC1C,YAAY,EAAE,eAAe;YAC7B,QAAQ,EAAE,WAAW;YACrB,cAAc,EAAE,iBAAiB;YACjC,UAAU,EAAE,aAAa;YACzB,eAAe,EAAE,mBAAmB;YACpC,oBAAoB,EAAE,IAAI;SAC3B,CAAC;KACH,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,kCAAkC,CAChD,4BAA0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,2CAA2C,CAAC,KAAK,CAC/C,4BAA4B,CAC7B,CACF,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,oCAAoC,CAClD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAA0C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACtE,0DAA0D,CAC3D,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC3B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CACzB,CAAC,CAAC;AAQH,gBAAgB;AAChB,MAAM,CAAC,MAAM,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC3B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CACzB,CAAC,CAAC;AAEH,MAAM,UAAU,qCAAqC,CACnD,+BAAgE;IAEhE,OAAO,IAAI,CAAC,SAAS,CACnB,8CAA8C,CAAC,KAAK,CAClD,+BAA+B,CAChC,CACF,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,uCAAuC,CACrD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6CAA6C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,6DAA6D,CAC9D,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC7B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,MAAM,EAAE,UAAU,CAAC,2BAA2B;IAC9C,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC3B,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACvC,UAAU,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,0CAA0C,CAAC;IACpE,cAAc,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,6CAA6C,CAAC;IAC3E,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IACtC,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IACpC,iBAAiB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACtC,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;IACxC,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;IAC1C,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;IAC1C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;CACxC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,UAAU,EAAE,SAAS;QACrB,eAAe,EAAE,cAAc;QAC/B,kBAAkB,EAAE,gBAAgB;QACpC,QAAQ,EAAE,OAAO;QACjB,SAAS,EAAE,QAAQ;QACnB,UAAU,EAAE,SAAS;QACrB,aAAa,EAAE,YAAY;QAC3B,iBAAiB,EAAE,gBAAgB;QACnC,gBAAgB,EAAE,eAAe;QACjC,mBAAmB,EAAE,iBAAiB;QACtC,YAAY,EAAE,WAAW;QACzB,YAAY,EAAE,WAAW;QACzB,cAAc,EAAE,aAAa;QAC7B,cAAc,EAAE,aAAa;QAC7B,WAAW,EAAE,UAAU;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AA4BH,gBAAgB;AAChB,MAAM,CAAC,MAAM,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC7B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,MAAM,EAAE,UAAU,CAAC,4BAA4B;IAC/C,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC3B,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACxC,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAClC,cAAc,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACtC,UAAU,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,2CAA2C,CAAC;IACrE,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,8CAA8C,CAAC;IAC3E,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IACtC,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IACpC,eAAe,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACpC,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC3B,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;IACvC,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;IACzC,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC;CACvC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,OAAO,EAAE,UAAU;QACnB,YAAY,EAAE,eAAe;QAC7B,cAAc,EAAE,kBAAkB;QAClC,KAAK,EAAE,QAAQ;QACf,MAAM,EAAE,SAAS;QACjB,OAAO,EAAE,UAAU;QACnB,UAAU,EAAE,aAAa;QACzB,cAAc,EAAE,iBAAiB;QACjC,aAAa,EAAE,gBAAgB;QAC/B,eAAe,EAAE,mBAAmB;QACpC,SAAS,EAAE,YAAY;QACvB,SAAS,EAAE,YAAY;QACvB,WAAW,EAAE,cAAc;QAC3B,WAAW,EAAE,cAAc;QAC3B,QAAQ,EAAE,WAAW;KACtB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,oCAAoC,CAClD,8BAA8D;IAE9D,OAAO,IAAI,CAAC,SAAS,CACnB,6CAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,sCAAsC,CACpD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,4CAA4C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,4DAA4D,CAC7D,CAAC;AACJ,CAAC"}
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -65,7 +65,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
65
65
|
export const SDK_METADATA = {
|
|
66
66
|
language: "typescript",
|
|
67
67
|
openapiDocVersion: "1.1.0",
|
|
68
|
-
sdkVersion: "0.53.
|
|
69
|
-
genVersion: "2.
|
|
70
|
-
userAgent: "speakeasy-sdk/typescript 0.53.
|
|
68
|
+
sdkVersion: "0.53.8",
|
|
69
|
+
genVersion: "2.928.0",
|
|
70
|
+
userAgent: "speakeasy-sdk/typescript 0.53.8 2.928.0 1.1.0 @meetkai/mka1",
|
|
71
71
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -13,6 +13,14 @@ export type EvalSuiteObject = {
|
|
|
13
13
|
object: "eval.suite";
|
|
14
14
|
name: string;
|
|
15
15
|
description: string | null;
|
|
16
|
+
/**
|
|
17
|
+
* The org that owns this suite.
|
|
18
|
+
*/
|
|
19
|
+
orgId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The team that owns this suite.
|
|
22
|
+
*/
|
|
23
|
+
teamId: string;
|
|
16
24
|
activeVersion: number;
|
|
17
25
|
latestVersion: number;
|
|
18
26
|
metadata: { [k: string]: string };
|
|
@@ -30,6 +38,8 @@ export const EvalSuiteObject$inboundSchema: z.ZodType<
|
|
|
30
38
|
object: z.literal("eval.suite"),
|
|
31
39
|
name: z.string(),
|
|
32
40
|
description: z.nullable(z.string()),
|
|
41
|
+
org_id: z.string(),
|
|
42
|
+
team_id: z.string(),
|
|
33
43
|
active_version: z.number().int(),
|
|
34
44
|
latest_version: z.number().int(),
|
|
35
45
|
metadata: z.record(z.string()),
|
|
@@ -37,6 +47,8 @@ export const EvalSuiteObject$inboundSchema: z.ZodType<
|
|
|
37
47
|
updated_at: z.number().int(),
|
|
38
48
|
}).transform((v) => {
|
|
39
49
|
return remap$(v, {
|
|
50
|
+
"org_id": "orgId",
|
|
51
|
+
"team_id": "teamId",
|
|
40
52
|
"active_version": "activeVersion",
|
|
41
53
|
"latest_version": "latestVersion",
|
|
42
54
|
"created_at": "createdAt",
|
|
@@ -49,6 +61,8 @@ export type EvalSuiteObject$Outbound = {
|
|
|
49
61
|
object: "eval.suite";
|
|
50
62
|
name: string;
|
|
51
63
|
description: string | null;
|
|
64
|
+
org_id: string;
|
|
65
|
+
team_id: string;
|
|
52
66
|
active_version: number;
|
|
53
67
|
latest_version: number;
|
|
54
68
|
metadata: { [k: string]: string };
|
|
@@ -66,6 +80,8 @@ export const EvalSuiteObject$outboundSchema: z.ZodType<
|
|
|
66
80
|
object: z.literal("eval.suite"),
|
|
67
81
|
name: z.string(),
|
|
68
82
|
description: z.nullable(z.string()),
|
|
83
|
+
orgId: z.string(),
|
|
84
|
+
teamId: z.string(),
|
|
69
85
|
activeVersion: z.number().int(),
|
|
70
86
|
latestVersion: z.number().int(),
|
|
71
87
|
metadata: z.record(z.string()),
|
|
@@ -73,6 +89,8 @@ export const EvalSuiteObject$outboundSchema: z.ZodType<
|
|
|
73
89
|
updatedAt: z.number().int(),
|
|
74
90
|
}).transform((v) => {
|
|
75
91
|
return remap$(v, {
|
|
92
|
+
orgId: "org_id",
|
|
93
|
+
teamId: "team_id",
|
|
76
94
|
activeVersion: "active_version",
|
|
77
95
|
latestVersion: "latest_version",
|
|
78
96
|
createdAt: "created_at",
|
|
@@ -96,6 +96,14 @@ export type CancelEvalRunResponseBody = {
|
|
|
96
96
|
suiteId: string;
|
|
97
97
|
suiteVersion: number;
|
|
98
98
|
suiteVersionId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The org that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
orgId: string;
|
|
103
|
+
/**
|
|
104
|
+
* The team that owns this run.
|
|
105
|
+
*/
|
|
106
|
+
teamId: string;
|
|
99
107
|
status: components.EvalRunStatus;
|
|
100
108
|
models: Array<string>;
|
|
101
109
|
taskIds: Array<string> | null;
|
|
@@ -482,6 +490,8 @@ export const CancelEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
482
490
|
suite_id: z.string(),
|
|
483
491
|
suite_version: z.number().int(),
|
|
484
492
|
suite_version_id: z.string(),
|
|
493
|
+
org_id: z.string(),
|
|
494
|
+
team_id: z.string(),
|
|
485
495
|
status: components.EvalRunStatus$inboundSchema,
|
|
486
496
|
models: z.array(z.string()),
|
|
487
497
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -503,6 +513,8 @@ export const CancelEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
503
513
|
"suite_id": "suiteId",
|
|
504
514
|
"suite_version": "suiteVersion",
|
|
505
515
|
"suite_version_id": "suiteVersionId",
|
|
516
|
+
"org_id": "orgId",
|
|
517
|
+
"team_id": "teamId",
|
|
506
518
|
"task_ids": "taskIds",
|
|
507
519
|
"judge_model": "judgeModel",
|
|
508
520
|
"embedding_model": "embeddingModel",
|
|
@@ -522,6 +534,8 @@ export type CancelEvalRunResponseBody$Outbound = {
|
|
|
522
534
|
suite_id: string;
|
|
523
535
|
suite_version: number;
|
|
524
536
|
suite_version_id: string;
|
|
537
|
+
org_id: string;
|
|
538
|
+
team_id: string;
|
|
525
539
|
status: string;
|
|
526
540
|
models: Array<string>;
|
|
527
541
|
task_ids: Array<string> | null;
|
|
@@ -551,6 +565,8 @@ export const CancelEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
551
565
|
suiteId: z.string(),
|
|
552
566
|
suiteVersion: z.number().int(),
|
|
553
567
|
suiteVersionId: z.string(),
|
|
568
|
+
orgId: z.string(),
|
|
569
|
+
teamId: z.string(),
|
|
554
570
|
status: components.EvalRunStatus$outboundSchema,
|
|
555
571
|
models: z.array(z.string()),
|
|
556
572
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -572,6 +588,8 @@ export const CancelEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
572
588
|
suiteId: "suite_id",
|
|
573
589
|
suiteVersion: "suite_version",
|
|
574
590
|
suiteVersionId: "suite_version_id",
|
|
591
|
+
orgId: "org_id",
|
|
592
|
+
teamId: "team_id",
|
|
575
593
|
taskIds: "task_ids",
|
|
576
594
|
judgeModel: "judge_model",
|
|
577
595
|
embeddingModel: "embedding_model",
|
|
@@ -92,6 +92,14 @@ export type CreateEvalRunResponseBody = {
|
|
|
92
92
|
suiteId: string;
|
|
93
93
|
suiteVersion: number;
|
|
94
94
|
suiteVersionId: string;
|
|
95
|
+
/**
|
|
96
|
+
* The org that owns this run.
|
|
97
|
+
*/
|
|
98
|
+
orgId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The team that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
teamId: string;
|
|
95
103
|
status: components.EvalRunStatus;
|
|
96
104
|
models: Array<string>;
|
|
97
105
|
taskIds: Array<string> | null;
|
|
@@ -452,6 +460,8 @@ export const CreateEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
452
460
|
suite_id: z.string(),
|
|
453
461
|
suite_version: z.number().int(),
|
|
454
462
|
suite_version_id: z.string(),
|
|
463
|
+
org_id: z.string(),
|
|
464
|
+
team_id: z.string(),
|
|
455
465
|
status: components.EvalRunStatus$inboundSchema,
|
|
456
466
|
models: z.array(z.string()),
|
|
457
467
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -473,6 +483,8 @@ export const CreateEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
473
483
|
"suite_id": "suiteId",
|
|
474
484
|
"suite_version": "suiteVersion",
|
|
475
485
|
"suite_version_id": "suiteVersionId",
|
|
486
|
+
"org_id": "orgId",
|
|
487
|
+
"team_id": "teamId",
|
|
476
488
|
"task_ids": "taskIds",
|
|
477
489
|
"judge_model": "judgeModel",
|
|
478
490
|
"embedding_model": "embeddingModel",
|
|
@@ -492,6 +504,8 @@ export type CreateEvalRunResponseBody$Outbound = {
|
|
|
492
504
|
suite_id: string;
|
|
493
505
|
suite_version: number;
|
|
494
506
|
suite_version_id: string;
|
|
507
|
+
org_id: string;
|
|
508
|
+
team_id: string;
|
|
495
509
|
status: string;
|
|
496
510
|
models: Array<string>;
|
|
497
511
|
task_ids: Array<string> | null;
|
|
@@ -521,6 +535,8 @@ export const CreateEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
521
535
|
suiteId: z.string(),
|
|
522
536
|
suiteVersion: z.number().int(),
|
|
523
537
|
suiteVersionId: z.string(),
|
|
538
|
+
orgId: z.string(),
|
|
539
|
+
teamId: z.string(),
|
|
524
540
|
status: components.EvalRunStatus$outboundSchema,
|
|
525
541
|
models: z.array(z.string()),
|
|
526
542
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -542,6 +558,8 @@ export const CreateEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
542
558
|
suiteId: "suite_id",
|
|
543
559
|
suiteVersion: "suite_version",
|
|
544
560
|
suiteVersionId: "suite_version_id",
|
|
561
|
+
orgId: "org_id",
|
|
562
|
+
teamId: "team_id",
|
|
545
563
|
taskIds: "task_ids",
|
|
546
564
|
judgeModel: "judge_model",
|
|
547
565
|
embeddingModel: "embedding_model",
|
|
@@ -92,6 +92,14 @@ export type GetEvalRunResponseBody = {
|
|
|
92
92
|
suiteId: string;
|
|
93
93
|
suiteVersion: number;
|
|
94
94
|
suiteVersionId: string;
|
|
95
|
+
/**
|
|
96
|
+
* The org that owns this run.
|
|
97
|
+
*/
|
|
98
|
+
orgId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The team that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
teamId: string;
|
|
95
103
|
status: components.EvalRunStatus;
|
|
96
104
|
models: Array<string>;
|
|
97
105
|
taskIds: Array<string> | null;
|
|
@@ -474,6 +482,8 @@ export const GetEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
474
482
|
suite_id: z.string(),
|
|
475
483
|
suite_version: z.number().int(),
|
|
476
484
|
suite_version_id: z.string(),
|
|
485
|
+
org_id: z.string(),
|
|
486
|
+
team_id: z.string(),
|
|
477
487
|
status: components.EvalRunStatus$inboundSchema,
|
|
478
488
|
models: z.array(z.string()),
|
|
479
489
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -495,6 +505,8 @@ export const GetEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
495
505
|
"suite_id": "suiteId",
|
|
496
506
|
"suite_version": "suiteVersion",
|
|
497
507
|
"suite_version_id": "suiteVersionId",
|
|
508
|
+
"org_id": "orgId",
|
|
509
|
+
"team_id": "teamId",
|
|
498
510
|
"task_ids": "taskIds",
|
|
499
511
|
"judge_model": "judgeModel",
|
|
500
512
|
"embedding_model": "embeddingModel",
|
|
@@ -514,6 +526,8 @@ export type GetEvalRunResponseBody$Outbound = {
|
|
|
514
526
|
suite_id: string;
|
|
515
527
|
suite_version: number;
|
|
516
528
|
suite_version_id: string;
|
|
529
|
+
org_id: string;
|
|
530
|
+
team_id: string;
|
|
517
531
|
status: string;
|
|
518
532
|
models: Array<string>;
|
|
519
533
|
task_ids: Array<string> | null;
|
|
@@ -543,6 +557,8 @@ export const GetEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
543
557
|
suiteId: z.string(),
|
|
544
558
|
suiteVersion: z.number().int(),
|
|
545
559
|
suiteVersionId: z.string(),
|
|
560
|
+
orgId: z.string(),
|
|
561
|
+
teamId: z.string(),
|
|
546
562
|
status: components.EvalRunStatus$outboundSchema,
|
|
547
563
|
models: z.array(z.string()),
|
|
548
564
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -564,6 +580,8 @@ export const GetEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
564
580
|
suiteId: "suite_id",
|
|
565
581
|
suiteVersion: "suite_version",
|
|
566
582
|
suiteVersionId: "suite_version_id",
|
|
583
|
+
orgId: "org_id",
|
|
584
|
+
teamId: "team_id",
|
|
567
585
|
taskIds: "task_ids",
|
|
568
586
|
judgeModel: "judge_model",
|
|
569
587
|
embeddingModel: "embedding_model",
|
|
@@ -106,6 +106,14 @@ export type ListEvalRunsData = {
|
|
|
106
106
|
suiteId: string;
|
|
107
107
|
suiteVersion: number;
|
|
108
108
|
suiteVersionId: string;
|
|
109
|
+
/**
|
|
110
|
+
* The org that owns this run.
|
|
111
|
+
*/
|
|
112
|
+
orgId: string;
|
|
113
|
+
/**
|
|
114
|
+
* The team that owns this run.
|
|
115
|
+
*/
|
|
116
|
+
teamId: string;
|
|
109
117
|
status: components.EvalRunStatus;
|
|
110
118
|
models: Array<string>;
|
|
111
119
|
taskIds: Array<string> | null;
|
|
@@ -524,6 +532,8 @@ export const ListEvalRunsData$inboundSchema: z.ZodType<
|
|
|
524
532
|
suite_id: z.string(),
|
|
525
533
|
suite_version: z.number().int(),
|
|
526
534
|
suite_version_id: z.string(),
|
|
535
|
+
org_id: z.string(),
|
|
536
|
+
team_id: z.string(),
|
|
527
537
|
status: components.EvalRunStatus$inboundSchema,
|
|
528
538
|
models: z.array(z.string()),
|
|
529
539
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -545,6 +555,8 @@ export const ListEvalRunsData$inboundSchema: z.ZodType<
|
|
|
545
555
|
"suite_id": "suiteId",
|
|
546
556
|
"suite_version": "suiteVersion",
|
|
547
557
|
"suite_version_id": "suiteVersionId",
|
|
558
|
+
"org_id": "orgId",
|
|
559
|
+
"team_id": "teamId",
|
|
548
560
|
"task_ids": "taskIds",
|
|
549
561
|
"judge_model": "judgeModel",
|
|
550
562
|
"embedding_model": "embeddingModel",
|
|
@@ -564,6 +576,8 @@ export type ListEvalRunsData$Outbound = {
|
|
|
564
576
|
suite_id: string;
|
|
565
577
|
suite_version: number;
|
|
566
578
|
suite_version_id: string;
|
|
579
|
+
org_id: string;
|
|
580
|
+
team_id: string;
|
|
567
581
|
status: string;
|
|
568
582
|
models: Array<string>;
|
|
569
583
|
task_ids: Array<string> | null;
|
|
@@ -593,6 +607,8 @@ export const ListEvalRunsData$outboundSchema: z.ZodType<
|
|
|
593
607
|
suiteId: z.string(),
|
|
594
608
|
suiteVersion: z.number().int(),
|
|
595
609
|
suiteVersionId: z.string(),
|
|
610
|
+
orgId: z.string(),
|
|
611
|
+
teamId: z.string(),
|
|
596
612
|
status: components.EvalRunStatus$outboundSchema,
|
|
597
613
|
models: z.array(z.string()),
|
|
598
614
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -614,6 +630,8 @@ export const ListEvalRunsData$outboundSchema: z.ZodType<
|
|
|
614
630
|
suiteId: "suite_id",
|
|
615
631
|
suiteVersion: "suite_version",
|
|
616
632
|
suiteVersionId: "suite_version_id",
|
|
633
|
+
orgId: "org_id",
|
|
634
|
+
teamId: "team_id",
|
|
617
635
|
taskIds: "task_ids",
|
|
618
636
|
judgeModel: "judge_model",
|
|
619
637
|
embeddingModel: "embedding_model",
|
|
@@ -111,6 +111,14 @@ export type ListEvalScheduleRunsData = {
|
|
|
111
111
|
suiteId: string;
|
|
112
112
|
suiteVersion: number;
|
|
113
113
|
suiteVersionId: string;
|
|
114
|
+
/**
|
|
115
|
+
* The org that owns this run.
|
|
116
|
+
*/
|
|
117
|
+
orgId: string;
|
|
118
|
+
/**
|
|
119
|
+
* The team that owns this run.
|
|
120
|
+
*/
|
|
121
|
+
teamId: string;
|
|
114
122
|
status: components.EvalRunStatus;
|
|
115
123
|
models: Array<string>;
|
|
116
124
|
taskIds: Array<string> | null;
|
|
@@ -545,6 +553,8 @@ export const ListEvalScheduleRunsData$inboundSchema: z.ZodType<
|
|
|
545
553
|
suite_id: z.string(),
|
|
546
554
|
suite_version: z.number().int(),
|
|
547
555
|
suite_version_id: z.string(),
|
|
556
|
+
org_id: z.string(),
|
|
557
|
+
team_id: z.string(),
|
|
548
558
|
status: components.EvalRunStatus$inboundSchema,
|
|
549
559
|
models: z.array(z.string()),
|
|
550
560
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -566,6 +576,8 @@ export const ListEvalScheduleRunsData$inboundSchema: z.ZodType<
|
|
|
566
576
|
"suite_id": "suiteId",
|
|
567
577
|
"suite_version": "suiteVersion",
|
|
568
578
|
"suite_version_id": "suiteVersionId",
|
|
579
|
+
"org_id": "orgId",
|
|
580
|
+
"team_id": "teamId",
|
|
569
581
|
"task_ids": "taskIds",
|
|
570
582
|
"judge_model": "judgeModel",
|
|
571
583
|
"embedding_model": "embeddingModel",
|
|
@@ -585,6 +597,8 @@ export type ListEvalScheduleRunsData$Outbound = {
|
|
|
585
597
|
suite_id: string;
|
|
586
598
|
suite_version: number;
|
|
587
599
|
suite_version_id: string;
|
|
600
|
+
org_id: string;
|
|
601
|
+
team_id: string;
|
|
588
602
|
status: string;
|
|
589
603
|
models: Array<string>;
|
|
590
604
|
task_ids: Array<string> | null;
|
|
@@ -614,6 +628,8 @@ export const ListEvalScheduleRunsData$outboundSchema: z.ZodType<
|
|
|
614
628
|
suiteId: z.string(),
|
|
615
629
|
suiteVersion: z.number().int(),
|
|
616
630
|
suiteVersionId: z.string(),
|
|
631
|
+
orgId: z.string(),
|
|
632
|
+
teamId: z.string(),
|
|
617
633
|
status: components.EvalRunStatus$outboundSchema,
|
|
618
634
|
models: z.array(z.string()),
|
|
619
635
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -635,6 +651,8 @@ export const ListEvalScheduleRunsData$outboundSchema: z.ZodType<
|
|
|
635
651
|
suiteId: "suite_id",
|
|
636
652
|
suiteVersion: "suite_version",
|
|
637
653
|
suiteVersionId: "suite_version_id",
|
|
654
|
+
orgId: "org_id",
|
|
655
|
+
teamId: "team_id",
|
|
638
656
|
taskIds: "task_ids",
|
|
639
657
|
judgeModel: "judge_model",
|
|
640
658
|
embeddingModel: "embedding_model",
|
|
@@ -97,6 +97,14 @@ export type ListEvalSuiteLeaderboardRunsData = {
|
|
|
97
97
|
suiteId: string;
|
|
98
98
|
suiteVersion: number;
|
|
99
99
|
suiteVersionId: string;
|
|
100
|
+
/**
|
|
101
|
+
* The org that owns this run.
|
|
102
|
+
*/
|
|
103
|
+
orgId: string;
|
|
104
|
+
/**
|
|
105
|
+
* The team that owns this run.
|
|
106
|
+
*/
|
|
107
|
+
teamId: string;
|
|
100
108
|
status: components.EvalRunStatus;
|
|
101
109
|
models: Array<string>;
|
|
102
110
|
taskIds: Array<string> | null;
|
|
@@ -555,6 +563,8 @@ export const ListEvalSuiteLeaderboardRunsData$inboundSchema: z.ZodType<
|
|
|
555
563
|
suite_id: z.string(),
|
|
556
564
|
suite_version: z.number().int(),
|
|
557
565
|
suite_version_id: z.string(),
|
|
566
|
+
org_id: z.string(),
|
|
567
|
+
team_id: z.string(),
|
|
558
568
|
status: components.EvalRunStatus$inboundSchema,
|
|
559
569
|
models: z.array(z.string()),
|
|
560
570
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -580,6 +590,8 @@ export const ListEvalSuiteLeaderboardRunsData$inboundSchema: z.ZodType<
|
|
|
580
590
|
"suite_id": "suiteId",
|
|
581
591
|
"suite_version": "suiteVersion",
|
|
582
592
|
"suite_version_id": "suiteVersionId",
|
|
593
|
+
"org_id": "orgId",
|
|
594
|
+
"team_id": "teamId",
|
|
583
595
|
"task_ids": "taskIds",
|
|
584
596
|
"judge_model": "judgeModel",
|
|
585
597
|
"embedding_model": "embeddingModel",
|
|
@@ -599,6 +611,8 @@ export type ListEvalSuiteLeaderboardRunsData$Outbound = {
|
|
|
599
611
|
suite_id: string;
|
|
600
612
|
suite_version: number;
|
|
601
613
|
suite_version_id: string;
|
|
614
|
+
org_id: string;
|
|
615
|
+
team_id: string;
|
|
602
616
|
status: string;
|
|
603
617
|
models: Array<string>;
|
|
604
618
|
task_ids: Array<string> | null;
|
|
@@ -628,6 +642,8 @@ export const ListEvalSuiteLeaderboardRunsData$outboundSchema: z.ZodType<
|
|
|
628
642
|
suiteId: z.string(),
|
|
629
643
|
suiteVersion: z.number().int(),
|
|
630
644
|
suiteVersionId: z.string(),
|
|
645
|
+
orgId: z.string(),
|
|
646
|
+
teamId: z.string(),
|
|
631
647
|
status: components.EvalRunStatus$outboundSchema,
|
|
632
648
|
models: z.array(z.string()),
|
|
633
649
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -653,6 +669,8 @@ export const ListEvalSuiteLeaderboardRunsData$outboundSchema: z.ZodType<
|
|
|
653
669
|
suiteId: "suite_id",
|
|
654
670
|
suiteVersion: "suite_version",
|
|
655
671
|
suiteVersionId: "suite_version_id",
|
|
672
|
+
orgId: "org_id",
|
|
673
|
+
teamId: "team_id",
|
|
656
674
|
taskIds: "task_ids",
|
|
657
675
|
judgeModel: "judge_model",
|
|
658
676
|
embeddingModel: "embedding_model",
|
|
@@ -96,6 +96,14 @@ export type RerunFailedEvalSamplesResponseBody = {
|
|
|
96
96
|
suiteId: string;
|
|
97
97
|
suiteVersion: number;
|
|
98
98
|
suiteVersionId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The org that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
orgId: string;
|
|
103
|
+
/**
|
|
104
|
+
* The team that owns this run.
|
|
105
|
+
*/
|
|
106
|
+
teamId: string;
|
|
99
107
|
status: components.EvalRunStatus;
|
|
100
108
|
models: Array<string>;
|
|
101
109
|
taskIds: Array<string> | null;
|
|
@@ -492,6 +500,8 @@ export const RerunFailedEvalSamplesResponseBody$inboundSchema: z.ZodType<
|
|
|
492
500
|
suite_id: z.string(),
|
|
493
501
|
suite_version: z.number().int(),
|
|
494
502
|
suite_version_id: z.string(),
|
|
503
|
+
org_id: z.string(),
|
|
504
|
+
team_id: z.string(),
|
|
495
505
|
status: components.EvalRunStatus$inboundSchema,
|
|
496
506
|
models: z.array(z.string()),
|
|
497
507
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -515,6 +525,8 @@ export const RerunFailedEvalSamplesResponseBody$inboundSchema: z.ZodType<
|
|
|
515
525
|
"suite_id": "suiteId",
|
|
516
526
|
"suite_version": "suiteVersion",
|
|
517
527
|
"suite_version_id": "suiteVersionId",
|
|
528
|
+
"org_id": "orgId",
|
|
529
|
+
"team_id": "teamId",
|
|
518
530
|
"task_ids": "taskIds",
|
|
519
531
|
"judge_model": "judgeModel",
|
|
520
532
|
"embedding_model": "embeddingModel",
|
|
@@ -534,6 +546,8 @@ export type RerunFailedEvalSamplesResponseBody$Outbound = {
|
|
|
534
546
|
suite_id: string;
|
|
535
547
|
suite_version: number;
|
|
536
548
|
suite_version_id: string;
|
|
549
|
+
org_id: string;
|
|
550
|
+
team_id: string;
|
|
537
551
|
status: string;
|
|
538
552
|
models: Array<string>;
|
|
539
553
|
task_ids: Array<string> | null;
|
|
@@ -563,6 +577,8 @@ export const RerunFailedEvalSamplesResponseBody$outboundSchema: z.ZodType<
|
|
|
563
577
|
suiteId: z.string(),
|
|
564
578
|
suiteVersion: z.number().int(),
|
|
565
579
|
suiteVersionId: z.string(),
|
|
580
|
+
orgId: z.string(),
|
|
581
|
+
teamId: z.string(),
|
|
566
582
|
status: components.EvalRunStatus$outboundSchema,
|
|
567
583
|
models: z.array(z.string()),
|
|
568
584
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -586,6 +602,8 @@ export const RerunFailedEvalSamplesResponseBody$outboundSchema: z.ZodType<
|
|
|
586
602
|
suiteId: "suite_id",
|
|
587
603
|
suiteVersion: "suite_version",
|
|
588
604
|
suiteVersionId: "suite_version_id",
|
|
605
|
+
orgId: "org_id",
|
|
606
|
+
teamId: "team_id",
|
|
589
607
|
taskIds: "task_ids",
|
|
590
608
|
judgeModel: "judge_model",
|
|
591
609
|
embeddingModel: "embedding_model",
|
|
@@ -96,6 +96,14 @@ export type RetryFailedEvalRunResponseBody = {
|
|
|
96
96
|
suiteId: string;
|
|
97
97
|
suiteVersion: number;
|
|
98
98
|
suiteVersionId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The org that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
orgId: string;
|
|
103
|
+
/**
|
|
104
|
+
* The team that owns this run.
|
|
105
|
+
*/
|
|
106
|
+
teamId: string;
|
|
99
107
|
status: components.EvalRunStatus;
|
|
100
108
|
models: Array<string>;
|
|
101
109
|
taskIds: Array<string> | null;
|
|
@@ -488,6 +496,8 @@ export const RetryFailedEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
488
496
|
suite_id: z.string(),
|
|
489
497
|
suite_version: z.number().int(),
|
|
490
498
|
suite_version_id: z.string(),
|
|
499
|
+
org_id: z.string(),
|
|
500
|
+
team_id: z.string(),
|
|
491
501
|
status: components.EvalRunStatus$inboundSchema,
|
|
492
502
|
models: z.array(z.string()),
|
|
493
503
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -509,6 +519,8 @@ export const RetryFailedEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
509
519
|
"suite_id": "suiteId",
|
|
510
520
|
"suite_version": "suiteVersion",
|
|
511
521
|
"suite_version_id": "suiteVersionId",
|
|
522
|
+
"org_id": "orgId",
|
|
523
|
+
"team_id": "teamId",
|
|
512
524
|
"task_ids": "taskIds",
|
|
513
525
|
"judge_model": "judgeModel",
|
|
514
526
|
"embedding_model": "embeddingModel",
|
|
@@ -528,6 +540,8 @@ export type RetryFailedEvalRunResponseBody$Outbound = {
|
|
|
528
540
|
suite_id: string;
|
|
529
541
|
suite_version: number;
|
|
530
542
|
suite_version_id: string;
|
|
543
|
+
org_id: string;
|
|
544
|
+
team_id: string;
|
|
531
545
|
status: string;
|
|
532
546
|
models: Array<string>;
|
|
533
547
|
task_ids: Array<string> | null;
|
|
@@ -557,6 +571,8 @@ export const RetryFailedEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
557
571
|
suiteId: z.string(),
|
|
558
572
|
suiteVersion: z.number().int(),
|
|
559
573
|
suiteVersionId: z.string(),
|
|
574
|
+
orgId: z.string(),
|
|
575
|
+
teamId: z.string(),
|
|
560
576
|
status: components.EvalRunStatus$outboundSchema,
|
|
561
577
|
models: z.array(z.string()),
|
|
562
578
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -578,6 +594,8 @@ export const RetryFailedEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
578
594
|
suiteId: "suite_id",
|
|
579
595
|
suiteVersion: "suite_version",
|
|
580
596
|
suiteVersionId: "suite_version_id",
|
|
597
|
+
orgId: "org_id",
|
|
598
|
+
teamId: "team_id",
|
|
581
599
|
taskIds: "task_ids",
|
|
582
600
|
judgeModel: "judge_model",
|
|
583
601
|
embeddingModel: "embedding_model",
|