executor 1.2.4-beta.3 → 1.2.4-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/executor.mjs CHANGED
@@ -291997,9 +291997,6 @@ var replacePathParameters = (input) => input.pathTemplate.replaceAll(/\{([^}]+)\
291997
291997
  return encodeURIComponent(values4[0]);
291998
291998
  });
291999
291999
  var resolveGoogleDiscoveryBaseUrl = (input) => {
292000
- if (input.baseUrl) {
292001
- return new URL(input.baseUrl).toString();
292002
- }
292003
292000
  return new URL(input.providerData.invocation.servicePath || "", input.providerData.invocation.rootUrl).toString();
292004
292001
  };
292005
292002
  var responseHeadersRecord2 = (response) => {
@@ -292237,8 +292234,7 @@ var googleDiscoverySourceAdapter = {
292237
292234
  parameters: providerData.invocation.parameters
292238
292235
  });
292239
292236
  const url2 = new URL(resolvedPath.replace(/^\//, ""), resolveGoogleDiscoveryBaseUrl({
292240
- providerData,
292241
- baseUrl: input.source.endpoint
292237
+ providerData
292242
292238
  }));
292243
292239
  const headers = {
292244
292240
  ...bindingConfig.defaultHeaders
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "executor",
3
- "version": "1.2.4-beta.3",
3
+ "version": "1.2.4-beta.4",
4
4
  "description": "Local AI executor with a CLI, local API server, and web UI.",
5
5
  "keywords": [
6
6
  "executor",
@@ -1 +1 @@
1
- import{r,R as c,M as p,B as x}from"./mermaid-O7DHMXV3-B7TAupVN.js";import{j as d}from"./index-CRuElBS1.js";var R=({code:i,language:e,raw:t,className:g,startLine:u,...m})=>{let{shikiTheme:o}=r.useContext(c),a=p(),[n,s]=r.useState(t);return r.useEffect(()=>{if(!a){s(t);return}let l=a.highlight({code:i,language:e,themes:o},h=>{s(h)});l&&s(l)},[i,e,o,a,t]),d.jsx(x,{className:g,language:e,result:n,startLine:u,...m})};export{R as HighlightedCodeBlockBody};
1
+ import{r,R as c,M as p,B as x}from"./mermaid-O7DHMXV3-DYFvhbe6.js";import{j as d}from"./index-CRuElBS1.js";var R=({code:i,language:e,raw:t,className:g,startLine:u,...m})=>{let{shikiTheme:o}=r.useContext(c),a=p(),[n,s]=r.useState(t);return r.useEffect(()=>{if(!a){s(t);return}let l=a.highlight({code:i,language:e,themes:o},h=>{s(h)});l&&s(l)},[i,e,o,a,t]),d.jsx(x,{className:g,language:e,result:n,startLine:u,...m})};export{R as HighlightedCodeBlockBody};