@warmdrift/kgauto-compiler 2.0.0-alpha.24 → 2.0.0-alpha.25

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.
@@ -129,7 +129,7 @@ function createProxyHandler(config) {
129
129
  const qs = new URLSearchParams();
130
130
  qs.set("app_id", `eq.${appId}`);
131
131
  if (traceId) {
132
- qs.set("trace_id", `eq.${traceId}`);
132
+ qs.set("handle", `eq.${traceId}`);
133
133
  } else {
134
134
  qs.set("order", "created_at.desc");
135
135
  qs.set("limit", String(limit));
@@ -108,7 +108,7 @@ function createProxyHandler(config) {
108
108
  const qs = new URLSearchParams();
109
109
  qs.set("app_id", `eq.${appId}`);
110
110
  if (traceId) {
111
- qs.set("trace_id", `eq.${traceId}`);
111
+ qs.set("handle", `eq.${traceId}`);
112
112
  } else {
113
113
  qs.set("order", "created_at.desc");
114
114
  qs.set("limit", String(limit));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmdrift/kgauto-compiler",
3
- "version": "2.0.0-alpha.24",
3
+ "version": "2.0.0-alpha.25",
4
4
  "description": "Prompt compiler + central learning brain for multi-model AI apps. Swap models without rewriting prompts.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",