sim 2.1.8 → 2.1.9-preview.105.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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 order as though the value were below every recorded one, so they trail an ascending page and lead a descending one. Only `startedAt` can order Chat and Sim-agent job runs, so any other value is rejected when job runs are included."
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; the boundary schema only bounds the range, so a fractional value is admitted here and then rejected with 400 during search."
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim",
3
- "version": "2.1.8",
3
+ "version": "2.1.9-preview.105.1",
4
4
  "description": "Sim CLI - talk to the Sim API from your terminal",
5
5
  "type": "module",
6
6
  "bin": {