sim 2.1.8 → 2.1.9
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11863,7 +11863,7 @@ var V2_OPERATIONS = {
|
|
|
11863
11863
|
kind: "enum",
|
|
11864
11864
|
values: ["startedAt", "durationMs", "cost", "status"],
|
|
11865
11865
|
default: "startedAt",
|
|
11866
|
-
describe: "Field used to sort the result. `durationMs` and `cost` are null until a run settles; those runs
|
|
11866
|
+
describe: "Field used to sort the result. `durationMs` and `cost` are null until a run settles; those runs sort before recorded values in ascending order and after them in descending order. Only `startedAt` can order Chat and Sim-agent job runs, so any other value is rejected when job runs are included."
|
|
11867
11867
|
},
|
|
11868
11868
|
sortOrder: {
|
|
11869
11869
|
kind: "enum",
|
|
@@ -13030,7 +13030,7 @@ var V2_OPERATIONS = {
|
|
|
13030
13030
|
topK: {
|
|
13031
13031
|
kind: "number",
|
|
13032
13032
|
default: 10,
|
|
13033
|
-
describe: "Maximum number of search results to return. Must be a whole number between 1 and 100
|
|
13033
|
+
describe: "Maximum number of search results to return. Must be a whole number between 1 and 100."
|
|
13034
13034
|
},
|
|
13035
13035
|
tagFilters: {
|
|
13036
13036
|
kind: "array",
|