@elizaos/core 1.6.2-alpha.18 → 1.6.2-alpha.19
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/dist/node/index.node.js
CHANGED
|
@@ -25992,7 +25992,7 @@ var getDefaultProjectName = () => {
|
|
|
25992
25992
|
};
|
|
25993
25993
|
|
|
25994
25994
|
// ../../node_modules/langsmith/dist/index.js
|
|
25995
|
-
var __version__ = "0.3.
|
|
25995
|
+
var __version__ = "0.3.74";
|
|
25996
25996
|
|
|
25997
25997
|
// ../../node_modules/langsmith/dist/utils/env.js
|
|
25998
25998
|
var globalEnv;
|
|
@@ -28250,6 +28250,9 @@ Context: ${context}`);
|
|
|
28250
28250
|
is_root: isRoot,
|
|
28251
28251
|
order
|
|
28252
28252
|
};
|
|
28253
|
+
if (body.select.includes("child_run_ids")) {
|
|
28254
|
+
warnOnce("Deprecated: 'child_run_ids' in the listRuns select parameter is deprecated and will be removed in a future version.");
|
|
28255
|
+
}
|
|
28253
28256
|
let runsYielded = 0;
|
|
28254
28257
|
for await (const runs of this._getCursorPaginatedList("/runs/query", body)) {
|
|
28255
28258
|
if (limit) {
|
|
@@ -46925,5 +46928,5 @@ export {
|
|
|
46925
46928
|
AgentRuntime
|
|
46926
46929
|
};
|
|
46927
46930
|
|
|
46928
|
-
//# debugId=
|
|
46931
|
+
//# debugId=5D467EA1E4701BE864756E2164756E21
|
|
46929
46932
|
//# sourceMappingURL=index.node.js.map
|