iobroker.javascript 9.0.4 → 9.0.6

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/README.md CHANGED
@@ -26,6 +26,10 @@ Executes Javascript, Typescript Scripts.
26
26
  <!--
27
27
  ### **WORK IN PROGRESS**
28
28
  -->
29
+ ### 9.0.6 (2025-06-18)
30
+ * (@GermanBluefox) Speed-up loading of GUI
31
+ * (@GermanBluefox) Migrating old blocks to new format
32
+
29
33
  ### 9.0.4 (2025-06-16)
30
34
  * (@GermanBluefox) Corrected script editor for Polish language
31
35
  * (@GermanBluefox) Corrected import of Blockly blocks
@@ -48,11 +52,6 @@ Executes Javascript, Typescript Scripts.
48
52
  * (@GermanBluefox) Updated packages for GUI
49
53
  * (@GermanBluefox) Used TypeScript for an admin component
50
54
 
51
- ### 8.9.1 (2025-01-26)
52
-
53
- * (@GermanBluefox) Corrected blockly function editor
54
- * (@GermanBluefox) Corrected creation of folders
55
-
56
55
  ## License
57
56
  The MIT License (MIT)
58
57
 
@@ -0,0 +1,34 @@
1
+ import{c as tr,j as k}from"./createSvgIcon-BQT-7-GS.js";import{i as Z}from"./iobroker_javascript__loadShare__react__loadShare__-BiJPUKBK.js";import{i as j,c as an,C as nr}from"./index-DnqHzUyv.js";import{i as W,h as sr}from"./index-Cek-i92T.js";import{_ as rr}from"./preload-helper-Dp1pzeXC.js";import{C as ar,t as ir}from"./index-Dm1jc4t6.js";import or from"./ScriptEditorVanillaMonaco-DEgxOslR.js";import"./_commonjsHelpers-Cpj98o6Y.js";import"./iobroker_javascript__mf_v__runtimeInit__mf_v__-CBQgOKij.js";import"./inheritsLoose--KnFDOw1.js";const cr=tr(k.jsx("path",{d:"M11.07 12.85c.77-1.39 2.25-2.21 3.11-3.44.91-1.29.4-3.7-2.18-3.7-1.69 0-2.52 1.28-2.87 2.34L6.54 6.96C7.25 4.83 9.18 3 11.99 3c2.35 0 3.96 1.07 4.78 2.41.7 1.15 1.11 3.3.03 4.9-1.2 1.77-2.35 2.31-2.97 3.45-.25.46-.35.76-.35 2.24h-2.89c-.01-.78-.13-2.05.48-3.15M14 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2"}),"QuestionMark");function R(s,e,t,n,r){if(typeof e=="function"?s!==e||!0:!e.has(s))throw new TypeError("Cannot write private member to an object whose class did not declare it");return e.set(s,t),t}function o(s,e,t,n){if(t==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?s!==e||!n:!e.has(s))throw new TypeError("Cannot read private member from an object whose class did not declare it");return t==="m"?n:t==="a"?n.call(s):n?n.value:e.get(s)}let Tn=function(){const{crypto:s}=globalThis;if(s!=null&&s.randomUUID)return Tn=s.randomUUID.bind(s),s.randomUUID();const e=new Uint8Array(1),t=s?()=>s.getRandomValues(e)[0]:()=>Math.random()*255&255;return"10000000-1000-4000-8000-100000000000".replace(/[018]/g,n=>(+n^t()&15>>+n/4).toString(16))};function It(s){return typeof s=="object"&&s!==null&&("name"in s&&s.name==="AbortError"||"message"in s&&String(s.message).includes("FetchRequestCanceledException"))}const Rt=s=>{if(s instanceof Error)return s;if(typeof s=="object"&&s!==null){try{if(Object.prototype.toString.call(s)==="[object Error]"){const e=new Error(s.message,s.cause?{cause:s.cause}:{});return s.stack&&(e.stack=s.stack),s.cause&&!e.cause&&(e.cause=s.cause),s.name&&(e.name=s.name),e}}catch{}try{return new Error(JSON.stringify(s))}catch{}}return new Error(s)};class v extends Error{}class J extends v{constructor(e,t,n,r){super(`${J.makeMessage(e,t,n)}`),this.status=e,this.headers=r,this.requestID=r==null?void 0:r.get("x-request-id"),this.error=t;const a=t;this.code=a==null?void 0:a.code,this.param=a==null?void 0:a.param,this.type=a==null?void 0:a.type}static makeMessage(e,t,n){const r=t!=null&&t.message?typeof t.message=="string"?t.message:JSON.stringify(t.message):t?JSON.stringify(t):n;return e&&r?`${e} ${r}`:e?`${e} status code (no body)`:r||"(no status code or body)"}static generate(e,t,n,r){if(!e||!r)return new ut({message:n,cause:Rt(t)});const a=t==null?void 0:t.error;return e===400?new Mn(e,a,n,r):e===401?new Nn(e,a,n,r):e===403?new jn(e,a,n,r):e===404?new Fn(e,a,n,r):e===409?new Ln(e,a,n,r):e===422?new Dn(e,a,n,r):e===429?new Bn(e,a,n,r):e>=500?new Un(e,a,n,r):new J(e,a,n,r)}}class z extends J{constructor({message:e}={}){super(void 0,void 0,e||"Request was aborted.",void 0)}}class ut extends J{constructor({message:e,cause:t}){super(void 0,void 0,e||"Connection error.",void 0),t&&(this.cause=t)}}class Lt extends ut{constructor({message:e}={}){super({message:e??"Request timed out."})}}class Mn extends J{}class Nn extends J{}class jn extends J{}class Fn extends J{}class Ln extends J{}class Dn extends J{}class Bn extends J{}class Un extends J{}class Wn extends v{constructor(){super("Could not parse response content as the length limit was reached")}}class qn extends v{constructor(){super("Could not parse response content as the request was rejected by the content filter")}}const lr=/^[a-z][a-z0-9+.-]*:/i,ur=s=>lr.test(s);let V=s=>(V=Array.isArray,V(s)),on=V;function dr(s){return typeof s!="object"?{}:s??{}}function hr(s){if(!s)return!0;for(const e in s)return!1;return!0}function fr(s,e){return Object.prototype.hasOwnProperty.call(s,e)}function _t(s){return s!=null&&typeof s=="object"&&!Array.isArray(s)}const mr=(s,e)=>{if(typeof e!="number"||!Number.isInteger(e))throw new v(`${s} must be an integer`);if(e<0)throw new v(`${s} must be a positive integer`);return e},pr=s=>{try{return JSON.parse(s)}catch{return}},Fe=s=>new Promise(e=>setTimeout(e,s)),ye="5.5.1",gr=()=>typeof window<"u"&&typeof window.document<"u"&&typeof navigator<"u";function _r(){return typeof Deno<"u"&&Deno.build!=null?"deno":typeof EdgeRuntime<"u"?"edge":Object.prototype.toString.call(typeof globalThis.process<"u"?globalThis.process:0)==="[object process]"?"node":"unknown"}const yr=()=>{var t;const s=_r();if(s==="deno")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":ye,"X-Stainless-OS":ln(Deno.build.os),"X-Stainless-Arch":cn(Deno.build.arch),"X-Stainless-Runtime":"deno","X-Stainless-Runtime-Version":typeof Deno.version=="string"?Deno.version:((t=Deno.version)==null?void 0:t.deno)??"unknown"};if(typeof EdgeRuntime<"u")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":ye,"X-Stainless-OS":"Unknown","X-Stainless-Arch":`other:${EdgeRuntime}`,"X-Stainless-Runtime":"edge","X-Stainless-Runtime-Version":globalThis.process.version};if(s==="node")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":ye,"X-Stainless-OS":ln(globalThis.process.platform??"unknown"),"X-Stainless-Arch":cn(globalThis.process.arch??"unknown"),"X-Stainless-Runtime":"node","X-Stainless-Runtime-Version":globalThis.process.version??"unknown"};const e=wr();return e?{"X-Stainless-Lang":"js","X-Stainless-Package-Version":ye,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":`browser:${e.browser}`,"X-Stainless-Runtime-Version":e.version}:{"X-Stainless-Lang":"js","X-Stainless-Package-Version":ye,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":"unknown","X-Stainless-Runtime-Version":"unknown"}};function wr(){if(typeof navigator>"u"||!navigator)return null;const s=[{key:"edge",pattern:/Edge(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/MSIE(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/Trident(?:.*rv\:(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"chrome",pattern:/Chrome(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"firefox",pattern:/Firefox(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"safari",pattern:/(?:Version\W+(\d+)\.(\d+)(?:\.(\d+))?)?(?:\W+Mobile\S*)?\W+Safari/}];for(const{key:e,pattern:t}of s){const n=t.exec(navigator.userAgent);if(n){const r=n[1]||0,a=n[2]||0,i=n[3]||0;return{browser:e,version:`${r}.${a}.${i}`}}}return null}const cn=s=>s==="x32"?"x32":s==="x86_64"||s==="x64"?"x64":s==="arm"?"arm":s==="aarch64"||s==="arm64"?"arm64":s?`other:${s}`:"unknown",ln=s=>(s=s.toLowerCase(),s.includes("ios")?"iOS":s==="android"?"Android":s==="darwin"?"MacOS":s==="win32"?"Windows":s==="freebsd"?"FreeBSD":s==="openbsd"?"OpenBSD":s==="linux"?"Linux":s?`Other:${s}`:"Unknown");let un;const br=()=>un??(un=yr());function xr(){if(typeof fetch<"u")return fetch;throw new Error("`fetch` is not defined as a global; Either pass `fetch` to the client, `new OpenAI({ fetch })` or polyfill the global, `globalThis.fetch = fetch`")}function Jn(...s){const e=globalThis.ReadableStream;if(typeof e>"u")throw new Error("`ReadableStream` is not defined as a global; You will need to polyfill it, `globalThis.ReadableStream = ReadableStream`");return new e(...s)}function Xn(s){let e=Symbol.asyncIterator in s?s[Symbol.asyncIterator]():s[Symbol.iterator]();return Jn({start(){},async pull(t){const{done:n,value:r}=await e.next();n?t.close():t.enqueue(r)},async cancel(){var t;await((t=e.return)==null?void 0:t.call(e))}})}function Hn(s){if(s[Symbol.asyncIterator])return s;const e=s.getReader();return{async next(){try{const t=await e.read();return t!=null&&t.done&&e.releaseLock(),t}catch(t){throw e.releaseLock(),t}},async return(){const t=e.cancel();return e.releaseLock(),await t,{done:!0,value:void 0}},[Symbol.asyncIterator](){return this}}}async function Sr(s){var n,r;if(s===null||typeof s!="object")return;if(s[Symbol.asyncIterator]){await((r=(n=s[Symbol.asyncIterator]()).return)==null?void 0:r.call(n));return}const e=s.getReader(),t=e.cancel();e.releaseLock(),await t}const Ar=({headers:s,body:e})=>({bodyHeaders:{"content-type":"application/json"},body:JSON.stringify(e)}),Vn="RFC3986",Kn=s=>String(s),dn={RFC1738:s=>String(s).replace(/%20/g,"+"),RFC3986:Kn},Cr="RFC1738";let $t=(s,e)=>($t=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),$t(s,e));const ee=(()=>{const s=[];for(let e=0;e<256;++e)s.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return s})(),yt=1024,vr=(s,e,t,n,r)=>{if(s.length===0)return s;let a=s;if(typeof s=="symbol"?a=Symbol.prototype.toString.call(s):typeof s!="string"&&(a=String(s)),t==="iso-8859-1")return escape(a).replace(/%u[0-9a-f]{4}/gi,function(c){return"%26%23"+parseInt(c.slice(2),16)+"%3B"});let i="";for(let c=0;c<a.length;c+=yt){const l=a.length>=yt?a.slice(c,c+yt):a,d=[];for(let y=0;y<l.length;++y){let u=l.charCodeAt(y);if(u===45||u===46||u===95||u===126||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||r===Cr&&(u===40||u===41)){d[d.length]=l.charAt(y);continue}if(u<128){d[d.length]=ee[u];continue}if(u<2048){d[d.length]=ee[192|u>>6]+ee[128|u&63];continue}if(u<55296||u>=57344){d[d.length]=ee[224|u>>12]+ee[128|u>>6&63]+ee[128|u&63];continue}y+=1,u=65536+((u&1023)<<10|l.charCodeAt(y)&1023),d[d.length]=ee[240|u>>18]+ee[128|u>>12&63]+ee[128|u>>6&63]+ee[128|u&63]}i+=d.join("")}return i};function Ir(s){return!s||typeof s!="object"?!1:!!(s.constructor&&s.constructor.isBuffer&&s.constructor.isBuffer(s))}function hn(s,e){if(V(s)){const t=[];for(let n=0;n<s.length;n+=1)t.push(e(s[n]));return t}return e(s)}const Gn={brackets(s){return String(s)+"[]"},comma:"comma",indices(s,e){return String(s)+"["+e+"]"},repeat(s){return String(s)}},Qn=function(s,e){Array.prototype.push.apply(s,V(e)?e:[e])};let fn;const B={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:vr,encodeValuesOnly:!1,format:Vn,formatter:Kn,indices:!1,serializeDate(s){return(fn??(fn=Function.prototype.call.bind(Date.prototype.toISOString)))(s)},skipNulls:!1,strictNullHandling:!1};function Rr(s){return typeof s=="string"||typeof s=="number"||typeof s=="boolean"||typeof s=="symbol"||typeof s=="bigint"}const wt={};function zn(s,e,t,n,r,a,i,c,l,d,y,u,g,h,b,w,C,E){let m=s,_=E,p=0,A=!1;for(;(_=_.get(wt))!==void 0&&!A;){const P=_.get(s);if(p+=1,typeof P<"u"){if(P===p)throw new RangeError("Cyclic object value");A=!0}typeof _.get(wt)>"u"&&(p=0)}if(typeof d=="function"?m=d(e,m):m instanceof Date?m=g==null?void 0:g(m):t==="comma"&&V(m)&&(m=hn(m,function(P){return P instanceof Date?g==null?void 0:g(P):P})),m===null){if(a)return l&&!w?l(e,B.encoder,C,"key",h):e;m=""}if(Rr(m)||Ir(m)){if(l){const P=w?e:l(e,B.encoder,C,"key",h);return[(b==null?void 0:b(P))+"="+(b==null?void 0:b(l(m,B.encoder,C,"value",h)))]}return[(b==null?void 0:b(e))+"="+(b==null?void 0:b(String(m)))]}const O=[];if(typeof m>"u")return O;let I;if(t==="comma"&&V(m))w&&l&&(m=hn(m,l)),I=[{value:m.length>0?m.join(",")||null:void 0}];else if(V(d))I=d;else{const P=Object.keys(m);I=y?P.sort(y):P}const F=c?String(e).replace(/\./g,"%2E"):String(e),x=n&&V(m)&&m.length===1?F+"[]":F;if(r&&V(m)&&m.length===0)return x+"[]";for(let P=0;P<I.length;++P){const M=I[P],se=typeof M=="object"&&typeof M.value<"u"?M.value:m[M];if(i&&se===null)continue;const me=u&&c?M.replace(/\./g,"%2E"):M,N=V(m)?typeof t=="function"?t(x,me):x:x+(u?"."+me:"["+me+"]");E.set(s,p);const ie=new WeakMap;ie.set(wt,E),Qn(O,zn(se,N,t,n,r,a,i,c,t==="comma"&&w&&V(m)?null:l,d,y,u,g,h,b,w,C,ie))}return O}function $r(s=B){if(typeof s.allowEmptyArrays<"u"&&typeof s.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof s.encodeDotInKeys<"u"&&typeof s.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(s.encoder!==null&&typeof s.encoder<"u"&&typeof s.encoder!="function")throw new TypeError("Encoder has to be a function.");const e=s.charset||B.charset;if(typeof s.charset<"u"&&s.charset!=="utf-8"&&s.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");let t=Vn;if(typeof s.format<"u"){if(!$t(dn,s.format))throw new TypeError("Unknown format option provided.");t=s.format}const n=dn[t];let r=B.filter;(typeof s.filter=="function"||V(s.filter))&&(r=s.filter);let a;if(s.arrayFormat&&s.arrayFormat in Gn?a=s.arrayFormat:"indices"in s?a=s.indices?"indices":"repeat":a=B.arrayFormat,"commaRoundTrip"in s&&typeof s.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");const i=typeof s.allowDots>"u"?s.encodeDotInKeys?!0:B.allowDots:!!s.allowDots;return{addQueryPrefix:typeof s.addQueryPrefix=="boolean"?s.addQueryPrefix:B.addQueryPrefix,allowDots:i,allowEmptyArrays:typeof s.allowEmptyArrays=="boolean"?!!s.allowEmptyArrays:B.allowEmptyArrays,arrayFormat:a,charset:e,charsetSentinel:typeof s.charsetSentinel=="boolean"?s.charsetSentinel:B.charsetSentinel,commaRoundTrip:!!s.commaRoundTrip,delimiter:typeof s.delimiter>"u"?B.delimiter:s.delimiter,encode:typeof s.encode=="boolean"?s.encode:B.encode,encodeDotInKeys:typeof s.encodeDotInKeys=="boolean"?s.encodeDotInKeys:B.encodeDotInKeys,encoder:typeof s.encoder=="function"?s.encoder:B.encoder,encodeValuesOnly:typeof s.encodeValuesOnly=="boolean"?s.encodeValuesOnly:B.encodeValuesOnly,filter:r,format:t,formatter:n,serializeDate:typeof s.serializeDate=="function"?s.serializeDate:B.serializeDate,skipNulls:typeof s.skipNulls=="boolean"?s.skipNulls:B.skipNulls,sort:typeof s.sort=="function"?s.sort:null,strictNullHandling:typeof s.strictNullHandling=="boolean"?s.strictNullHandling:B.strictNullHandling}}function Or(s,e={}){let t=s;const n=$r(e);let r,a;typeof n.filter=="function"?(a=n.filter,t=a("",t)):V(n.filter)&&(a=n.filter,r=a);const i=[];if(typeof t!="object"||t===null)return"";const c=Gn[n.arrayFormat],l=c==="comma"&&n.commaRoundTrip;r||(r=Object.keys(t)),n.sort&&r.sort(n.sort);const d=new WeakMap;for(let g=0;g<r.length;++g){const h=r[g];n.skipNulls&&t[h]===null||Qn(i,zn(t[h],h,c,l,n.allowEmptyArrays,n.strictNullHandling,n.skipNulls,n.encodeDotInKeys,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,d))}const y=i.join(n.delimiter);let u=n.addQueryPrefix===!0?"?":"";return n.charsetSentinel&&(n.charset==="iso-8859-1"?u+="utf8=%26%2310003%3B&":u+="utf8=%E2%9C%93&"),y.length>0?u+y:""}function kr(s){let e=0;for(const r of s)e+=r.length;const t=new Uint8Array(e);let n=0;for(const r of s)t.set(r,n),n+=r.length;return t}let mn;function Dt(s){let e;return(mn??(e=new globalThis.TextEncoder,mn=e.encode.bind(e)))(s)}let pn;function gn(s){let e;return(pn??(e=new globalThis.TextDecoder,pn=e.decode.bind(e)))(s)}var K,G;class dt{constructor(){K.set(this,void 0),G.set(this,void 0),R(this,K,new Uint8Array),R(this,G,null)}decode(e){if(e==null)return[];const t=e instanceof ArrayBuffer?new Uint8Array(e):typeof e=="string"?Dt(e):e;R(this,K,kr([o(this,K,"f"),t]));const n=[];let r;for(;(r=Er(o(this,K,"f"),o(this,G,"f")))!=null;){if(r.carriage&&o(this,G,"f")==null){R(this,G,r.index);continue}if(o(this,G,"f")!=null&&(r.index!==o(this,G,"f")+1||r.carriage)){n.push(gn(o(this,K,"f").subarray(0,o(this,G,"f")-1))),R(this,K,o(this,K,"f").subarray(o(this,G,"f"))),R(this,G,null);continue}const a=o(this,G,"f")!==null?r.preceding-1:r.preceding,i=gn(o(this,K,"f").subarray(0,a));n.push(i),R(this,K,o(this,K,"f").subarray(r.index)),R(this,G,null)}return n}flush(){return o(this,K,"f").length?this.decode(`
2
+ `):[]}}K=new WeakMap,G=new WeakMap;dt.NEWLINE_CHARS=new Set([`
3
+ `,"\r"]);dt.NEWLINE_REGEXP=/\r\n|[\n\r]/g;function Er(s,e){for(let r=e??0;r<s.length;r++){if(s[r]===10)return{preceding:r,index:r+1,carriage:!1};if(s[r]===13)return{preceding:r,index:r+1,carriage:!0}}return null}function Pr(s){for(let n=0;n<s.length-1;n++){if(s[n]===10&&s[n+1]===10||s[n]===13&&s[n+1]===13)return n+2;if(s[n]===13&&s[n+1]===10&&n+3<s.length&&s[n+2]===13&&s[n+3]===10)return n+4}return-1}class ne{constructor(e,t){this.iterator=e,this.controller=t}static fromSSEResponse(e,t){let n=!1;async function*r(){if(n)throw new v("Cannot iterate over a consumed stream, use `.tee()` to split the stream.");n=!0;let a=!1;try{for await(const i of Tr(e,t))if(!a){if(i.data.startsWith("[DONE]")){a=!0;continue}if(i.event===null||i.event.startsWith("response.")||i.event.startsWith("transcript.")){let c;try{c=JSON.parse(i.data)}catch(l){throw console.error("Could not parse message into JSON:",i.data),console.error("From chunk:",i.raw),l}if(c&&c.error)throw new J(void 0,c.error,void 0,e.headers);yield c}else{let c;try{c=JSON.parse(i.data)}catch(l){throw console.error("Could not parse message into JSON:",i.data),console.error("From chunk:",i.raw),l}if(i.event=="error")throw new J(void 0,c.error,c.message,void 0);yield{event:i.event,data:c}}}a=!0}catch(i){if(It(i))return;throw i}finally{a||t.abort()}}return new ne(r,t)}static fromReadableStream(e,t){let n=!1;async function*r(){const i=new dt,c=Hn(e);for await(const l of c)for(const d of i.decode(l))yield d;for(const l of i.flush())yield l}async function*a(){if(n)throw new v("Cannot iterate over a consumed stream, use `.tee()` to split the stream.");n=!0;let i=!1;try{for await(const c of r())i||c&&(yield JSON.parse(c));i=!0}catch(c){if(It(c))return;throw c}finally{i||t.abort()}}return new ne(a,t)}[Symbol.asyncIterator](){return this.iterator()}tee(){const e=[],t=[],n=this.iterator(),r=a=>({next:()=>{if(a.length===0){const i=n.next();e.push(i),t.push(i)}return a.shift()}});return[new ne(()=>r(e),this.controller),new ne(()=>r(t),this.controller)]}toReadableStream(){const e=this;let t;return Jn({async start(){t=e[Symbol.asyncIterator]()},async pull(n){try{const{value:r,done:a}=await t.next();if(a)return n.close();const i=Dt(JSON.stringify(r)+`
4
+ `);n.enqueue(i)}catch(r){n.error(r)}},async cancel(){var n;await((n=t.return)==null?void 0:n.call(t))}})}}async function*Tr(s,e){if(!s.body)throw e.abort(),typeof globalThis.navigator<"u"&&globalThis.navigator.product==="ReactNative"?new v("The default react-native fetch implementation does not support streaming. Please use expo/fetch: https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api"):new v("Attempted to iterate over a response with no body");const t=new Nr,n=new dt,r=Hn(s.body);for await(const a of Mr(r))for(const i of n.decode(a)){const c=t.decode(i);c&&(yield c)}for(const a of n.flush()){const i=t.decode(a);i&&(yield i)}}async function*Mr(s){let e=new Uint8Array;for await(const t of s){if(t==null)continue;const n=t instanceof ArrayBuffer?new Uint8Array(t):typeof t=="string"?Dt(t):t;let r=new Uint8Array(e.length+n.length);r.set(e),r.set(n,e.length),e=r;let a;for(;(a=Pr(e))!==-1;)yield e.slice(0,a),e=e.slice(a)}e.length>0&&(yield e)}class Nr{constructor(){this.event=null,this.data=[],this.chunks=[]}decode(e){if(e.endsWith("\r")&&(e=e.substring(0,e.length-1)),!e){if(!this.event&&!this.data.length)return null;const a={event:this.event,data:this.data.join(`
5
+ `),raw:this.chunks};return this.event=null,this.data=[],this.chunks=[],a}if(this.chunks.push(e),e.startsWith(":"))return null;let[t,n,r]=jr(e,":");return r.startsWith(" ")&&(r=r.substring(1)),t==="event"?this.event=r:t==="data"&&this.data.push(r),null}}function jr(s,e){const t=s.indexOf(e);return t!==-1?[s.substring(0,t),e,s.substring(t+e.length)]:[s,"",""]}const st={off:0,error:200,warn:300,info:400,debug:500},_n=(s,e,t)=>{if(s){if(fr(st,s))return s;X(t).warn(`${e} was set to ${JSON.stringify(s)}, expected one of ${JSON.stringify(Object.keys(st))}`)}};function ve(){}function Ue(s,e,t){return!e||st[s]>st[t]?ve:e[s].bind(e)}const Fr={error:ve,warn:ve,info:ve,debug:ve};let yn=new WeakMap;function X(s){const e=s.logger,t=s.logLevel??"off";if(!e)return Fr;const n=yn.get(e);if(n&&n[0]===t)return n[1];const r={error:Ue("error",e,t),warn:Ue("warn",e,t),info:Ue("info",e,t),debug:Ue("debug",e,t)};return yn.set(e,[t,r]),r}const le=s=>(s.options&&(s.options={...s.options},delete s.options.headers),s.headers&&(s.headers=Object.fromEntries((s.headers instanceof Headers?[...s.headers]:Object.entries(s.headers)).map(([e,t])=>[e,e.toLowerCase()==="authorization"||e.toLowerCase()==="cookie"||e.toLowerCase()==="set-cookie"?"***":t]))),"retryOfRequestLogID"in s&&(s.retryOfRequestLogID&&(s.retryOf=s.retryOfRequestLogID),delete s.retryOfRequestLogID),s);async function Yn(s,e){const{response:t,requestLogID:n,retryOfRequestLogID:r,startTime:a}=e,i=await(async()=>{var u;if(e.options.stream)return X(s).debug("response",t.status,t.url,t.headers,t.body),e.options.__streamClass?e.options.__streamClass.fromSSEResponse(t,e.controller):ne.fromSSEResponse(t,e.controller);if(t.status===204)return null;if(e.options.__binaryResponse)return t;const c=t.headers.get("content-type"),l=(u=c==null?void 0:c.split(";")[0])==null?void 0:u.trim();if((l==null?void 0:l.includes("application/json"))||(l==null?void 0:l.endsWith("+json"))){const g=await t.json();return Zn(g,t)}return await t.text()})();return X(s).debug(`[${n}] response parsed`,le({retryOfRequestLogID:r,url:t.url,status:t.status,body:i,durationMs:Date.now()-a})),i}function Zn(s,e){return!s||typeof s!="object"||Array.isArray(s)?s:Object.defineProperty(s,"_request_id",{value:e.headers.get("x-request-id"),enumerable:!1})}var Ie;class ht extends Promise{constructor(e,t,n=Yn){super(r=>{r(null)}),this.responsePromise=t,this.parseResponse=n,Ie.set(this,void 0),R(this,Ie,e)}_thenUnwrap(e){return new ht(o(this,Ie,"f"),this.responsePromise,async(t,n)=>Zn(e(await this.parseResponse(t,n),n),n.response))}asResponse(){return this.responsePromise.then(e=>e.response)}async withResponse(){const[e,t]=await Promise.all([this.parse(),this.asResponse()]);return{data:e,response:t,request_id:t.headers.get("x-request-id")}}parse(){return this.parsedPromise||(this.parsedPromise=this.responsePromise.then(e=>this.parseResponse(o(this,Ie,"f"),e))),this.parsedPromise}then(e,t){return this.parse().then(e,t)}catch(e){return this.parse().catch(e)}finally(e){return this.parse().finally(e)}}Ie=new WeakMap;var We;class es{constructor(e,t,n,r){We.set(this,void 0),R(this,We,e),this.options=r,this.response=t,this.body=n}hasNextPage(){return this.getPaginatedItems().length?this.nextPageRequestOptions()!=null:!1}async getNextPage(){const e=this.nextPageRequestOptions();if(!e)throw new v("No next page expected; please check `.hasNextPage()` before calling `.getNextPage()`.");return await o(this,We,"f").requestAPIList(this.constructor,e)}async*iterPages(){let e=this;for(yield e;e.hasNextPage();)e=await e.getNextPage(),yield e}async*[(We=new WeakMap,Symbol.asyncIterator)](){for await(const e of this.iterPages())for(const t of e.getPaginatedItems())yield t}}class Lr extends ht{constructor(e,t,n){super(e,t,async(r,a)=>new n(r,a.response,await Yn(r,a),a.options))}async*[Symbol.asyncIterator](){const e=await this;for await(const t of e)yield t}}class ft extends es{constructor(e,t,n,r){super(e,t,n,r),this.data=n.data||[],this.object=n.object}getPaginatedItems(){return this.data??[]}nextPageRequestOptions(){return null}}class L extends es{constructor(e,t,n,r){super(e,t,n,r),this.data=n.data||[],this.has_more=n.has_more||!1}getPaginatedItems(){return this.data??[]}hasNextPage(){return this.has_more===!1?!1:super.hasNextPage()}nextPageRequestOptions(){var n;const e=this.getPaginatedItems(),t=(n=e[e.length-1])==null?void 0:n.id;return t?{...this.options,query:{...dr(this.options.query),after:t}}:null}}const ts=()=>{var s;if(typeof File>"u"){const{process:e}=globalThis,t=typeof((s=e==null?void 0:e.versions)==null?void 0:s.node)=="string"&&parseInt(e.versions.node.split("."))<20;throw new Error("`File` is not defined as a global, which is required for file uploads."+(t?" Update to Node 20 LTS or newer, or set `globalThis.File` to `import('node:buffer').File`.":""))}};function Te(s,e,t){return ts(),new File(s,e??"unknown_file",t)}function Ge(s){return(typeof s=="object"&&s!==null&&("name"in s&&s.name&&String(s.name)||"url"in s&&s.url&&String(s.url)||"filename"in s&&s.filename&&String(s.filename)||"path"in s&&s.path&&String(s.path))||"").split(/[\\/]/).pop()||void 0}const ns=s=>s!=null&&typeof s=="object"&&typeof s[Symbol.asyncIterator]=="function",fe=async(s,e)=>({...s,body:await Br(s.body,e)}),wn=new WeakMap;function Dr(s){const e=typeof s=="function"?s:s.fetch,t=wn.get(e);if(t)return t;const n=(async()=>{try{const r="Response"in e?e.Response:(await e("data:,")).constructor,a=new FormData;return a.toString()!==await new r(a).text()}catch{return!0}})();return wn.set(e,n),n}const Br=async(s,e)=>{if(!await Dr(e))throw new TypeError("The provided fetch function does not support file uploads with the current global FormData class.");const t=new FormData;return await Promise.all(Object.entries(s||{}).map(([n,r])=>Ot(t,n,r))),t},Ur=s=>s instanceof Blob&&"name"in s,Ot=async(s,e,t)=>{if(t!==void 0){if(t==null)throw new TypeError(`Received null for "${e}"; to pass null in FormData, you must use the string 'null'`);if(typeof t=="string"||typeof t=="number"||typeof t=="boolean")s.append(e,String(t));else if(t instanceof Response)s.append(e,Te([await t.blob()],Ge(t)));else if(ns(t))s.append(e,Te([await new Response(Xn(t)).blob()],Ge(t)));else if(Ur(t))s.append(e,t,Ge(t));else if(Array.isArray(t))await Promise.all(t.map(n=>Ot(s,e+"[]",n)));else if(typeof t=="object")await Promise.all(Object.entries(t).map(([n,r])=>Ot(s,`${e}[${n}]`,r)));else throw new TypeError(`Invalid value given to form, expected a string, number, boolean, object, Array, File or Blob but got ${t} instead`)}},ss=s=>s!=null&&typeof s=="object"&&typeof s.size=="number"&&typeof s.type=="string"&&typeof s.text=="function"&&typeof s.slice=="function"&&typeof s.arrayBuffer=="function",Wr=s=>s!=null&&typeof s=="object"&&typeof s.name=="string"&&typeof s.lastModified=="number"&&ss(s),qr=s=>s!=null&&typeof s=="object"&&typeof s.url=="string"&&typeof s.blob=="function";async function Jr(s,e,t){if(ts(),s=await s,Wr(s))return s instanceof File?s:Te([await s.arrayBuffer()],s.name);if(qr(s)){const r=await s.blob();return e||(e=new URL(s.url).pathname.split(/[\\/]/).pop()),Te(await kt(r),e,t)}const n=await kt(s);if(e||(e=Ge(s)),!(t!=null&&t.type)){const r=n.find(a=>typeof a=="object"&&"type"in a&&a.type);typeof r=="string"&&(t={...t,type:r})}return Te(n,e,t)}async function kt(s){var t;let e=[];if(typeof s=="string"||ArrayBuffer.isView(s)||s instanceof ArrayBuffer)e.push(s);else if(ss(s))e.push(s instanceof Blob?s:await s.arrayBuffer());else if(ns(s))for await(const n of s)e.push(...await kt(n));else{const n=(t=s==null?void 0:s.constructor)==null?void 0:t.name;throw new Error(`Unexpected data type: ${typeof s}${n?`; constructor: ${n}`:""}${Xr(s)}`)}return e}function Xr(s){return typeof s!="object"||s===null?"":`; props: [${Object.getOwnPropertyNames(s).map(t=>`"${t}"`).join(", ")}]`}class ${constructor(e){this._client=e}}function rs(s){return s.replace(/[^A-Za-z0-9\-._~!$&'()*+,;=:@]+/g,encodeURIComponent)}const Hr=(s=rs)=>function(t,...n){if(t.length===1)return t[0];let r=!1;const a=t.reduce((y,u,g)=>(/[?#]/.test(u)&&(r=!0),y+u+(g===n.length?"":(r?encodeURIComponent:s)(String(n[g])))),""),i=a.split(/[?#]/,1)[0],c=[],l=/(?<=^|\/)(?:\.|%2e){1,2}(?=\/|$)/gi;let d;for(;(d=l.exec(i))!==null;)c.push({start:d.index,length:d[0].length});if(c.length>0){let y=0;const u=c.reduce((g,h)=>{const b=" ".repeat(h.start-y),w="^".repeat(h.length);return y=h.start+h.length,g+b+w},"");throw new v(`Path parameters result in path with invalid segments:
6
+ ${a}
7
+ ${u}`)}return a},f=Hr(rs);let as=class extends ${list(e,t={},n){return this._client.getAPIList(f`/chat/completions/${e}/messages`,L,{query:t,...n})}};function Vr(s){return typeof s.parse=="function"}const rt=s=>(s==null?void 0:s.role)==="assistant",is=s=>(s==null?void 0:s.role)==="tool";var Et,Qe,ze,Re,$e,Ye,Oe,ae,ke,at,it,we,os;class Bt{constructor(){Et.add(this),this.controller=new AbortController,Qe.set(this,void 0),ze.set(this,()=>{}),Re.set(this,()=>{}),$e.set(this,void 0),Ye.set(this,()=>{}),Oe.set(this,()=>{}),ae.set(this,{}),ke.set(this,!1),at.set(this,!1),it.set(this,!1),we.set(this,!1),R(this,Qe,new Promise((e,t)=>{R(this,ze,e,"f"),R(this,Re,t,"f")})),R(this,$e,new Promise((e,t)=>{R(this,Ye,e,"f"),R(this,Oe,t,"f")})),o(this,Qe,"f").catch(()=>{}),o(this,$e,"f").catch(()=>{})}_run(e){setTimeout(()=>{e().then(()=>{this._emitFinal(),this._emit("end")},o(this,Et,"m",os).bind(this))},0)}_connected(){this.ended||(o(this,ze,"f").call(this),this._emit("connect"))}get ended(){return o(this,ke,"f")}get errored(){return o(this,at,"f")}get aborted(){return o(this,it,"f")}abort(){this.controller.abort()}on(e,t){return(o(this,ae,"f")[e]||(o(this,ae,"f")[e]=[])).push({listener:t}),this}off(e,t){const n=o(this,ae,"f")[e];if(!n)return this;const r=n.findIndex(a=>a.listener===t);return r>=0&&n.splice(r,1),this}once(e,t){return(o(this,ae,"f")[e]||(o(this,ae,"f")[e]=[])).push({listener:t,once:!0}),this}emitted(e){return new Promise((t,n)=>{R(this,we,!0),e!=="error"&&this.once("error",n),this.once(e,t)})}async done(){R(this,we,!0),await o(this,$e,"f")}_emit(e,...t){if(o(this,ke,"f"))return;e==="end"&&(R(this,ke,!0),o(this,Ye,"f").call(this));const n=o(this,ae,"f")[e];if(n&&(o(this,ae,"f")[e]=n.filter(r=>!r.once),n.forEach(({listener:r})=>r(...t))),e==="abort"){const r=t[0];!o(this,we,"f")&&!(n!=null&&n.length)&&Promise.reject(r),o(this,Re,"f").call(this,r),o(this,Oe,"f").call(this,r),this._emit("end");return}if(e==="error"){const r=t[0];!o(this,we,"f")&&!(n!=null&&n.length)&&Promise.reject(r),o(this,Re,"f").call(this,r),o(this,Oe,"f").call(this,r),this._emit("end")}}_emitFinal(){}}Qe=new WeakMap,ze=new WeakMap,Re=new WeakMap,$e=new WeakMap,Ye=new WeakMap,Oe=new WeakMap,ae=new WeakMap,ke=new WeakMap,at=new WeakMap,it=new WeakMap,we=new WeakMap,Et=new WeakSet,os=function(e){if(R(this,at,!0),e instanceof Error&&e.name==="AbortError"&&(e=new z),e instanceof z)return R(this,it,!0),this._emit("abort",e);if(e instanceof v)return this._emit("error",e);if(e instanceof Error){const t=new v(e.message);return t.cause=e,this._emit("error",t)}return this._emit("error",new v(String(e)))};function Ut(s){return(s==null?void 0:s.$brand)==="auto-parseable-response-format"}function Le(s){return(s==null?void 0:s.$brand)==="auto-parseable-tool"}function Kr(s,e){return!e||!cs(e)?{...s,choices:s.choices.map(t=>({...t,message:{...t.message,parsed:null,...t.message.tool_calls?{tool_calls:t.message.tool_calls}:void 0}}))}:Wt(s,e)}function Wt(s,e){const t=s.choices.map(n=>{var r;if(n.finish_reason==="length")throw new Wn;if(n.finish_reason==="content_filter")throw new qn;return{...n,message:{...n.message,...n.message.tool_calls?{tool_calls:((r=n.message.tool_calls)==null?void 0:r.map(a=>Qr(e,a)))??void 0}:void 0,parsed:n.message.content&&!n.message.refusal?Gr(e,n.message.content):null}}});return{...s,choices:t}}function Gr(s,e){var t,n;return((t=s.response_format)==null?void 0:t.type)!=="json_schema"?null:((n=s.response_format)==null?void 0:n.type)==="json_schema"?"$parseRaw"in s.response_format?s.response_format.$parseRaw(e):JSON.parse(e):null}function Qr(s,e){var n;const t=(n=s.tools)==null?void 0:n.find(r=>{var a;return((a=r.function)==null?void 0:a.name)===e.function.name});return{...e,function:{...e.function,parsed_arguments:Le(t)?t.$parseRaw(e.function.arguments):t!=null&&t.function.strict?JSON.parse(e.function.arguments):null}}}function zr(s,e){var n;if(!s)return!1;const t=(n=s.tools)==null?void 0:n.find(r=>{var a;return((a=r.function)==null?void 0:a.name)===e.function.name});return Le(t)||(t==null?void 0:t.function.strict)||!1}function cs(s){var e;return Ut(s.response_format)?!0:((e=s.tools)==null?void 0:e.some(t=>Le(t)||t.type==="function"&&t.function.strict===!0))??!1}function Yr(s){for(const e of s??[]){if(e.type!=="function")throw new v(`Currently only \`function\` tool types support auto-parsing; Received \`${e.type}\``);if(e.function.strict!==!0)throw new v(`The \`${e.function.name}\` tool is not marked with \`strict: true\`. Only strict function tools can be auto-parsed`)}}var H,Pt,ot,Tt,Mt,Nt,ls,us;const Zr=10;class ds extends Bt{constructor(){super(...arguments),H.add(this),this._chatCompletions=[],this.messages=[]}_addChatCompletion(e){var n;this._chatCompletions.push(e),this._emit("chatCompletion",e);const t=(n=e.choices[0])==null?void 0:n.message;return t&&this._addMessage(t),e}_addMessage(e,t=!0){if("content"in e||(e.content=null),this.messages.push(e),t){if(this._emit("message",e),is(e)&&e.content)this._emit("functionToolCallResult",e.content);else if(rt(e)&&e.tool_calls)for(const n of e.tool_calls)n.type==="function"&&this._emit("functionToolCall",n.function)}}async finalChatCompletion(){await this.done();const e=this._chatCompletions[this._chatCompletions.length-1];if(!e)throw new v("stream ended without producing a ChatCompletion");return e}async finalContent(){return await this.done(),o(this,H,"m",Pt).call(this)}async finalMessage(){return await this.done(),o(this,H,"m",ot).call(this)}async finalFunctionToolCall(){return await this.done(),o(this,H,"m",Tt).call(this)}async finalFunctionToolCallResult(){return await this.done(),o(this,H,"m",Mt).call(this)}async totalUsage(){return await this.done(),o(this,H,"m",Nt).call(this)}allChatCompletions(){return[...this._chatCompletions]}_emitFinal(){const e=this._chatCompletions[this._chatCompletions.length-1];e&&this._emit("finalChatCompletion",e);const t=o(this,H,"m",ot).call(this);t&&this._emit("finalMessage",t);const n=o(this,H,"m",Pt).call(this);n&&this._emit("finalContent",n);const r=o(this,H,"m",Tt).call(this);r&&this._emit("finalFunctionToolCall",r);const a=o(this,H,"m",Mt).call(this);a!=null&&this._emit("finalFunctionToolCallResult",a),this._chatCompletions.some(i=>i.usage)&&this._emit("totalUsage",o(this,H,"m",Nt).call(this))}async _createChatCompletion(e,t,n){const r=n==null?void 0:n.signal;r&&(r.aborted&&this.controller.abort(),r.addEventListener("abort",()=>this.controller.abort())),o(this,H,"m",ls).call(this,t);const a=await e.chat.completions.create({...t,stream:!1},{...n,signal:this.controller.signal});return this._connected(),this._addChatCompletion(Wt(a,t))}async _runChatCompletion(e,t,n){for(const r of t.messages)this._addMessage(r,!1);return await this._createChatCompletion(e,t,n)}async _runTools(e,t,n){var h,b,w;const r="tool",{tool_choice:a="auto",stream:i,...c}=t,l=typeof a!="string"&&((h=a==null?void 0:a.function)==null?void 0:h.name),{maxChatCompletions:d=Zr}=n||{},y=t.tools.map(C=>{if(Le(C)){if(!C.$callback)throw new v("Tool given to `.runTools()` that does not have an associated function");return{type:"function",function:{function:C.$callback,name:C.function.name,description:C.function.description||"",parameters:C.function.parameters,parse:C.$parseRaw,strict:!0}}}return C}),u={};for(const C of y)C.type==="function"&&(u[C.function.name||C.function.function.name]=C.function);const g="tools"in t?y.map(C=>C.type==="function"?{type:"function",function:{name:C.function.name||C.function.function.name,parameters:C.function.parameters,description:C.function.description,strict:C.function.strict}}:C):void 0;for(const C of t.messages)this._addMessage(C,!1);for(let C=0;C<d;++C){const m=(b=(await this._createChatCompletion(e,{...c,tool_choice:a,tools:g,messages:[...this.messages]},n)).choices[0])==null?void 0:b.message;if(!m)throw new v("missing message in ChatCompletion response");if(!((w=m.tool_calls)!=null&&w.length))return;for(const _ of m.tool_calls){if(_.type!=="function")continue;const p=_.id,{name:A,arguments:O}=_.function,I=u[A];if(I){if(l&&l!==A){const M=`Invalid tool_call: ${JSON.stringify(A)}. ${JSON.stringify(l)} requested. Please try again`;this._addMessage({role:r,tool_call_id:p,content:M});continue}}else{const M=`Invalid tool_call: ${JSON.stringify(A)}. Available options are: ${Object.keys(u).map(se=>JSON.stringify(se)).join(", ")}. Please try again`;this._addMessage({role:r,tool_call_id:p,content:M});continue}let F;try{F=Vr(I)?await I.parse(O):O}catch(M){const se=M instanceof Error?M.message:String(M);this._addMessage({role:r,tool_call_id:p,content:se});continue}const x=await I.function(F,this),P=o(this,H,"m",us).call(this,x);if(this._addMessage({role:r,tool_call_id:p,content:P}),l)return}}}}H=new WeakSet,Pt=function(){return o(this,H,"m",ot).call(this).content??null},ot=function(){let e=this.messages.length;for(;e-- >0;){const t=this.messages[e];if(rt(t))return{...t,content:t.content??null,refusal:t.refusal??null}}throw new v("stream ended without producing a ChatCompletionMessage with role=assistant")},Tt=function(){var e,t;for(let n=this.messages.length-1;n>=0;n--){const r=this.messages[n];if(rt(r)&&((e=r==null?void 0:r.tool_calls)!=null&&e.length))return(t=r.tool_calls.at(-1))==null?void 0:t.function}},Mt=function(){for(let e=this.messages.length-1;e>=0;e--){const t=this.messages[e];if(is(t)&&t.content!=null&&typeof t.content=="string"&&this.messages.some(n=>{var r;return n.role==="assistant"&&((r=n.tool_calls)==null?void 0:r.some(a=>a.type==="function"&&a.id===t.tool_call_id))}))return t.content}},Nt=function(){const e={completion_tokens:0,prompt_tokens:0,total_tokens:0};for(const{usage:t}of this._chatCompletions)t&&(e.completion_tokens+=t.completion_tokens,e.prompt_tokens+=t.prompt_tokens,e.total_tokens+=t.total_tokens);return e},ls=function(e){if(e.n!=null&&e.n>1)throw new v("ChatCompletion convenience helpers only support n=1 at this time. To use n>1, please use chat.completions.create() directly.")},us=function(e){return typeof e=="string"?e:e===void 0?"undefined":JSON.stringify(e)};class qt extends ds{static runTools(e,t,n){const r=new qt,a={...n,headers:{...n==null?void 0:n.headers,"X-Stainless-Helper-Method":"runTools"}};return r._run(()=>r._runTools(e,t,a)),r}_addMessage(e,t=!0){super._addMessage(e,t),rt(e)&&e.content&&this._emit("content",e.content)}}const hs=1,fs=2,ms=4,ps=8,gs=16,_s=32,ys=64,ws=128,bs=256,xs=ws|bs,Ss=gs|_s|xs|ys,As=hs|fs|Ss,Cs=ms|ps,ea=As|Cs,U={STR:hs,NUM:fs,ARR:ms,OBJ:ps,NULL:gs,BOOL:_s,NAN:ys,INFINITY:ws,MINUS_INFINITY:bs,INF:xs,SPECIAL:Ss,ATOM:As,COLLECTION:Cs,ALL:ea};class ta extends Error{}class na extends Error{}function sa(s,e=U.ALL){if(typeof s!="string")throw new TypeError(`expecting str, got ${typeof s}`);if(!s.trim())throw new Error(`${s} is empty`);return ra(s.trim(),e)}const ra=(s,e)=>{const t=s.length;let n=0;const r=g=>{throw new ta(`${g} at position ${n}`)},a=g=>{throw new na(`${g} at position ${n}`)},i=()=>(u(),n>=t&&r("Unexpected end of input"),s[n]==='"'?c():s[n]==="{"?l():s[n]==="["?d():s.substring(n,n+4)==="null"||U.NULL&e&&t-n<4&&"null".startsWith(s.substring(n))?(n+=4,null):s.substring(n,n+4)==="true"||U.BOOL&e&&t-n<4&&"true".startsWith(s.substring(n))?(n+=4,!0):s.substring(n,n+5)==="false"||U.BOOL&e&&t-n<5&&"false".startsWith(s.substring(n))?(n+=5,!1):s.substring(n,n+8)==="Infinity"||U.INFINITY&e&&t-n<8&&"Infinity".startsWith(s.substring(n))?(n+=8,1/0):s.substring(n,n+9)==="-Infinity"||U.MINUS_INFINITY&e&&1<t-n&&t-n<9&&"-Infinity".startsWith(s.substring(n))?(n+=9,-1/0):s.substring(n,n+3)==="NaN"||U.NAN&e&&t-n<3&&"NaN".startsWith(s.substring(n))?(n+=3,NaN):y()),c=()=>{const g=n;let h=!1;for(n++;n<t&&(s[n]!=='"'||h&&s[n-1]==="\\");)h=s[n]==="\\"?!h:!1,n++;if(s.charAt(n)=='"')try{return JSON.parse(s.substring(g,++n-Number(h)))}catch(b){a(String(b))}else if(U.STR&e)try{return JSON.parse(s.substring(g,n-Number(h))+'"')}catch{return JSON.parse(s.substring(g,s.lastIndexOf("\\"))+'"')}r("Unterminated string literal")},l=()=>{n++,u();const g={};try{for(;s[n]!=="}";){if(u(),n>=t&&U.OBJ&e)return g;const h=c();u(),n++;try{const b=i();Object.defineProperty(g,h,{value:b,writable:!0,enumerable:!0,configurable:!0})}catch(b){if(U.OBJ&e)return g;throw b}u(),s[n]===","&&n++}}catch{if(U.OBJ&e)return g;r("Expected '}' at end of object")}return n++,g},d=()=>{n++;const g=[];try{for(;s[n]!=="]";)g.push(i()),u(),s[n]===","&&n++}catch{if(U.ARR&e)return g;r("Expected ']' at end of array")}return n++,g},y=()=>{if(n===0){s==="-"&&U.NUM&e&&r("Not sure what '-' is");try{return JSON.parse(s)}catch(h){if(U.NUM&e)try{return s[s.length-1]==="."?JSON.parse(s.substring(0,s.lastIndexOf("."))):JSON.parse(s.substring(0,s.lastIndexOf("e")))}catch{}a(String(h))}}const g=n;for(s[n]==="-"&&n++;s[n]&&!",]}".includes(s[n]);)n++;n==t&&!(U.NUM&e)&&r("Unterminated number literal");try{return JSON.parse(s.substring(g,n))}catch{s.substring(g,n)==="-"&&U.NUM&e&&r("Not sure what '-' is");try{return JSON.parse(s.substring(g,s.lastIndexOf("e")))}catch(b){a(String(b))}}},u=()=>{for(;n<t&&`
8
+ \r `.includes(s[n]);)n++};return i()},bn=s=>sa(s,U.ALL^U.NUM);var D,re,pe,oe,bt,qe,xt,St,At,Je,Ct,xn;class je extends ds{constructor(e){super(),D.add(this),re.set(this,void 0),pe.set(this,void 0),oe.set(this,void 0),R(this,re,e),R(this,pe,[])}get currentChatCompletionSnapshot(){return o(this,oe,"f")}static fromReadableStream(e){const t=new je(null);return t._run(()=>t._fromReadableStream(e)),t}static createChatCompletion(e,t,n){const r=new je(t);return r._run(()=>r._runChatCompletion(e,{...t,stream:!0},{...n,headers:{...n==null?void 0:n.headers,"X-Stainless-Helper-Method":"stream"}})),r}async _createChatCompletion(e,t,n){var i;super._createChatCompletion;const r=n==null?void 0:n.signal;r&&(r.aborted&&this.controller.abort(),r.addEventListener("abort",()=>this.controller.abort())),o(this,D,"m",bt).call(this);const a=await e.chat.completions.create({...t,stream:!0},{...n,signal:this.controller.signal});this._connected();for await(const c of a)o(this,D,"m",xt).call(this,c);if((i=a.controller.signal)!=null&&i.aborted)throw new z;return this._addChatCompletion(o(this,D,"m",Je).call(this))}async _fromReadableStream(e,t){var i;const n=t==null?void 0:t.signal;n&&(n.aborted&&this.controller.abort(),n.addEventListener("abort",()=>this.controller.abort())),o(this,D,"m",bt).call(this),this._connected();const r=ne.fromReadableStream(e,this.controller);let a;for await(const c of r)a&&a!==c.id&&this._addChatCompletion(o(this,D,"m",Je).call(this)),o(this,D,"m",xt).call(this,c),a=c.id;if((i=r.controller.signal)!=null&&i.aborted)throw new z;return this._addChatCompletion(o(this,D,"m",Je).call(this))}[(re=new WeakMap,pe=new WeakMap,oe=new WeakMap,D=new WeakSet,bt=function(){this.ended||R(this,oe,void 0)},qe=function(t){let n=o(this,pe,"f")[t.index];return n||(n={content_done:!1,refusal_done:!1,logprobs_content_done:!1,logprobs_refusal_done:!1,done_tool_calls:new Set,current_tool_call_index:null},o(this,pe,"f")[t.index]=n,n)},xt=function(t){var r,a,i,c,l,d,y,u,g,h,b,w,C,E,m;if(this.ended)return;const n=o(this,D,"m",xn).call(this,t);this._emit("chunk",t,n);for(const _ of t.choices){const p=n.choices[_.index];_.delta.content!=null&&((r=p.message)==null?void 0:r.role)==="assistant"&&((a=p.message)!=null&&a.content)&&(this._emit("content",_.delta.content,p.message.content),this._emit("content.delta",{delta:_.delta.content,snapshot:p.message.content,parsed:p.message.parsed})),_.delta.refusal!=null&&((i=p.message)==null?void 0:i.role)==="assistant"&&((c=p.message)!=null&&c.refusal)&&this._emit("refusal.delta",{delta:_.delta.refusal,snapshot:p.message.refusal}),((l=_.logprobs)==null?void 0:l.content)!=null&&((d=p.message)==null?void 0:d.role)==="assistant"&&this._emit("logprobs.content.delta",{content:(y=_.logprobs)==null?void 0:y.content,snapshot:((u=p.logprobs)==null?void 0:u.content)??[]}),((g=_.logprobs)==null?void 0:g.refusal)!=null&&((h=p.message)==null?void 0:h.role)==="assistant"&&this._emit("logprobs.refusal.delta",{refusal:(b=_.logprobs)==null?void 0:b.refusal,snapshot:((w=p.logprobs)==null?void 0:w.refusal)??[]});const A=o(this,D,"m",qe).call(this,p);p.finish_reason&&(o(this,D,"m",At).call(this,p),A.current_tool_call_index!=null&&o(this,D,"m",St).call(this,p,A.current_tool_call_index));for(const O of _.delta.tool_calls??[])A.current_tool_call_index!==O.index&&(o(this,D,"m",At).call(this,p),A.current_tool_call_index!=null&&o(this,D,"m",St).call(this,p,A.current_tool_call_index)),A.current_tool_call_index=O.index;for(const O of _.delta.tool_calls??[]){const I=(C=p.message.tool_calls)==null?void 0:C[O.index];I!=null&&I.type&&((I==null?void 0:I.type)==="function"?this._emit("tool_calls.function.arguments.delta",{name:(E=I.function)==null?void 0:E.name,index:O.index,arguments:I.function.arguments,parsed_arguments:I.function.parsed_arguments,arguments_delta:((m=O.function)==null?void 0:m.arguments)??""}):(I==null||I.type,void 0))}}},St=function(t,n){var i,c,l;if(o(this,D,"m",qe).call(this,t).done_tool_calls.has(n))return;const a=(i=t.message.tool_calls)==null?void 0:i[n];if(!a)throw new Error("no tool call snapshot");if(!a.type)throw new Error("tool call snapshot missing `type`");if(a.type==="function"){const d=(l=(c=o(this,re,"f"))==null?void 0:c.tools)==null?void 0:l.find(y=>y.type==="function"&&y.function.name===a.function.name);this._emit("tool_calls.function.arguments.done",{name:a.function.name,index:n,arguments:a.function.arguments,parsed_arguments:Le(d)?d.$parseRaw(a.function.arguments):d!=null&&d.function.strict?JSON.parse(a.function.arguments):null})}else a.type},At=function(t){var r,a;const n=o(this,D,"m",qe).call(this,t);if(t.message.content&&!n.content_done){n.content_done=!0;const i=o(this,D,"m",Ct).call(this);this._emit("content.done",{content:t.message.content,parsed:i?i.$parseRaw(t.message.content):null})}t.message.refusal&&!n.refusal_done&&(n.refusal_done=!0,this._emit("refusal.done",{refusal:t.message.refusal})),(r=t.logprobs)!=null&&r.content&&!n.logprobs_content_done&&(n.logprobs_content_done=!0,this._emit("logprobs.content.done",{content:t.logprobs.content})),(a=t.logprobs)!=null&&a.refusal&&!n.logprobs_refusal_done&&(n.logprobs_refusal_done=!0,this._emit("logprobs.refusal.done",{refusal:t.logprobs.refusal}))},Je=function(){if(this.ended)throw new v("stream has ended, this shouldn't happen");const t=o(this,oe,"f");if(!t)throw new v("request ended without sending any chunks");return R(this,oe,void 0),R(this,pe,[]),aa(t,o(this,re,"f"))},Ct=function(){var n;const t=(n=o(this,re,"f"))==null?void 0:n.response_format;return Ut(t)?t:null},xn=function(t){var n,r,a,i;let c=o(this,oe,"f");const{choices:l,...d}=t;c?Object.assign(c,d):c=R(this,oe,{...d,choices:[]});for(const{delta:y,finish_reason:u,index:g,logprobs:h=null,...b}of t.choices){let w=c.choices[g];if(w||(w=c.choices[g]={finish_reason:u,index:g,message:{},logprobs:h,...b}),h)if(!w.logprobs)w.logprobs=Object.assign({},h);else{const{content:O,refusal:I,...F}=h;Object.assign(w.logprobs,F),O&&((n=w.logprobs).content??(n.content=[]),w.logprobs.content.push(...O)),I&&((r=w.logprobs).refusal??(r.refusal=[]),w.logprobs.refusal.push(...I))}if(u&&(w.finish_reason=u,o(this,re,"f")&&cs(o(this,re,"f")))){if(u==="length")throw new Wn;if(u==="content_filter")throw new qn}if(Object.assign(w,b),!y)continue;const{content:C,refusal:E,function_call:m,role:_,tool_calls:p,...A}=y;if(Object.assign(w.message,A),E&&(w.message.refusal=(w.message.refusal||"")+E),_&&(w.message.role=_),m&&(w.message.function_call?(m.name&&(w.message.function_call.name=m.name),m.arguments&&((a=w.message.function_call).arguments??(a.arguments=""),w.message.function_call.arguments+=m.arguments)):w.message.function_call=m),C&&(w.message.content=(w.message.content||"")+C,!w.message.refusal&&o(this,D,"m",Ct).call(this)&&(w.message.parsed=bn(w.message.content))),p){w.message.tool_calls||(w.message.tool_calls=[]);for(const{index:O,id:I,type:F,function:x,...P}of p){const M=(i=w.message.tool_calls)[O]??(i[O]={});Object.assign(M,P),I&&(M.id=I),F&&(M.type=F),x&&(M.function??(M.function={name:x.name??"",arguments:""})),x!=null&&x.name&&(M.function.name=x.name),x!=null&&x.arguments&&(M.function.arguments+=x.arguments,zr(o(this,re,"f"),M)&&(M.function.parsed_arguments=bn(M.function.arguments)))}}}return c},Symbol.asyncIterator)](){const e=[],t=[];let n=!1;return this.on("chunk",r=>{const a=t.shift();a?a.resolve(r):e.push(r)}),this.on("end",()=>{n=!0;for(const r of t)r.resolve(void 0);t.length=0}),this.on("abort",r=>{n=!0;for(const a of t)a.reject(r);t.length=0}),this.on("error",r=>{n=!0;for(const a of t)a.reject(r);t.length=0}),{next:async()=>e.length?{value:e.shift(),done:!1}:n?{value:void 0,done:!0}:new Promise((a,i)=>t.push({resolve:a,reject:i})).then(a=>a?{value:a,done:!1}:{value:void 0,done:!0}),return:async()=>(this.abort(),{value:void 0,done:!0})}}toReadableStream(){return new ne(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}}function aa(s,e){const{id:t,choices:n,created:r,model:a,system_fingerprint:i,...c}=s,l={...c,id:t,choices:n.map(({message:d,finish_reason:y,index:u,logprobs:g,...h})=>{if(!y)throw new v(`missing finish_reason for choice ${u}`);const{content:b=null,function_call:w,tool_calls:C,...E}=d,m=d.role;if(!m)throw new v(`missing role for choice ${u}`);if(w){const{arguments:_,name:p}=w;if(_==null)throw new v(`missing function_call.arguments for choice ${u}`);if(!p)throw new v(`missing function_call.name for choice ${u}`);return{...h,message:{content:b,function_call:{arguments:_,name:p},role:m,refusal:d.refusal??null},finish_reason:y,index:u,logprobs:g}}return C?{...h,index:u,finish_reason:y,logprobs:g,message:{...E,role:m,content:b,refusal:d.refusal??null,tool_calls:C.map((_,p)=>{const{function:A,type:O,id:I,...F}=_,{arguments:x,name:P,...M}=A||{};if(I==null)throw new v(`missing choices[${u}].tool_calls[${p}].id
9
+ ${Xe(s)}`);if(O==null)throw new v(`missing choices[${u}].tool_calls[${p}].type
10
+ ${Xe(s)}`);if(P==null)throw new v(`missing choices[${u}].tool_calls[${p}].function.name
11
+ ${Xe(s)}`);if(x==null)throw new v(`missing choices[${u}].tool_calls[${p}].function.arguments
12
+ ${Xe(s)}`);return{...F,id:I,type:O,function:{...M,name:P,arguments:x}}})}}:{...h,message:{...E,content:b,role:m,refusal:d.refusal??null},finish_reason:y,index:u,logprobs:g}}),created:r,model:a,object:"chat.completion",...i?{system_fingerprint:i}:{}};return Kr(l,e)}function Xe(s){return JSON.stringify(s)}class ct extends je{static fromReadableStream(e){const t=new ct(null);return t._run(()=>t._fromReadableStream(e)),t}static runTools(e,t,n){const r=new ct(t),a={...n,headers:{...n==null?void 0:n.headers,"X-Stainless-Helper-Method":"runTools"}};return r._run(()=>r._runTools(e,t,a)),r}}let Jt=class extends ${constructor(){super(...arguments),this.messages=new as(this._client)}create(e,t){return this._client.post("/chat/completions",{body:e,...t,stream:e.stream??!1})}retrieve(e,t){return this._client.get(f`/chat/completions/${e}`,t)}update(e,t,n){return this._client.post(f`/chat/completions/${e}`,{body:t,...n})}list(e={},t){return this._client.getAPIList("/chat/completions",L,{query:e,...t})}delete(e,t){return this._client.delete(f`/chat/completions/${e}`,t)}parse(e,t){return Yr(e.tools),this._client.chat.completions.create(e,{...t,headers:{...t==null?void 0:t.headers,"X-Stainless-Helper-Method":"chat.completions.parse"}})._thenUnwrap(n=>Wt(n,e))}runTools(e,t){return e.stream?ct.runTools(this._client,e,t):qt.runTools(this._client,e,t)}stream(e,t){return je.createChatCompletion(this._client,e,t)}};Jt.Messages=as;class Xt extends ${constructor(){super(...arguments),this.completions=new Jt(this._client)}}Xt.Completions=Jt;const vs=Symbol("brand.privateNullableHeaders");function*ia(s){if(!s)return;if(vs in s){const{values:n,nulls:r}=s;yield*n.entries();for(const a of r)yield[a,null];return}let e=!1,t;s instanceof Headers?t=s.entries():on(s)?t=s:(e=!0,t=Object.entries(s??{}));for(let n of t){const r=n[0];if(typeof r!="string")throw new TypeError("expected header name to be a string");const a=on(n[1])?n[1]:[n[1]];let i=!1;for(const c of a)c!==void 0&&(e&&!i&&(i=!0,yield[r,null]),yield[r,c])}}const S=s=>{const e=new Headers,t=new Set;for(const n of s){const r=new Set;for(const[a,i]of ia(n)){const c=a.toLowerCase();r.has(c)||(e.delete(a),r.add(c)),i===null?(e.delete(a),t.add(c)):(e.append(a,i),t.delete(c))}}return{[vs]:!0,values:e,nulls:t}};class Is extends ${create(e,t){return this._client.post("/audio/speech",{body:e,...t,headers:S([{Accept:"application/octet-stream"},t==null?void 0:t.headers]),__binaryResponse:!0})}}class Rs extends ${create(e,t){return this._client.post("/audio/transcriptions",fe({body:e,...t,stream:e.stream??!1,__metadata:{model:e.model}},this._client))}}class $s extends ${create(e,t){return this._client.post("/audio/translations",fe({body:e,...t,__metadata:{model:e.model}},this._client))}}class De extends ${constructor(){super(...arguments),this.transcriptions=new Rs(this._client),this.translations=new $s(this._client),this.speech=new Is(this._client)}}De.Transcriptions=Rs;De.Translations=$s;De.Speech=Is;class Os extends ${create(e,t){return this._client.post("/batches",{body:e,...t})}retrieve(e,t){return this._client.get(f`/batches/${e}`,t)}list(e={},t){return this._client.getAPIList("/batches",L,{query:e,...t})}cancel(e,t){return this._client.post(f`/batches/${e}/cancel`,t)}}class ks extends ${create(e,t){return this._client.post("/assistants",{body:e,...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}retrieve(e,t){return this._client.get(f`/assistants/${e}`,{...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}update(e,t,n){return this._client.post(f`/assistants/${e}`,{body:t,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}list(e={},t){return this._client.getAPIList("/assistants",L,{query:e,...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}delete(e,t){return this._client.delete(f`/assistants/${e}`,{...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}}class Es extends ${create(e,t){return this._client.post("/realtime/sessions",{body:e,...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}}class Ps extends ${create(e,t){return this._client.post("/realtime/transcription_sessions",{body:e,...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}}class mt extends ${constructor(){super(...arguments),this.sessions=new Es(this._client),this.transcriptionSessions=new Ps(this._client)}}mt.Sessions=Es;mt.TranscriptionSessions=Ps;class Ts extends ${create(e,t,n){return this._client.post(f`/threads/${e}/messages`,{body:t,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}retrieve(e,t,n){const{thread_id:r}=t;return this._client.get(f`/threads/${r}/messages/${e}`,{...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}update(e,t,n){const{thread_id:r,...a}=t;return this._client.post(f`/threads/${r}/messages/${e}`,{body:a,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}list(e,t={},n){return this._client.getAPIList(f`/threads/${e}/messages`,L,{query:t,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}delete(e,t,n){const{thread_id:r}=t;return this._client.delete(f`/threads/${r}/messages/${e}`,{...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}}class Ms extends ${retrieve(e,t,n){const{thread_id:r,run_id:a,...i}=t;return this._client.get(f`/threads/${r}/runs/${a}/steps/${e}`,{query:i,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}list(e,t,n){const{thread_id:r,...a}=t;return this._client.getAPIList(f`/threads/${r}/runs/${e}/steps`,L,{query:a,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}}const oa=s=>{if(typeof Buffer<"u"){const e=Buffer.from(s,"base64");return Array.from(new Float32Array(e.buffer,e.byteOffset,e.length/Float32Array.BYTES_PER_ELEMENT))}else{const e=atob(s),t=e.length,n=new Uint8Array(t);for(let r=0;r<t;r++)n[r]=e.charCodeAt(r);return Array.from(new Float32Array(n.buffer))}};var vt={};const Ce=s=>{var e,t,n,r;if(typeof globalThis.process<"u")return((e=vt==null?void 0:vt[s])==null?void 0:e.trim())??void 0;if(typeof globalThis.Deno<"u")return(r=(n=(t=globalThis.Deno.env)==null?void 0:t.get)==null?void 0:n.call(t,s))==null?void 0:r.trim()};var q,de,jt,te,Ze,Y,he,be,ue,lt,Q,et,tt,Me,Ee,Pe,Sn,An,Cn,vn,In,Rn,$n;class Ne extends Bt{constructor(){super(...arguments),q.add(this),jt.set(this,[]),te.set(this,{}),Ze.set(this,{}),Y.set(this,void 0),he.set(this,void 0),be.set(this,void 0),ue.set(this,void 0),lt.set(this,void 0),Q.set(this,void 0),et.set(this,void 0),tt.set(this,void 0),Me.set(this,void 0)}[(jt=new WeakMap,te=new WeakMap,Ze=new WeakMap,Y=new WeakMap,he=new WeakMap,be=new WeakMap,ue=new WeakMap,lt=new WeakMap,Q=new WeakMap,et=new WeakMap,tt=new WeakMap,Me=new WeakMap,q=new WeakSet,Symbol.asyncIterator)](){const e=[],t=[];let n=!1;return this.on("event",r=>{const a=t.shift();a?a.resolve(r):e.push(r)}),this.on("end",()=>{n=!0;for(const r of t)r.resolve(void 0);t.length=0}),this.on("abort",r=>{n=!0;for(const a of t)a.reject(r);t.length=0}),this.on("error",r=>{n=!0;for(const a of t)a.reject(r);t.length=0}),{next:async()=>e.length?{value:e.shift(),done:!1}:n?{value:void 0,done:!0}:new Promise((a,i)=>t.push({resolve:a,reject:i})).then(a=>a?{value:a,done:!1}:{value:void 0,done:!0}),return:async()=>(this.abort(),{value:void 0,done:!0})}}static fromReadableStream(e){const t=new de;return t._run(()=>t._fromReadableStream(e)),t}async _fromReadableStream(e,t){var a;const n=t==null?void 0:t.signal;n&&(n.aborted&&this.controller.abort(),n.addEventListener("abort",()=>this.controller.abort())),this._connected();const r=ne.fromReadableStream(e,this.controller);for await(const i of r)o(this,q,"m",Ee).call(this,i);if((a=r.controller.signal)!=null&&a.aborted)throw new z;return this._addRun(o(this,q,"m",Pe).call(this))}toReadableStream(){return new ne(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}static createToolAssistantStream(e,t,n,r){const a=new de;return a._run(()=>a._runToolAssistantStream(e,t,n,{...r,headers:{...r==null?void 0:r.headers,"X-Stainless-Helper-Method":"stream"}})),a}async _createToolAssistantStream(e,t,n,r){var l;const a=r==null?void 0:r.signal;a&&(a.aborted&&this.controller.abort(),a.addEventListener("abort",()=>this.controller.abort()));const i={...n,stream:!0},c=await e.submitToolOutputs(t,i,{...r,signal:this.controller.signal});this._connected();for await(const d of c)o(this,q,"m",Ee).call(this,d);if((l=c.controller.signal)!=null&&l.aborted)throw new z;return this._addRun(o(this,q,"m",Pe).call(this))}static createThreadAssistantStream(e,t,n){const r=new de;return r._run(()=>r._threadAssistantStream(e,t,{...n,headers:{...n==null?void 0:n.headers,"X-Stainless-Helper-Method":"stream"}})),r}static createAssistantStream(e,t,n,r){const a=new de;return a._run(()=>a._runAssistantStream(e,t,n,{...r,headers:{...r==null?void 0:r.headers,"X-Stainless-Helper-Method":"stream"}})),a}currentEvent(){return o(this,et,"f")}currentRun(){return o(this,tt,"f")}currentMessageSnapshot(){return o(this,Y,"f")}currentRunStepSnapshot(){return o(this,Me,"f")}async finalRunSteps(){return await this.done(),Object.values(o(this,te,"f"))}async finalMessages(){return await this.done(),Object.values(o(this,Ze,"f"))}async finalRun(){if(await this.done(),!o(this,he,"f"))throw Error("Final run was not received.");return o(this,he,"f")}async _createThreadAssistantStream(e,t,n){var c;const r=n==null?void 0:n.signal;r&&(r.aborted&&this.controller.abort(),r.addEventListener("abort",()=>this.controller.abort()));const a={...t,stream:!0},i=await e.createAndRun(a,{...n,signal:this.controller.signal});this._connected();for await(const l of i)o(this,q,"m",Ee).call(this,l);if((c=i.controller.signal)!=null&&c.aborted)throw new z;return this._addRun(o(this,q,"m",Pe).call(this))}async _createAssistantStream(e,t,n,r){var l;const a=r==null?void 0:r.signal;a&&(a.aborted&&this.controller.abort(),a.addEventListener("abort",()=>this.controller.abort()));const i={...n,stream:!0},c=await e.create(t,i,{...r,signal:this.controller.signal});this._connected();for await(const d of c)o(this,q,"m",Ee).call(this,d);if((l=c.controller.signal)!=null&&l.aborted)throw new z;return this._addRun(o(this,q,"m",Pe).call(this))}static accumulateDelta(e,t){for(const[n,r]of Object.entries(t)){if(!e.hasOwnProperty(n)){e[n]=r;continue}let a=e[n];if(a==null){e[n]=r;continue}if(n==="index"||n==="type"){e[n]=r;continue}if(typeof a=="string"&&typeof r=="string")a+=r;else if(typeof a=="number"&&typeof r=="number")a+=r;else if(_t(a)&&_t(r))a=this.accumulateDelta(a,r);else if(Array.isArray(a)&&Array.isArray(r)){if(a.every(i=>typeof i=="string"||typeof i=="number")){a.push(...r);continue}for(const i of r){if(!_t(i))throw new Error(`Expected array delta entry to be an object but got: ${i}`);const c=i.index;if(c==null)throw console.error(i),new Error("Expected array delta entry to have an `index` property");if(typeof c!="number")throw new Error(`Expected array delta entry \`index\` property to be a number but got ${c}`);const l=a[c];l==null?a.push(i):a[c]=this.accumulateDelta(l,i)}continue}else throw Error(`Unhandled record type: ${n}, deltaValue: ${r}, accValue: ${a}`);e[n]=a}return e}_addRun(e){return e}async _threadAssistantStream(e,t,n){return await this._createThreadAssistantStream(t,e,n)}async _runAssistantStream(e,t,n,r){return await this._createAssistantStream(t,e,n,r)}async _runToolAssistantStream(e,t,n,r){return await this._createToolAssistantStream(t,e,n,r)}}de=Ne,Ee=function(e){if(!this.ended)switch(R(this,et,e),o(this,q,"m",Cn).call(this,e),e.event){case"thread.created":break;case"thread.run.created":case"thread.run.queued":case"thread.run.in_progress":case"thread.run.requires_action":case"thread.run.completed":case"thread.run.incomplete":case"thread.run.failed":case"thread.run.cancelling":case"thread.run.cancelled":case"thread.run.expired":o(this,q,"m",$n).call(this,e);break;case"thread.run.step.created":case"thread.run.step.in_progress":case"thread.run.step.delta":case"thread.run.step.completed":case"thread.run.step.failed":case"thread.run.step.cancelled":case"thread.run.step.expired":o(this,q,"m",An).call(this,e);break;case"thread.message.created":case"thread.message.in_progress":case"thread.message.delta":case"thread.message.completed":case"thread.message.incomplete":o(this,q,"m",Sn).call(this,e);break;case"error":throw new Error("Encountered an error event in event processing - errors should be processed earlier")}},Pe=function(){if(this.ended)throw new v("stream has ended, this shouldn't happen");if(!o(this,he,"f"))throw Error("Final run has not been received");return o(this,he,"f")},Sn=function(e){const[t,n]=o(this,q,"m",In).call(this,e,o(this,Y,"f"));R(this,Y,t),o(this,Ze,"f")[t.id]=t;for(const r of n){const a=t.content[r.index];(a==null?void 0:a.type)=="text"&&this._emit("textCreated",a.text)}switch(e.event){case"thread.message.created":this._emit("messageCreated",e.data);break;case"thread.message.in_progress":break;case"thread.message.delta":if(this._emit("messageDelta",e.data.delta,t),e.data.delta.content)for(const r of e.data.delta.content){if(r.type=="text"&&r.text){let a=r.text,i=t.content[r.index];if(i&&i.type=="text")this._emit("textDelta",a,i.text);else throw Error("The snapshot associated with this text delta is not text or missing")}if(r.index!=o(this,be,"f")){if(o(this,ue,"f"))switch(o(this,ue,"f").type){case"text":this._emit("textDone",o(this,ue,"f").text,o(this,Y,"f"));break;case"image_file":this._emit("imageFileDone",o(this,ue,"f").image_file,o(this,Y,"f"));break}R(this,be,r.index)}R(this,ue,t.content[r.index])}break;case"thread.message.completed":case"thread.message.incomplete":if(o(this,be,"f")!==void 0){const r=e.data.content[o(this,be,"f")];if(r)switch(r.type){case"image_file":this._emit("imageFileDone",r.image_file,o(this,Y,"f"));break;case"text":this._emit("textDone",r.text,o(this,Y,"f"));break}}o(this,Y,"f")&&this._emit("messageDone",e.data),R(this,Y,void 0)}},An=function(e){const t=o(this,q,"m",vn).call(this,e);switch(R(this,Me,t),e.event){case"thread.run.step.created":this._emit("runStepCreated",e.data);break;case"thread.run.step.delta":const n=e.data.delta;if(n.step_details&&n.step_details.type=="tool_calls"&&n.step_details.tool_calls&&t.step_details.type=="tool_calls")for(const a of n.step_details.tool_calls)a.index==o(this,lt,"f")?this._emit("toolCallDelta",a,t.step_details.tool_calls[a.index]):(o(this,Q,"f")&&this._emit("toolCallDone",o(this,Q,"f")),R(this,lt,a.index),R(this,Q,t.step_details.tool_calls[a.index]),o(this,Q,"f")&&this._emit("toolCallCreated",o(this,Q,"f")));this._emit("runStepDelta",e.data.delta,t);break;case"thread.run.step.completed":case"thread.run.step.failed":case"thread.run.step.cancelled":case"thread.run.step.expired":R(this,Me,void 0),e.data.step_details.type=="tool_calls"&&o(this,Q,"f")&&(this._emit("toolCallDone",o(this,Q,"f")),R(this,Q,void 0)),this._emit("runStepDone",e.data,t);break}},Cn=function(e){o(this,jt,"f").push(e),this._emit("event",e)},vn=function(e){switch(e.event){case"thread.run.step.created":return o(this,te,"f")[e.data.id]=e.data,e.data;case"thread.run.step.delta":let t=o(this,te,"f")[e.data.id];if(!t)throw Error("Received a RunStepDelta before creation of a snapshot");let n=e.data;if(n.delta){const r=de.accumulateDelta(t,n.delta);o(this,te,"f")[e.data.id]=r}return o(this,te,"f")[e.data.id];case"thread.run.step.completed":case"thread.run.step.failed":case"thread.run.step.cancelled":case"thread.run.step.expired":case"thread.run.step.in_progress":o(this,te,"f")[e.data.id]=e.data;break}if(o(this,te,"f")[e.data.id])return o(this,te,"f")[e.data.id];throw new Error("No snapshot available")},In=function(e,t){let n=[];switch(e.event){case"thread.message.created":return[e.data,n];case"thread.message.delta":if(!t)throw Error("Received a delta with no existing snapshot (there should be one from message creation)");let r=e.data;if(r.delta.content)for(const a of r.delta.content)if(a.index in t.content){let i=t.content[a.index];t.content[a.index]=o(this,q,"m",Rn).call(this,a,i)}else t.content[a.index]=a,n.push(a);return[t,n];case"thread.message.in_progress":case"thread.message.completed":case"thread.message.incomplete":if(t)return[t,n];throw Error("Received thread message event with no existing snapshot")}throw Error("Tried to accumulate a non-message event")},Rn=function(e,t){return de.accumulateDelta(t,e)},$n=function(e){switch(R(this,tt,e.data),e.event){case"thread.run.created":break;case"thread.run.queued":break;case"thread.run.in_progress":break;case"thread.run.requires_action":case"thread.run.cancelled":case"thread.run.failed":case"thread.run.completed":case"thread.run.expired":case"thread.run.incomplete":R(this,he,e.data),o(this,Q,"f")&&(this._emit("toolCallDone",o(this,Q,"f")),R(this,Q,void 0));break}};let Ht=class extends ${constructor(){super(...arguments),this.steps=new Ms(this._client)}create(e,t,n){const{include:r,...a}=t;return this._client.post(f`/threads/${e}/runs`,{query:{include:r},body:a,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers]),stream:t.stream??!1})}retrieve(e,t,n){const{thread_id:r}=t;return this._client.get(f`/threads/${r}/runs/${e}`,{...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}update(e,t,n){const{thread_id:r,...a}=t;return this._client.post(f`/threads/${r}/runs/${e}`,{body:a,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}list(e,t={},n){return this._client.getAPIList(f`/threads/${e}/runs`,L,{query:t,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}cancel(e,t,n){const{thread_id:r}=t;return this._client.post(f`/threads/${r}/runs/${e}/cancel`,{...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}async createAndPoll(e,t,n){const r=await this.create(e,t,n);return await this.poll(r.id,{thread_id:e},n)}createAndStream(e,t,n){return Ne.createAssistantStream(e,this._client.beta.threads.runs,t,n)}async poll(e,t,n){var a;const r=S([n==null?void 0:n.headers,{"X-Stainless-Poll-Helper":"true","X-Stainless-Custom-Poll-Interval":((a=n==null?void 0:n.pollIntervalMs)==null?void 0:a.toString())??void 0}]);for(;;){const{data:i,response:c}=await this.retrieve(e,t,{...n,headers:{...n==null?void 0:n.headers,...r}}).withResponse();switch(i.status){case"queued":case"in_progress":case"cancelling":let l=5e3;if(n!=null&&n.pollIntervalMs)l=n.pollIntervalMs;else{const d=c.headers.get("openai-poll-after-ms");if(d){const y=parseInt(d);isNaN(y)||(l=y)}}await Fe(l);break;case"requires_action":case"incomplete":case"cancelled":case"completed":case"failed":case"expired":return i}}}stream(e,t,n){return Ne.createAssistantStream(e,this._client.beta.threads.runs,t,n)}submitToolOutputs(e,t,n){const{thread_id:r,...a}=t;return this._client.post(f`/threads/${r}/runs/${e}/submit_tool_outputs`,{body:a,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers]),stream:t.stream??!1})}async submitToolOutputsAndPoll(e,t,n){const r=await this.submitToolOutputs(e,t,n);return await this.poll(r.id,t,n)}submitToolOutputsStream(e,t,n){return Ne.createToolAssistantStream(e,this._client.beta.threads.runs,t,n)}};Ht.Steps=Ms;class pt extends ${constructor(){super(...arguments),this.runs=new Ht(this._client),this.messages=new Ts(this._client)}create(e={},t){return this._client.post("/threads",{body:e,...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}retrieve(e,t){return this._client.get(f`/threads/${e}`,{...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}update(e,t,n){return this._client.post(f`/threads/${e}`,{body:t,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}delete(e,t){return this._client.delete(f`/threads/${e}`,{...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}createAndRun(e,t){return this._client.post("/threads/runs",{body:e,...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers]),stream:e.stream??!1})}async createAndRunPoll(e,t){const n=await this.createAndRun(e,t);return await this.runs.poll(n.id,{thread_id:n.thread_id},t)}createAndRunStream(e,t){return Ne.createThreadAssistantStream(e,this._client.beta.threads,t)}}pt.Runs=Ht;pt.Messages=Ts;class Be extends ${constructor(){super(...arguments),this.realtime=new mt(this._client),this.assistants=new ks(this._client),this.threads=new pt(this._client)}}Be.Realtime=mt;Be.Assistants=ks;Be.Threads=pt;class Ns extends ${create(e,t){return this._client.post("/completions",{body:e,...t,stream:e.stream??!1})}}class js extends ${retrieve(e,t,n){const{container_id:r}=t;return this._client.get(f`/containers/${r}/files/${e}/content`,{...n,headers:S([{Accept:"application/binary"},n==null?void 0:n.headers]),__binaryResponse:!0})}}let Vt=class extends ${constructor(){super(...arguments),this.content=new js(this._client)}create(e,t,n){return this._client.post(f`/containers/${e}/files`,fe({body:t,...n},this._client))}retrieve(e,t,n){const{container_id:r}=t;return this._client.get(f`/containers/${r}/files/${e}`,n)}list(e,t={},n){return this._client.getAPIList(f`/containers/${e}/files`,L,{query:t,...n})}delete(e,t,n){const{container_id:r}=t;return this._client.delete(f`/containers/${r}/files/${e}`,{...n,headers:S([{Accept:"*/*"},n==null?void 0:n.headers])})}};Vt.Content=js;class Kt extends ${constructor(){super(...arguments),this.files=new Vt(this._client)}create(e,t){return this._client.post("/containers",{body:e,...t})}retrieve(e,t){return this._client.get(f`/containers/${e}`,t)}list(e={},t){return this._client.getAPIList("/containers",L,{query:e,...t})}delete(e,t){return this._client.delete(f`/containers/${e}`,{...t,headers:S([{Accept:"*/*"},t==null?void 0:t.headers])})}}Kt.Files=Vt;class Fs extends ${create(e,t){const n=!!e.encoding_format;let r=n?e.encoding_format:"base64";n&&X(this._client).debug("embeddings/user defined encoding_format:",e.encoding_format);const a=this._client.post("/embeddings",{body:{...e,encoding_format:r},...t});return n?a:(X(this._client).debug("embeddings/decoding base64 embeddings from base64"),a._thenUnwrap(i=>(i&&i.data&&i.data.forEach(c=>{const l=c.embedding;c.embedding=oa(l)}),i)))}}class Ls extends ${retrieve(e,t,n){const{eval_id:r,run_id:a}=t;return this._client.get(f`/evals/${r}/runs/${a}/output_items/${e}`,n)}list(e,t,n){const{eval_id:r,...a}=t;return this._client.getAPIList(f`/evals/${r}/runs/${e}/output_items`,L,{query:a,...n})}}class Gt extends ${constructor(){super(...arguments),this.outputItems=new Ls(this._client)}create(e,t,n){return this._client.post(f`/evals/${e}/runs`,{body:t,...n})}retrieve(e,t,n){const{eval_id:r}=t;return this._client.get(f`/evals/${r}/runs/${e}`,n)}list(e,t={},n){return this._client.getAPIList(f`/evals/${e}/runs`,L,{query:t,...n})}delete(e,t,n){const{eval_id:r}=t;return this._client.delete(f`/evals/${r}/runs/${e}`,n)}cancel(e,t,n){const{eval_id:r}=t;return this._client.post(f`/evals/${r}/runs/${e}`,n)}}Gt.OutputItems=Ls;class Qt extends ${constructor(){super(...arguments),this.runs=new Gt(this._client)}create(e,t){return this._client.post("/evals",{body:e,...t})}retrieve(e,t){return this._client.get(f`/evals/${e}`,t)}update(e,t,n){return this._client.post(f`/evals/${e}`,{body:t,...n})}list(e={},t){return this._client.getAPIList("/evals",L,{query:e,...t})}delete(e,t){return this._client.delete(f`/evals/${e}`,t)}}Qt.Runs=Gt;let Ds=class extends ${create(e,t){return this._client.post("/files",fe({body:e,...t},this._client))}retrieve(e,t){return this._client.get(f`/files/${e}`,t)}list(e={},t){return this._client.getAPIList("/files",L,{query:e,...t})}delete(e,t){return this._client.delete(f`/files/${e}`,t)}content(e,t){return this._client.get(f`/files/${e}/content`,{...t,headers:S([{Accept:"application/binary"},t==null?void 0:t.headers]),__binaryResponse:!0})}async waitForProcessing(e,{pollInterval:t=5e3,maxWait:n=30*60*1e3}={}){const r=new Set(["processed","error","deleted"]),a=Date.now();let i=await this.retrieve(e);for(;!i.status||!r.has(i.status);)if(await Fe(t),i=await this.retrieve(e),Date.now()-a>n)throw new Lt({message:`Giving up on waiting for file ${e} to finish processing after ${n} milliseconds.`});return i}};class Bs extends ${}let Us=class extends ${run(e,t){return this._client.post("/fine_tuning/alpha/graders/run",{body:e,...t})}validate(e,t){return this._client.post("/fine_tuning/alpha/graders/validate",{body:e,...t})}};class zt extends ${constructor(){super(...arguments),this.graders=new Us(this._client)}}zt.Graders=Us;class Ws extends ${create(e,t,n){return this._client.getAPIList(f`/fine_tuning/checkpoints/${e}/permissions`,ft,{body:t,method:"post",...n})}retrieve(e,t={},n){return this._client.getAPIList(f`/fine_tuning/checkpoints/${e}/permissions`,L,{query:t,...n})}delete(e,t,n){const{fine_tuned_model_checkpoint:r}=t;return this._client.delete(f`/fine_tuning/checkpoints/${r}/permissions/${e}`,n)}}let Yt=class extends ${constructor(){super(...arguments),this.permissions=new Ws(this._client)}};Yt.Permissions=Ws;class qs extends ${list(e,t={},n){return this._client.getAPIList(f`/fine_tuning/jobs/${e}/checkpoints`,L,{query:t,...n})}}class Zt extends ${constructor(){super(...arguments),this.checkpoints=new qs(this._client)}create(e,t){return this._client.post("/fine_tuning/jobs",{body:e,...t})}retrieve(e,t){return this._client.get(f`/fine_tuning/jobs/${e}`,t)}list(e={},t){return this._client.getAPIList("/fine_tuning/jobs",L,{query:e,...t})}cancel(e,t){return this._client.post(f`/fine_tuning/jobs/${e}/cancel`,t)}listEvents(e,t={},n){return this._client.getAPIList(f`/fine_tuning/jobs/${e}/events`,L,{query:t,...n})}pause(e,t){return this._client.post(f`/fine_tuning/jobs/${e}/pause`,t)}resume(e,t){return this._client.post(f`/fine_tuning/jobs/${e}/resume`,t)}}Zt.Checkpoints=qs;class xe extends ${constructor(){super(...arguments),this.methods=new Bs(this._client),this.jobs=new Zt(this._client),this.checkpoints=new Yt(this._client),this.alpha=new zt(this._client)}}xe.Methods=Bs;xe.Jobs=Zt;xe.Checkpoints=Yt;xe.Alpha=zt;class Js extends ${}class en extends ${constructor(){super(...arguments),this.graderModels=new Js(this._client)}}en.GraderModels=Js;class Xs extends ${createVariation(e,t){return this._client.post("/images/variations",fe({body:e,...t},this._client))}edit(e,t){return this._client.post("/images/edits",fe({body:e,...t},this._client))}generate(e,t){return this._client.post("/images/generations",{body:e,...t})}}class Hs extends ${retrieve(e,t){return this._client.get(f`/models/${e}`,t)}list(e){return this._client.getAPIList("/models",ft,e)}delete(e,t){return this._client.delete(f`/models/${e}`,t)}}class Vs extends ${create(e,t){return this._client.post("/moderations",{body:e,...t})}}function ca(s,e){return!e||!ua(e)?{...s,output_parsed:null,output:s.output.map(t=>t.type==="function_call"?{...t,parsed_arguments:null}:t.type==="message"?{...t,content:t.content.map(n=>({...n,parsed:null}))}:t)}:Ks(s,e)}function Ks(s,e){const t=s.output.map(r=>{if(r.type==="function_call")return{...r,parsed_arguments:fa(e,r)};if(r.type==="message"){const a=r.content.map(i=>i.type==="output_text"?{...i,parsed:la(e,i.text)}:i);return{...r,content:a}}return r}),n=Object.assign({},s,{output:t});return Object.getOwnPropertyDescriptor(s,"output_text")||Gs(n),Object.defineProperty(n,"output_parsed",{enumerable:!0,get(){for(const r of n.output)if(r.type==="message"){for(const a of r.content)if(a.type==="output_text"&&a.parsed!==null)return a.parsed}return null}}),n}function la(s,e){var t,n,r,a;return((n=(t=s.text)==null?void 0:t.format)==null?void 0:n.type)!=="json_schema"?null:"$parseRaw"in((r=s.text)==null?void 0:r.format)?((a=s.text)==null?void 0:a.format).$parseRaw(e):JSON.parse(e)}function ua(s){var e;return!!Ut((e=s.text)==null?void 0:e.format)}function da(s){return(s==null?void 0:s.$brand)==="auto-parseable-tool"}function ha(s,e){return s.find(t=>t.type==="function"&&t.name===e)}function fa(s,e){const t=ha(s.tools??[],e.name);return{...e,...e,parsed_arguments:da(t)?t.$parseRaw(e.arguments):t!=null&&t.strict?JSON.parse(e.arguments):null}}function Gs(s){const e=[];for(const t of s.output)if(t.type==="message")for(const n of t.content)n.type==="output_text"&&e.push(n.text);s.output_text=e.join("")}var ge,He,ce,Ve,On,kn,En,Pn;class tn extends Bt{constructor(e){super(),ge.add(this),He.set(this,void 0),ce.set(this,void 0),Ve.set(this,void 0),R(this,He,e)}static createResponse(e,t,n){const r=new tn(t);return r._run(()=>r._createOrRetrieveResponse(e,t,{...n,headers:{...n==null?void 0:n.headers,"X-Stainless-Helper-Method":"stream"}})),r}async _createOrRetrieveResponse(e,t,n){var c;const r=n==null?void 0:n.signal;r&&(r.aborted&&this.controller.abort(),r.addEventListener("abort",()=>this.controller.abort())),o(this,ge,"m",On).call(this);let a,i=null;"response_id"in t?(a=await e.responses.retrieve(t.response_id,{stream:!0},{...n,signal:this.controller.signal,stream:!0}),i=t.starting_after??null):a=await e.responses.create({...t,stream:!0},{...n,signal:this.controller.signal}),this._connected();for await(const l of a)o(this,ge,"m",kn).call(this,l,i);if((c=a.controller.signal)!=null&&c.aborted)throw new z;return o(this,ge,"m",En).call(this)}[(He=new WeakMap,ce=new WeakMap,Ve=new WeakMap,ge=new WeakSet,On=function(){this.ended||R(this,ce,void 0)},kn=function(t,n){if(this.ended)return;const r=(i,c)=>{(n==null||c.sequence_number>n)&&this._emit(i,c)},a=o(this,ge,"m",Pn).call(this,t);switch(r("event",t),t.type){case"response.output_text.delta":{const i=a.output[t.output_index];if(!i)throw new v(`missing output at index ${t.output_index}`);if(i.type==="message"){const c=i.content[t.content_index];if(!c)throw new v(`missing content at index ${t.content_index}`);if(c.type!=="output_text")throw new v(`expected content to be 'output_text', got ${c.type}`);r("response.output_text.delta",{...t,snapshot:c.text})}break}case"response.function_call_arguments.delta":{const i=a.output[t.output_index];if(!i)throw new v(`missing output at index ${t.output_index}`);i.type==="function_call"&&r("response.function_call_arguments.delta",{...t,snapshot:i.arguments});break}default:r(t.type,t);break}},En=function(){if(this.ended)throw new v("stream has ended, this shouldn't happen");const t=o(this,ce,"f");if(!t)throw new v("request ended without sending any events");R(this,ce,void 0);const n=ma(t,o(this,He,"f"));return R(this,Ve,n),n},Pn=function(t){let n=o(this,ce,"f");if(!n){if(t.type!=="response.created")throw new v(`When snapshot hasn't been set yet, expected 'response.created' event, got ${t.type}`);return n=R(this,ce,t.response),n}switch(t.type){case"response.output_item.added":{n.output.push(t.item);break}case"response.content_part.added":{const r=n.output[t.output_index];if(!r)throw new v(`missing output at index ${t.output_index}`);r.type==="message"&&r.content.push(t.part);break}case"response.output_text.delta":{const r=n.output[t.output_index];if(!r)throw new v(`missing output at index ${t.output_index}`);if(r.type==="message"){const a=r.content[t.content_index];if(!a)throw new v(`missing content at index ${t.content_index}`);if(a.type!=="output_text")throw new v(`expected content to be 'output_text', got ${a.type}`);a.text+=t.delta}break}case"response.function_call_arguments.delta":{const r=n.output[t.output_index];if(!r)throw new v(`missing output at index ${t.output_index}`);r.type==="function_call"&&(r.arguments+=t.delta);break}case"response.completed":{R(this,ce,t.response);break}}return n},Symbol.asyncIterator)](){const e=[],t=[];let n=!1;return this.on("event",r=>{const a=t.shift();a?a.resolve(r):e.push(r)}),this.on("end",()=>{n=!0;for(const r of t)r.resolve(void 0);t.length=0}),this.on("abort",r=>{n=!0;for(const a of t)a.reject(r);t.length=0}),this.on("error",r=>{n=!0;for(const a of t)a.reject(r);t.length=0}),{next:async()=>e.length?{value:e.shift(),done:!1}:n?{value:void 0,done:!0}:new Promise((a,i)=>t.push({resolve:a,reject:i})).then(a=>a?{value:a,done:!1}:{value:void 0,done:!0}),return:async()=>(this.abort(),{value:void 0,done:!0})}}async finalResponse(){await this.done();const e=o(this,Ve,"f");if(!e)throw new v("stream ended without producing a ChatCompletion");return e}}function ma(s,e){return ca(s,e)}class Qs extends ${list(e,t={},n){return this._client.getAPIList(f`/responses/${e}/input_items`,L,{query:t,...n})}}class nn extends ${constructor(){super(...arguments),this.inputItems=new Qs(this._client)}create(e,t){return this._client.post("/responses",{body:e,...t,stream:e.stream??!1})._thenUnwrap(n=>("object"in n&&n.object==="response"&&Gs(n),n))}retrieve(e,t={},n){return this._client.get(f`/responses/${e}`,{query:t,...n,stream:(t==null?void 0:t.stream)??!1})}delete(e,t){return this._client.delete(f`/responses/${e}`,{...t,headers:S([{Accept:"*/*"},t==null?void 0:t.headers])})}parse(e,t){return this._client.responses.create(e,t)._thenUnwrap(n=>Ks(n,e))}stream(e,t){return tn.createResponse(this._client,e,t)}cancel(e,t){return this._client.post(f`/responses/${e}/cancel`,t)}}nn.InputItems=Qs;class zs extends ${create(e,t,n){return this._client.post(f`/uploads/${e}/parts`,fe({body:t,...n},this._client))}}class sn extends ${constructor(){super(...arguments),this.parts=new zs(this._client)}create(e,t){return this._client.post("/uploads",{body:e,...t})}cancel(e,t){return this._client.post(f`/uploads/${e}/cancel`,t)}complete(e,t,n){return this._client.post(f`/uploads/${e}/complete`,{body:t,...n})}}sn.Parts=zs;const pa=async s=>{const e=await Promise.allSettled(s),t=e.filter(r=>r.status==="rejected");if(t.length){for(const r of t)console.error(r.reason);throw new Error(`${t.length} promise(s) failed - see the above errors`)}const n=[];for(const r of e)r.status==="fulfilled"&&n.push(r.value);return n};class Ys extends ${create(e,t,n){return this._client.post(f`/vector_stores/${e}/file_batches`,{body:t,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}retrieve(e,t,n){const{vector_store_id:r}=t;return this._client.get(f`/vector_stores/${r}/file_batches/${e}`,{...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}cancel(e,t,n){const{vector_store_id:r}=t;return this._client.post(f`/vector_stores/${r}/file_batches/${e}/cancel`,{...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}async createAndPoll(e,t,n){const r=await this.create(e,t);return await this.poll(e,r.id,n)}listFiles(e,t,n){const{vector_store_id:r,...a}=t;return this._client.getAPIList(f`/vector_stores/${r}/file_batches/${e}/files`,L,{query:a,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}async poll(e,t,n){var a;const r=S([n==null?void 0:n.headers,{"X-Stainless-Poll-Helper":"true","X-Stainless-Custom-Poll-Interval":((a=n==null?void 0:n.pollIntervalMs)==null?void 0:a.toString())??void 0}]);for(;;){const{data:i,response:c}=await this.retrieve(t,{vector_store_id:e},{...n,headers:r}).withResponse();switch(i.status){case"in_progress":let l=5e3;if(n!=null&&n.pollIntervalMs)l=n.pollIntervalMs;else{const d=c.headers.get("openai-poll-after-ms");if(d){const y=parseInt(d);isNaN(y)||(l=y)}}await Fe(l);break;case"failed":case"cancelled":case"completed":return i}}}async uploadAndPoll(e,{files:t,fileIds:n=[]},r){if(t==null||t.length==0)throw new Error("No `files` provided to process. If you've already uploaded files you should use `.createAndPoll()` instead");const a=(r==null?void 0:r.maxConcurrency)??5,i=Math.min(a,t.length),c=this._client,l=t.values(),d=[...n];async function y(g){for(let h of g){const b=await c.files.create({file:h,purpose:"assistants"},r);d.push(b.id)}}const u=Array(i).fill(l).map(y);return await pa(u),await this.createAndPoll(e,{file_ids:d})}}class Zs extends ${create(e,t,n){return this._client.post(f`/vector_stores/${e}/files`,{body:t,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}retrieve(e,t,n){const{vector_store_id:r}=t;return this._client.get(f`/vector_stores/${r}/files/${e}`,{...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}update(e,t,n){const{vector_store_id:r,...a}=t;return this._client.post(f`/vector_stores/${r}/files/${e}`,{body:a,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}list(e,t={},n){return this._client.getAPIList(f`/vector_stores/${e}/files`,L,{query:t,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}delete(e,t,n){const{vector_store_id:r}=t;return this._client.delete(f`/vector_stores/${r}/files/${e}`,{...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}async createAndPoll(e,t,n){const r=await this.create(e,t,n);return await this.poll(e,r.id,n)}async poll(e,t,n){var a;const r=S([n==null?void 0:n.headers,{"X-Stainless-Poll-Helper":"true","X-Stainless-Custom-Poll-Interval":((a=n==null?void 0:n.pollIntervalMs)==null?void 0:a.toString())??void 0}]);for(;;){const i=await this.retrieve(t,{vector_store_id:e},{...n,headers:r}).withResponse(),c=i.data;switch(c.status){case"in_progress":let l=5e3;if(n!=null&&n.pollIntervalMs)l=n.pollIntervalMs;else{const d=i.response.headers.get("openai-poll-after-ms");if(d){const y=parseInt(d);isNaN(y)||(l=y)}}await Fe(l);break;case"failed":case"completed":return c}}}async upload(e,t,n){const r=await this._client.files.create({file:t,purpose:"assistants"},n);return this.create(e,{file_id:r.id},n)}async uploadAndPoll(e,t,n){const r=await this.upload(e,t,n);return await this.poll(e,r.id,n)}content(e,t,n){const{vector_store_id:r}=t;return this._client.getAPIList(f`/vector_stores/${r}/files/${e}/content`,ft,{...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}}class gt extends ${constructor(){super(...arguments),this.files=new Zs(this._client),this.fileBatches=new Ys(this._client)}create(e,t){return this._client.post("/vector_stores",{body:e,...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}retrieve(e,t){return this._client.get(f`/vector_stores/${e}`,{...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}update(e,t,n){return this._client.post(f`/vector_stores/${e}`,{body:t,...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}list(e={},t){return this._client.getAPIList("/vector_stores",L,{query:e,...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}delete(e,t){return this._client.delete(f`/vector_stores/${e}`,{...t,headers:S([{"OpenAI-Beta":"assistants=v2"},t==null?void 0:t.headers])})}search(e,t,n){return this._client.getAPIList(f`/vector_stores/${e}/search`,ft,{body:t,method:"post",...n,headers:S([{"OpenAI-Beta":"assistants=v2"},n==null?void 0:n.headers])})}}gt.Files=Zs;gt.FileBatches=Ys;var Ft,rn,nt,er;class T{constructor({baseURL:e=Ce("OPENAI_BASE_URL"),apiKey:t=Ce("OPENAI_API_KEY"),organization:n=Ce("OPENAI_ORG_ID")??null,project:r=Ce("OPENAI_PROJECT_ID")??null,...a}={}){if(Ft.add(this),nt.set(this,void 0),this.completions=new Ns(this),this.chat=new Xt(this),this.embeddings=new Fs(this),this.files=new Ds(this),this.images=new Xs(this),this.audio=new De(this),this.moderations=new Vs(this),this.models=new Hs(this),this.fineTuning=new xe(this),this.graders=new en(this),this.vectorStores=new gt(this),this.beta=new Be(this),this.batches=new Os(this),this.uploads=new sn(this),this.responses=new nn(this),this.evals=new Qt(this),this.containers=new Kt(this),t===void 0)throw new v("The OPENAI_API_KEY environment variable is missing or empty; either provide it, or instantiate the OpenAI client with an apiKey option, like new OpenAI({ apiKey: 'My API Key' }).");const i={apiKey:t,organization:n,project:r,...a,baseURL:e||"https://api.openai.com/v1"};if(!i.dangerouslyAllowBrowser&&gr())throw new v(`It looks like you're running in a browser-like environment.
13
+
14
+ This is disabled by default, as it risks exposing your secret API credentials to attackers.
15
+ If you understand the risks and have appropriate mitigations in place,
16
+ you can set the \`dangerouslyAllowBrowser\` option to \`true\`, e.g.,
17
+
18
+ new OpenAI({ apiKey, dangerouslyAllowBrowser: true });
19
+
20
+ https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety
21
+ `);this.baseURL=i.baseURL,this.timeout=i.timeout??rn.DEFAULT_TIMEOUT,this.logger=i.logger??console;const c="warn";this.logLevel=c,this.logLevel=_n(i.logLevel,"ClientOptions.logLevel",this)??_n(Ce("OPENAI_LOG"),"process.env['OPENAI_LOG']",this)??c,this.fetchOptions=i.fetchOptions,this.maxRetries=i.maxRetries??2,this.fetch=i.fetch??xr(),R(this,nt,Ar),this._options=i,this.apiKey=t,this.organization=n,this.project=r}withOptions(e){return new this.constructor({...this._options,baseURL:this.baseURL,maxRetries:this.maxRetries,timeout:this.timeout,logger:this.logger,logLevel:this.logLevel,fetchOptions:this.fetchOptions,apiKey:this.apiKey,organization:this.organization,project:this.project,...e})}defaultQuery(){return this._options.defaultQuery}validateHeaders({values:e,nulls:t}){}authHeaders(e){return S([{Authorization:`Bearer ${this.apiKey}`}])}stringifyQuery(e){return Or(e,{arrayFormat:"brackets"})}getUserAgent(){return`${this.constructor.name}/JS ${ye}`}defaultIdempotencyKey(){return`stainless-node-retry-${Tn()}`}makeStatusError(e,t,n,r){return J.generate(e,t,n,r)}buildURL(e,t,n){const r=!o(this,Ft,"m",er).call(this)&&n||this.baseURL,a=ur(e)?new URL(e):new URL(r+(r.endsWith("/")&&e.startsWith("/")?e.slice(1):e)),i=this.defaultQuery();return hr(i)||(t={...i,...t}),typeof t=="object"&&t&&!Array.isArray(t)&&(a.search=this.stringifyQuery(t)),a.toString()}async prepareOptions(e){}async prepareRequest(e,{url:t,options:n}){}get(e,t){return this.methodRequest("get",e,t)}post(e,t){return this.methodRequest("post",e,t)}patch(e,t){return this.methodRequest("patch",e,t)}put(e,t){return this.methodRequest("put",e,t)}delete(e,t){return this.methodRequest("delete",e,t)}methodRequest(e,t,n){return this.request(Promise.resolve(n).then(r=>({method:e,path:t,...r})))}request(e,t=null){return new ht(this,this.makeRequest(e,t,void 0))}async makeRequest(e,t,n){var E,m;const r=await e,a=r.maxRetries??this.maxRetries;t==null&&(t=a),await this.prepareOptions(r);const{req:i,url:c,timeout:l}=this.buildRequest(r,{retryCount:a-t});await this.prepareRequest(i,{url:c,options:r});const d="log_"+(Math.random()*(1<<24)|0).toString(16).padStart(6,"0"),y=n===void 0?"":`, retryOf: ${n}`,u=Date.now();if(X(this).debug(`[${d}] sending request`,le({retryOfRequestLogID:n,method:r.method,url:c,options:r,headers:i.headers})),(E=r.signal)!=null&&E.aborted)throw new z;const g=new AbortController,h=await this.fetchWithTimeout(c,i,l,g).catch(Rt),b=Date.now();if(h instanceof Error){const _=`retrying, ${t} attempts remaining`;if((m=r.signal)!=null&&m.aborted)throw new z;const p=It(h)||/timed? ?out/i.test(String(h)+("cause"in h?String(h.cause):""));if(t)return X(this).info(`[${d}] connection ${p?"timed out":"failed"} - ${_}`),X(this).debug(`[${d}] connection ${p?"timed out":"failed"} (${_})`,le({retryOfRequestLogID:n,url:c,durationMs:b-u,message:h.message})),this.retryRequest(r,t,n??d);throw X(this).info(`[${d}] connection ${p?"timed out":"failed"} - error; no more retries left`),X(this).debug(`[${d}] connection ${p?"timed out":"failed"} (error; no more retries left)`,le({retryOfRequestLogID:n,url:c,durationMs:b-u,message:h.message})),p?new Lt:new ut({cause:h})}const w=[...h.headers.entries()].filter(([_])=>_==="x-request-id").map(([_,p])=>", "+_+": "+JSON.stringify(p)).join(""),C=`[${d}${y}${w}] ${i.method} ${c} ${h.ok?"succeeded":"failed"} with status ${h.status} in ${b-u}ms`;if(!h.ok){const _=this.shouldRetry(h);if(t&&_){const x=`retrying, ${t} attempts remaining`;return await Sr(h.body),X(this).info(`${C} - ${x}`),X(this).debug(`[${d}] response error (${x})`,le({retryOfRequestLogID:n,url:h.url,status:h.status,headers:h.headers,durationMs:b-u})),this.retryRequest(r,t,n??d,h.headers)}const p=_?"error; no more retries left":"error; not retryable";X(this).info(`${C} - ${p}`);const A=await h.text().catch(x=>Rt(x).message),O=pr(A),I=O?void 0:A;throw X(this).debug(`[${d}] response error (${p})`,le({retryOfRequestLogID:n,url:h.url,status:h.status,headers:h.headers,message:I,durationMs:Date.now()-u})),this.makeStatusError(h.status,O,I,h.headers)}return X(this).info(C),X(this).debug(`[${d}] response start`,le({retryOfRequestLogID:n,url:h.url,status:h.status,headers:h.headers,durationMs:b-u})),{response:h,options:r,controller:g,requestLogID:d,retryOfRequestLogID:n,startTime:u}}getAPIList(e,t,n){return this.requestAPIList(t,{method:"get",path:e,...n})}requestAPIList(e,t){const n=this.makeRequest(t,null,void 0);return new Lr(this,n,e)}async fetchWithTimeout(e,t,n,r){const{signal:a,method:i,...c}=t||{};a&&a.addEventListener("abort",()=>r.abort());const l=setTimeout(()=>r.abort(),n),d=globalThis.ReadableStream&&c.body instanceof globalThis.ReadableStream||typeof c.body=="object"&&c.body!==null&&Symbol.asyncIterator in c.body,y={signal:r.signal,...d?{duplex:"half"}:{},method:"GET",...c};i&&(y.method=i.toUpperCase());try{return await this.fetch.call(void 0,e,y)}finally{clearTimeout(l)}}shouldRetry(e){const t=e.headers.get("x-should-retry");return t==="true"?!0:t==="false"?!1:e.status===408||e.status===409||e.status===429||e.status>=500}async retryRequest(e,t,n,r){let a;const i=r==null?void 0:r.get("retry-after-ms");if(i){const l=parseFloat(i);Number.isNaN(l)||(a=l)}const c=r==null?void 0:r.get("retry-after");if(c&&!a){const l=parseFloat(c);Number.isNaN(l)?a=Date.parse(c)-Date.now():a=l*1e3}if(!(a&&0<=a&&a<60*1e3)){const l=e.maxRetries??this.maxRetries;a=this.calculateDefaultRetryTimeoutMillis(t,l)}return await Fe(a),this.makeRequest(e,t-1,n)}calculateDefaultRetryTimeoutMillis(e,t){const a=t-e,i=Math.min(.5*Math.pow(2,a),8),c=1-Math.random()*.25;return i*c*1e3}buildRequest(e,{retryCount:t=0}={}){const n={...e},{method:r,path:a,query:i,defaultBaseURL:c}=n,l=this.buildURL(a,i,c);"timeout"in n&&mr("timeout",n.timeout),n.timeout=n.timeout??this.timeout;const{bodyHeaders:d,body:y}=this.buildBody({options:n}),u=this.buildHeaders({options:e,method:r,bodyHeaders:d,retryCount:t});return{req:{method:r,headers:u,...n.signal&&{signal:n.signal},...globalThis.ReadableStream&&y instanceof globalThis.ReadableStream&&{duplex:"half"},...y&&{body:y},...this.fetchOptions??{},...n.fetchOptions??{}},url:l,timeout:n.timeout}}buildHeaders({options:e,method:t,bodyHeaders:n,retryCount:r}){let a={};this.idempotencyHeader&&t!=="get"&&(e.idempotencyKey||(e.idempotencyKey=this.defaultIdempotencyKey()),a[this.idempotencyHeader]=e.idempotencyKey);const i=S([a,{Accept:"application/json","User-Agent":this.getUserAgent(),"X-Stainless-Retry-Count":String(r),...e.timeout?{"X-Stainless-Timeout":String(Math.trunc(e.timeout/1e3))}:{},...br(),"OpenAI-Organization":this.organization,"OpenAI-Project":this.project},this.authHeaders(e),this._options.defaultHeaders,n,e.headers]);return this.validateHeaders(i),i.values}buildBody({options:{body:e,headers:t}}){if(!e)return{bodyHeaders:void 0,body:void 0};const n=S([t]);return ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof DataView||typeof e=="string"&&n.values.has("content-type")||e instanceof Blob||e instanceof FormData||e instanceof URLSearchParams||globalThis.ReadableStream&&e instanceof globalThis.ReadableStream?{bodyHeaders:void 0,body:e}:typeof e=="object"&&(Symbol.asyncIterator in e||Symbol.iterator in e&&"next"in e&&typeof e.next=="function")?{bodyHeaders:void 0,body:Xn(e)}:o(this,nt,"f").call(this,{body:e,headers:n})}}rn=T,nt=new WeakMap,Ft=new WeakSet,er=function(){return this.baseURL!=="https://api.openai.com/v1"};T.OpenAI=rn;T.DEFAULT_TIMEOUT=6e5;T.OpenAIError=v;T.APIError=J;T.APIConnectionError=ut;T.APIConnectionTimeoutError=Lt;T.APIUserAbortError=z;T.NotFoundError=Fn;T.ConflictError=Ln;T.RateLimitError=Bn;T.BadRequestError=Mn;T.AuthenticationError=Nn;T.InternalServerError=Un;T.PermissionDeniedError=jn;T.UnprocessableEntityError=Dn;T.toFile=Jr;T.Completions=Ns;T.Chat=Xt;T.Embeddings=Fs;T.Files=Ds;T.Images=Xs;T.Audio=De;T.Moderations=Vs;T.Models=Hs;T.FineTuning=xe;T.Graders=en;T.VectorStores=gt;T.Beta=Be;T.Batches=Os;T.Uploads=sn;T.Responses=nn;T.Evals=Qt;T.Containers=Kt;const ga=rr(()=>import("./docs-BrInh2Pn.js"),[],import.meta.url);let Ke=null;async function _a(s){if(Ke)return Ke;const e=await s.getObjectViewSystem("state","","香"),t=await s.getObjectViewSystem("channel","","香"),n=await s.getObjectViewSystem("device","","香"),r=await s.getObjectViewSystem("folder","","香"),a=await s.getObjectViewSystem("enum","","香");return Ke=Object.assign(e,t,n,r,a),Ke}function _e(s,e){return s&&typeof s=="object"?s[e]||s.en:s||""}async function ya(s){var b,w,C,E;const e=W.I18n.getLanguage(),t=await _a(s),n=Object.keys(t).sort(),r=new ar,a=[],i=["UNREACH_STICKY"],c=[ir.Types.info],l=[],d=[],y=[],u=[];n.forEach(m=>{var _,p,A;((_=t[m])==null?void 0:_.type)==="enum"?l.push(m):(A=(p=t[m])==null?void 0:p.common)!=null&&A.smartName&&u.push(m)}),l.forEach(m=>{m.startsWith("enum.rooms.")?d.push(m):m.startsWith("enum.functions.")&&y.push(m);const _=t[m].common.members;_!=null&&_.length&&_.forEach(p=>{t[p]&&(u.includes(p)||u.push(p))})});const g={id:"",objects:t,_keysOptional:n,_usedIdsOptional:a,ignoreIndicators:i,excludedTypes:c},h=[];u.forEach(m=>{g.id=m;const _=r.detect(g);_&&_.forEach(p=>{var me;const A=(me=p.states.find(N=>N.id))==null?void 0:me.id;if(!A||h.find(N=>N.id===A))return;const O=t[A],I={id:A,name:_e(O.common.name,e),type:O.type,deviceType:p.type,states:p.states.filter(N=>N.id).map(N=>({id:N.id,name:N.name,role:N.defaultRole,type:t[N.id].common.type,unit:t[N.id].common.unit,read:t[N.id].common.read===void 0?!0:t[N.id].common.read,write:t[N.id].common.write===void 0?!0:t[N.id].common.write}))},F=A.split(".");let x,P;(O.type==="channel"||O.type==="state")&&(F.pop(),x=F.join("."),t[x]&&(t[x].type==="channel"||t[x].type==="folder")?(F.pop(),P=F.join("."),(!t[P]||t[P].type!=="device"&&t[x].type!=="folder")&&(P=void 0)):x=void 0);const M=d.find(N=>{var ie,Se,Ae;return(ie=t[N].common.members)!=null&&ie.includes(A)||x&&((Se=t[N].common.members)!=null&&Se.includes(x))?!0:P&&((Ae=t[N].common.members)==null?void 0:Ae.includes(P))});M&&(I.room=_e(t[M].common.name,e));const se=y.find(N=>{var ie,Se,Ae;return(ie=t[N].common.members)!=null&&ie.includes(A)||x&&((Se=t[N].common.members)!=null&&Se.includes(x))?!0:P&&((Ae=t[N].common.members)==null?void 0:Ae.includes(P))});se&&(I.function=_e(t[se].common.name,e)),h.push(I)})});for(let m=0;m<h.length;m++){const _=h[m];if(_.type==="state"||_.type==="channel"){const p=_.id.split(".");p.pop();const A=t[p.join(".")];if(A&&(A.type==="channel"||A.type==="device"||A.type==="folder")){_.name=_e(((b=A.common)==null?void 0:b.name)||_.name,e),p.pop();const O=t[p.join(".")];(O==null?void 0:O.type)==="device"&&((w=O.common)!=null&&w.icon)&&(_.name=_e(((C=O.common)==null?void 0:C.name)||_.name,e))}else _.name=_e(((E=A==null?void 0:A.common)==null?void 0:E.name)||_.name,e)}}return h}const wa=async()=>(await ga).default,ba={ru:"Russian",en:"English",de:"German",es:"Spanish",fr:"French",it:"Italian",pl:"Polish",nl:"Dutch",pt:"Portuguese",uk:"Ukrainian","zh-cn":"Chinese"},La=s=>{const[e,t]=Z.useState(window.localStorage.getItem("openai-question")||""),[n,r]=Z.useState(""),[a,i]=Z.useState(!1),[c,l]=Z.useState(!1),[d,y]=Z.useState(window.localStorage.getItem("openai-model")||"gpt-4o"),[u,g]=Z.useState(!1),h=Z.useRef(null),b=Z.useRef(null),w=Z.useRef(null),C=Z.useCallback(async()=>{var p;let E;h.current?E=h.current:(E=await ya(s.socket),h.current=E,console.log(`devices: ${JSON.stringify(E,null,2)}`));let m;if(b.current)m=b.current;else{const A=Object.keys(s.runningInstances);for(let O=0;O<A.length;O++){const I=await s.socket.getObject(A[O]);if(m=((I==null?void 0:I.native.gptKey)||"").trim(),m)break}b.current=m||null}let _;if(w.current?_=w.current:(_=await wa(),w.current=_),!m){g(!0);return}i(!0),l(!1);try{const I=(await new T({apiKey:m,dangerouslyAllowBrowser:!0}).chat.completions.create({model:d,messages:[{role:"system",content:`You are programmer. Here is a documentation:
22
+
23
+ ${_}`},{role:"system",content:`Here is list of devices:
24
+
25
+ ${JSON.stringify(E,null,2)}`},{role:"user",content:`Write JavaScript code that does:
26
+
27
+ ${e}
28
+ Return only code.
29
+ Write comments in ${ba[W.I18n.getLanguage()]||"English"}.
30
+ You can call async function directly in the code without encapsulate them in async function as this code will be already executed in async function.
31
+ Do not import any libraries as all functions are already imported.`}]})).choices[0].message,F=(p=I.content)==null?void 0:p.match(/```(javascript|js|typescript)\n?(.*)```(.*)/ms);let x;if(!F)x=I.content,x!=null&&x.startsWith("`")&&(x=x.substring(1)),x!=null&&x.endsWith("`")&&(x=x.substring(0,x.length-1));else if(x=F[2],F[3]){const P=F[3].split(`
32
+ `).map(M=>M.trim());for(;P[0]==="";)P.shift();x=`${P.map(M=>`// ${M}`).join(`
33
+ `)}
34
+ ${x}`}console.log(I),r(x||"")}catch(A){console.log(JSON.stringify(A)),A.error&&l(A.error.message),console.error(`Cannot request: ${A}, ${JSON.stringify(A.error||A,null,2)}`)}i(!1)},[e,d,s.runningInstances,s.socket]);return k.jsxs(j.Dialog,{maxWidth:"lg",sx:{"& .MuiDialog-paper":{height:"calc(100% - 100px)"}},open:!0,onClose:()=>s.onClose(),fullWidth:!0,children:[u&&k.jsxs(j.Dialog,{maxWidth:"lg",open:!0,onClose:()=>g(!1),fullWidth:!0,children:[k.jsx(j.DialogTitle,{children:W.I18n.t("No Chat GPT Key found")}),k.jsxs(j.DialogContent,{style:{display:"flex",flexDirection:"column",gap:8},children:[k.jsx("div",{children:W.I18n.t("You have to enter OpenAI API key in the configuration of javascript adapter.")}),k.jsx(j.Button,{variant:"contained",onClick:()=>{const E=Object.keys(s.runningInstances);window.open(`../../#tab-instances/config/${E[0]||"system.adapter.javascript.0"}`,"_blank"),g(!1)},children:W.I18n.t("Open configuration")})]}),k.jsx(j.DialogActions,{children:k.jsx(j.Button,{variant:"contained",startIcon:k.jsx(an,{}),onClick:()=>g(!1),children:W.I18n.t("Close")})})]}),k.jsx(j.DialogTitle,{children:W.I18n.t("AI code generator")}),k.jsxs(j.DialogContent,{style:{display:"flex",flexDirection:"column",gap:8,height:"100%"},children:[k.jsx("div",{children:k.jsx(j.TextField,{variant:"standard",multiline:!0,autoFocus:!0,disabled:a,fullWidth:!0,onKeyUp:E=>{E.key==="Enter"&&E.ctrlKey&&C()},label:W.I18n.t("Enter your question"),helperText:W.I18n.t("Press Ctrl+Enter to get the answer"),value:e,onChange:E=>{window.localStorage.setItem("openai-question",E.target.value),t(E.target.value)}})}),k.jsxs("div",{style:{display:"flex",alignItems:"baseline"},children:[k.jsx(j.Button,{variant:"contained",disabled:a||!e,startIcon:k.jsx(cr,{}),onClick:async()=>C(),children:a?k.jsx(j.CircularProgress,{size:24}):W.I18n.t("Ask")}),k.jsxs(j.FormControl,{style:{width:150,marginLeft:20},variant:"standard",children:[k.jsx(j.InputLabel,{children:W.I18n.t("Model")}),k.jsxs(j.Select,{variant:"standard",value:d,onChange:E=>{window.localStorage.setItem("openai-model",E.target.value),c&&l(!1),y(E.target.value)},children:[k.jsx(j.MenuItem,{value:"gpt-4o",children:"GPT-4o"}),k.jsx(j.MenuItem,{value:"gpt-4-turbo",children:"GPT-4 Turbo"}),k.jsx(j.MenuItem,{value:"gpt-4-32k",children:"GPT-4 32k"}),k.jsx(j.MenuItem,{value:"gpt-4",children:"GPT-4"}),k.jsx(j.MenuItem,{value:"gpt-3.5-turbo-16k",children:"GPT-3.5 Turbo"})]})]})]}),k.jsx("div",{children:W.I18n.t("Result")}),k.jsx("div",{style:{height:"calc(100% - 155px)"},children:c?k.jsx("div",{style:{color:s.themeType==="dark"?"#984242":"#bb0000"},children:c}):k.jsx(or,{triggerPrettier:1,adapterName:s.adapterName,runningInstances:s.runningInstances,style:{height:"100%",width:"100%",resize:"none"},name:"ai",socket:s.socket,readOnly:!0,checkJs:!0,code:n,isDark:s.themeType==="dark",language:s.language||"javascript"})})]}),k.jsxs(j.DialogActions,{children:[k.jsx(j.Button,{color:"grey",variant:"outlined",disabled:!n,startIcon:k.jsx(sr,{}),onClick:()=>{W.Utils.copyToClipboard(n),window.alert(W.I18n.t("Copied"))},children:W.I18n.t("Copy to clipboard")}),k.jsx(j.Button,{color:"primary",variant:"contained",disabled:!n||c,startIcon:k.jsx(nr,{}),onClick:()=>{s.onAddCode(n),s.onClose()},children:W.I18n.t("Use generated code")}),k.jsx(j.Button,{color:"grey",variant:"contained",startIcon:k.jsx(an,{}),onClick:()=>s.onClose(),children:W.I18n.t("Close")})]})]})};export{La as default};
@@ -0,0 +1 @@
1
+ import{c,j as s}from"./createSvgIcon-BQT-7-GS.js";const o=c(s.jsx("path",{d:"M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m3-10H5V5h10z"}),"Save");export{o as I};
@@ -0,0 +1,2 @@
1
+ import{j as e}from"./createSvgIcon-BQT-7-GS.js";import{R as i}from"./iobroker_javascript__loadShare__react__loadShare__-BiJPUKBK.js";import{i as r,I as n}from"./index-DnqHzUyv.js";import{i as a}from"./index-Cek-i92T.js";import l from"./ScriptEditorVanillaMonaco-DEgxOslR.js";import{I as c}from"./Save-BKC3BS3x.js";import"./_commonjsHelpers-Cpj98o6Y.js";import"./iobroker_javascript__mf_v__runtimeInit__mf_v__-CBQgOKij.js";import"./inheritsLoose--KnFDOw1.js";import"./preload-helper-Dp1pzeXC.js";const o={textArea:{width:"calc(100% - 10px)",resize:"none"},dialog:{height:"95%"},fullHeight:{height:"100%",overflow:"hidden"},args:s=>({color:s.palette.mode==="dark"?"white":"black",height:30,width:"100%",fontSize:16}),argsTitle:s=>({color:s.palette.mode==="dark"?"white":"black",fontWeight:"bold"})};class k extends i.Component{constructor(t){super(t),this.state={changed:!1,source:!t.source&&t.isReturn?`
2
+ return false`:t.source}}componentDidMount(){setTimeout(()=>{var t;try{(t=window.document.getElementById("source-text-area"))==null||t.focus()}catch{}},100)}handleCancel(){this.props.onClose(!1)}handleOk(){(!this.props.isReturn||this.state.source.includes("return "))&&this.props.onClose(this.state.source)}onChange(t){this.setState({changed:!0,source:t})}render(){return e.jsxs(r.Dialog,{onClose:()=>!1,maxWidth:"lg",sx:{"& .MuiDialog-paper":o.dialog},fullWidth:!0,open:!0,"aria-labelledby":"source-dialog-title",children:[e.jsx(r.DialogTitle,{id:"source-dialog-title",children:a.I18n.t("Function editor")}),e.jsxs(r.DialogContent,{style:o.fullHeight,children:[this.props.args&&e.jsxs(r.Box,{sx:o.args,children:[e.jsx(r.Box,{component:"span",sx:o.argsTitle,children:a.I18n.t("function (")}),this.props.args,e.jsx(r.Box,{component:"span",sx:o.argsTitle,children:")"})]},"arguments"),e.jsx(l,{triggerPrettier:1,adapterName:this.props.adapterName,runningInstances:this.props.runningInstances,style:{...o.textArea,height:this.props.args?"calc(100% - 30px)":"100%"},name:"blockly",socket:this.props.socket,readOnly:!1,checkJs:!1,changed:this.state.changed,code:this.state.source,isDark:this.props.themeType==="dark",onChange:t=>this.onChange(t),language:"javascript"},"scriptEditor")]}),e.jsxs(r.DialogActions,{children:[e.jsx(r.Button,{variant:"contained",onClick:()=>this.handleOk(),color:"primary",startIcon:e.jsx(c,{}),children:a.I18n.t("Save")}),e.jsx(r.Button,{color:"grey",variant:"contained",onClick:()=>this.handleCancel(),startIcon:e.jsx(n,{}),children:a.I18n.t("Cancel")})]})]})}}export{k as default};
@@ -0,0 +1 @@
1
+ import{j as n}from"./createSvgIcon-BQT-7-GS.js";import{R as S}from"./iobroker_javascript__loadShare__react__loadShare__-BiJPUKBK.js";import{i as p,o as b,aA as C}from"./index-DnqHzUyv.js";import{i as f}from"./index-Cek-i92T.js";import"./_commonjsHelpers-Cpj98o6Y.js";import"./iobroker_javascript__mf_v__runtimeInit__mf_v__-CBQgOKij.js";import"./inheritsLoose--KnFDOw1.js";import"./preload-helper-Dp1pzeXC.js";function v(w){return/^script\.js\.global\./.test(w)}let O=0;function E(w){const t=/\x1b\[[0-9;]*m/g;return w.replace(t,"")}class R extends S.Component{monacoDiv=null;editor=null;monaco=window.monaco;insert="";originalCode;runningInstancesStr;monacoCounter=0;location;breakpoints;lastSearch="";typings={};decorations=[];triggerPrettier;constructor(t){super(t),this.state={name:"current",isDark:t.isDark||!1,language:t.language||"javascript",readOnly:t.readOnly||!1,alive:!0,check:!1,searchText:this.props.searchText||"",typingsLoaded:!1,showError:null},this.triggerPrettier=t.triggerPrettier,this.runningInstancesStr=JSON.stringify(this.props.runningInstances),this.originalCode=t.code||"",this.monacoDiv=S.createRef()}waitForMonaco(t){var e,s,o,r,l,a,h,g;let i=!!((r=(o=(s=(e=this.monaco)==null?void 0:e.languages)==null?void 0:s.typescript)==null?void 0:o.typescriptDefaults)!=null&&r.getCompilerOptions);if(!i||!this.props.runningInstances){if(this.monaco=window.monaco,i=!!((g=(h=(a=(l=this.monaco)==null?void 0:l.languages)==null?void 0:a.typescript)==null?void 0:h.typescriptDefaults)!=null&&g.getCompilerOptions),this.monacoCounter++,!i&&this.monacoCounter<20){console.log("wait for monaco loaded"),setTimeout(()=>this.waitForMonaco(t),200);return}this.monacoCounter>=20&&console.error("Cannot load monaco!")}else t&&t()}loadTypings(t){if(!this.editor)return;t||=this.props.runningInstances;const i=t&&Object.keys(t).find(e=>t==null?void 0:t[e]);i&&this.props.socket.sendTo(i.replace("system.adapter.",""),"loadTypings",null).then(e=>{this.setState({alive:!0,check:!0,typingsLoaded:!0}),this.setTypeCheck(!0),e.typings?(this.typings=e.typings,this.setEditorTypings(this.state.name)):console.error(`failed to load typings: ${e.error}`)})}componentDidMount(){var e,s,o,r,l,a,h,g,y,k,d,u;let t=!!((r=(o=(s=(e=this.monaco)==null?void 0:e.languages)==null?void 0:s.typescript)==null?void 0:o.typescriptDefaults)!=null&&r.getCompilerOptions);if((!t||!this.props.runningInstances)&&(this.monaco=window.monaco,t=!!((g=(h=(a=(l=this.monaco)==null?void 0:l.languages)==null?void 0:a.typescript)==null?void 0:h.typescriptDefaults)!=null&&g.getCompilerOptions),!t)){console.log("wait for monaco loaded..."),this.waitForMonaco(()=>this.componentDidMount());return}if(!this.editor&&t&&this.monaco){console.log("Init editor"),(k=(y=this.props).onRegisterSelect)==null||k.call(y,()=>{var m;if(this.editor){const D=this.editor.getSelection();if(D)return(m=this.editor.getModel())==null?void 0:m.getValueInRange(D)}});const c=this.monaco.languages.typescript.typescriptDefaults.getCompilerOptions();c.allowJs=!0,c.checkJs=this.props.checkJs!==!1,c.noLib=!0,c.lib=[],c.useUnknownInCatchVariables=!1,c.moduleResolution=this.monaco.languages.typescript.ModuleResolutionKind.NodeJs,c.target=this.monaco.languages.typescript.ScriptTarget.ESNext,c.module=this.monaco.languages.typescript.ModuleKind.ESNext,c.allowNonTsExtensions=!0,this.monaco.languages.typescript.typescriptDefaults.setCompilerOptions(c),this.setTypeCheck(!1),(d=this.monacoDiv)!=null&&d.current&&(this.editor=this.monaco.editor.create((u=this.monacoDiv)==null?void 0:u.current,{lineNumbers:"on",scrollBeyondLastLine:!1,automaticLayout:!0,glyphMargin:!!this.props.breakpoints,colorDecorators:!0}),this.editor.onDidChangeModelContent(()=>this.onChange()),this.loadTypings(),this.props.onForceSave&&this.editor.addCommand(this.monaco.KeyMod.CtrlCmd|this.monaco.KeyCode.KeyS,()=>this.props.onForceSave&&this.props.onForceSave()),setTimeout(()=>{this.highlightText(this.state.searchText),this.location=this.props.location||void 0,this.breakpoints=this.props.breakpoints,this.showDecorators()}))}const i={selectOnLineNumbers:!0,scrollBeyondLastLine:!1,automaticLayout:!0,readOnly:this.state.readOnly,language:this.state.language,isDark:this.state.isDark};this.setEditorOptions(i),this.editor&&(this.editor.focus(),this.editor.setValue(this.originalCode),this.props.onToggleBreakpoint?this.editor.onMouseDown(c=>{var D;const m=c.target;this.props.onToggleBreakpoint&&((D=m.detail)==null?void 0:D.glyphMarginLeft)!==void 0&&m.position&&this.props.onToggleBreakpoint(m.position.lineNumber-1)}):this.editor.onMouseDown(()=>{}))}setEditorOptions(t){var i;t&&(t.language&&this.setEditorLanguage(t.language),this.editor&&(t.readOnly!==void 0&&this.editor.updateOptions({readOnly:t.readOnly}),t.lineWrap!==void 0&&this.editor.updateOptions({wordWrap:t.lineWrap?"on":"off"})),t.typeCheck!==void 0&&this.setTypeCheck(t.typeCheck),t.isDark!==void 0&&((i=this.monaco)==null||i.editor.setTheme(t.isDark?"vs-dark":"vs")))}componentWillUnmount(){var t,i;this.editor&&((i=(t=this.props).onRegisterSelect)==null||i.call(t,null),this.editor.dispose(),this.editor=null)}async doPrettier(){var e,s,o,r;const t=this.props.runningInstances&&Object.keys(this.props.runningInstances).find(l=>{var a;return(a=this.props.runningInstances)==null?void 0:a[l]});if(!t){window.alert(f.I18n.t("No script adapter instance found to format the code"));return}const i=await this.props.socket.sendTo(t.replace("system.adapter.",""),"prettier",{code:(e=this.editor)==null?void 0:e.getValue(),type:this.state.language});i.error?this.setState({showError:{title:f.I18n.t("Error formatting code"),message:E(i.error)}}):i.code&&((s=this.editor)==null||s.setValue(i.code),(r=(o=this.props).onChange)==null||r.call(o,i.code),this.showDecorators())}setEditorLanguage(t){var e;if(!this.editor)return;const i=this.editor.getModel();if(i){const s=i.getValue(),o=i.uri.path,r=typeof o=="string"&&o.includes(".")?o.substring(0,o.lastIndexOf(".")):"index",l=t==="javascript"?"js":t==="typescript"?"ts":t;i.dispose();const a=t==="javascript"||t==="typescript"?"typescript":t,h=(e=this.monaco)==null?void 0:e.editor.createModel(s,a,this.monaco.Uri.from({scheme:window.location.protocol.replace(":",""),path:`${r}${O++}.${l}`}));h&&this.editor.setModel(h)}}setTypeCheck(t){var e,s;const i={noSemanticValidation:!this.state.alive||!t,noSyntaxValidation:!this.state.alive};(e=this.monaco)==null||e.languages.typescript.typescriptDefaults.setDiagnosticsOptions(i),(s=this.monaco)==null||s.languages.typescript.javascriptDefaults.setDiagnosticsOptions({noSemanticValidation:!this.state.alive||!t,noSyntaxValidation:!this.state.alive})}setEditorTypings(t=""){var o,r,l,a,h,g,y,k;const i=v(t),e=`${t}.d.ts`,s=[];for(const d of Object.keys(this.typings))i&&(d==="global.d.ts"||d.startsWith("script.js.global")&&d!==e)||s.push({filePath:d,content:this.typings[d]});if((a=(l=(r=(o=this.monaco)==null?void 0:o.languages)==null?void 0:r.typescript)==null?void 0:l.typescriptDefaults)!=null&&a.setExtraLibs)this.monaco.languages.typescript.typescriptDefaults.setExtraLibs(s);else if((k=(y=(g=(h=this.monaco)==null?void 0:h.languages)==null?void 0:g.typescript)==null?void 0:y.typescriptDefaults)!=null&&k.addExtraLib){const d=this.monaco.languages.typescript.typescriptDefaults.getExtraLibs();s.forEach(u=>{!d[u.filePath]&&this.monaco&&this.monaco.languages.typescript.typescriptDefaults.addExtraLib(u.content,u.filePath)})}}insertTextIntoEditor(t){if(!this.editor||!this.monaco)return;const i=this.editor.getSelection();if(i){const e=new this.monaco.Range(i.startLineNumber,i.startColumn,i.endLineNumber,i.endColumn);this.editor.executeEdits("",[{range:e,text:t,forceMoveMarkers:!0}])}this.editor.focus()}highlightText(t){var e;if(!this.editor||!this.monaco)return;const i=t?(e=this.editor.getModel())==null?void 0:e.findMatches(t,!0,!1,!1,null,!0):void 0;if(i!=null&&i.length)i.forEach(s=>{var o;return(o=this.editor)==null?void 0:o.setSelection(s.range)}),this.editor.revealLine(i[0].range.startLineNumber);else{const s=this.editor.getPosition();if(s){const o=s.lineNumber,r=s.column;this.editor.setSelection(new this.monaco.Range(o,r,o,r))}}}showDecorators(){var i;const t=[];if(this.location&&this.monaco&&(t.push({range:new this.monaco.Range(this.location.lineNumber+1,(this.location.columnNumber||0)+1,this.location.lineNumber+1,1e3),options:{isWholeLine:!1,className:this.props.isDark?"monacoCurrentLineDark":"monacoCurrentLine"}}),t.push({range:new this.monaco.Range(this.location.lineNumber+1,0,this.location.lineNumber+1,0),options:{isWholeLine:!0,className:this.props.isDark?"monacoCurrentFullLineDark":"monacoCurrentFullLine"}})),(i=this.breakpoints)==null||i.forEach(e=>{this.monaco&&t.push({range:new this.monaco.Range(e.location.lineNumber+1,0,e.location.lineNumber+1,100),options:{isWholeLine:!0,glyphMarginClassName:this.props.isDark?"monacoBreakPointDark":"monacoBreakPoint"}})}),this.editor){const e=this.editor.getModel();e&&(this.decorations=e.deltaDecorations(this.decorations,t))}}initNewScript(t,i){var e;this.setState({name:t}),this.originalCode=i||"",(e=this.editor)==null||e.setValue(i||""),this.highlightText(this.lastSearch),this.showDecorators(),this.setEditorTypings(t)}scrollToLineIfNeeded(t){if(this.editor){const i=this.editor.getVisibleRanges();(!i||!i[0]||i[0].startLineNumber>t||t>i[0].endLineNumber)&&this.editor.revealLineInCenter(t)}}UNSAFE_componentWillReceiveProps(t){const i={};this.state.name!==t.name&&this.initNewScript(t.name,t.code),JSON.stringify(t.runningInstances)!==this.runningInstancesStr&&(this.runningInstancesStr=JSON.stringify(t.runningInstances),this.state.typingsLoaded||this.loadTypings(t.runningInstances)),this.editor&&!t.changed&&(t.code!==this.originalCode||t.code!==this.editor.getValue())&&(this.originalCode=t.code||"",this.editor.setValue(this.originalCode),this.showDecorators(),this.location&&this.scrollToLineIfNeeded(this.location.lineNumber+1)),t.searchText!==this.lastSearch&&(this.lastSearch=t.searchText||"",this.highlightText(this.lastSearch)),JSON.stringify(t.location)!==JSON.stringify(this.location)&&JSON.stringify(t.breakpoints)!==JSON.stringify(this.breakpoints)?(this.location=t.location||void 0,this.breakpoints=t.breakpoints,this.showDecorators(),this.editor&&this.location&&this.scrollToLineIfNeeded(this.location.lineNumber+1)):JSON.stringify(t.breakpoints)!==JSON.stringify(this.breakpoints)?(this.breakpoints=t.breakpoints,this.showDecorators()):JSON.stringify(t.location)!==JSON.stringify(this.location)&&(this.location=t.location||void 0,this.showDecorators(),this.editor&&this.location&&this.scrollToLineIfNeeded(this.location.lineNumber+1)),this.state.language!==(t.language||"javascript")?(this.setState({language:t.language||"javascript"}),i.language=t.language||"javascript"):this.state.readOnly!==(t.readOnly||!1)?(this.setState({readOnly:t.readOnly||!1}),i.readOnly=t.readOnly):this.state.isDark!==(t.isDark||!1)&&(this.setState({isDark:t.isDark||!1}),i.isDark=t.isDark),this.setEditorOptions(i),this.insert!==t.insert&&(this.insert=t.insert||"",this.insert&&(console.log(`Insert text: ${this.insert}`),setTimeout(e=>{this.insertTextIntoEditor(e),setTimeout(()=>this.props.onInserted&&this.props.onInserted(),100)},100,this.insert)))}onChange(){var t,i;!this.props.readOnly&&this.editor&&((i=(t=this.props).onChange)==null||i.call(t,this.editor.getValue()))}renderErrorDialog(){return this.state.showError?this.state.showError.full?n.jsxs(p.Dialog,{open:!0,maxWidth:"md",onClose:()=>this.setState({showError:null}),children:[n.jsx(p.DialogTitle,{children:this.state.showError.title||f.I18n.t("Error")}),n.jsx(p.DialogContent,{children:n.jsx("pre",{children:n.jsx("code",{children:this.state.showError.message})})}),n.jsx(p.DialogActions,{children:n.jsxs(p.Button,{variant:"contained",startIcon:n.jsx(b,{}),onClick:()=>this.setState({showError:null}),children:[f.I18n.t("Close")," "]})})]}):n.jsx(p.Snackbar,{open:!0,autoHideDuration:5e3,onClose:()=>this.setState({showError:null}),message:this.state.showError.title,action:n.jsxs(S.Fragment,{children:[n.jsx(p.Button,{color:"secondary",size:"small",onClick:()=>this.setState({showError:{...this.state.showError,full:!0}}),children:f.I18n.t("More")}),n.jsx(p.IconButton,{size:"small","aria-label":"close",color:"inherit",onClick:()=>this.setState({showError:null}),children:n.jsx(b,{fontSize:"small"})})]})}):null}render(){var t,i,e;return!((e=(i=(t=this.monaco)==null?void 0:t.languages)==null?void 0:i.typescript)!=null&&e.typescriptDefaults)||!this.props.runningInstances?(setTimeout(()=>{this.monaco=window.monaco,this.forceUpdate()},200),null):(this.props.triggerPrettier!==this.triggerPrettier&&(this.triggerPrettier=this.props.triggerPrettier,setTimeout(()=>this.doPrettier().catch(s=>console.error("Error formatting code:",s)),50)),n.jsxs("div",{ref:this.monacoDiv,style:{...this.props.style,width:"100%",height:"100%",overflow:"hidden",position:"relative"},children:[this.renderErrorDialog(),!this.state.check&&n.jsx(p.Fab,{size:"small",title:f.I18n.t("Check is not active, because javascript adapter is disabled"),style:{bottom:10,right:10,opacity:.5,position:"absolute",zIndex:1,background:"red",color:"white"},color:"secondary",children:n.jsx(C,{})})]}))}}export{R as default};