@workglow/ai 0.0.125 → 0.0.126

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.
@@ -4,4 +4,4 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export * from "./common";
7
- //# sourceMappingURL=types.d.ts.map
7
+ //# sourceMappingURL=bun.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bun.d.ts","sourceRoot":"","sources":["../src/bun.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,cAAc,UAAU,CAAC"}
package/dist/bun.js CHANGED
@@ -4496,10 +4496,10 @@ var ModelSearchInputSchema = {
4496
4496
  query: {
4497
4497
  type: "string",
4498
4498
  title: "Query",
4499
- description: "Search query string"
4499
+ description: "Optional search string. When omitted or empty, returns all models (provider-specific listing)."
4500
4500
  }
4501
4501
  },
4502
- required: ["provider", "query"],
4502
+ required: ["provider"],
4503
4503
  additionalProperties: false
4504
4504
  };
4505
4505
  function buildModelSearchInputSchemaDynamic() {
@@ -4537,7 +4537,7 @@ var ModelSearchOutputSchema = {
4537
4537
  id: { type: "string" },
4538
4538
  label: { type: "string" },
4539
4539
  description: { type: "string" },
4540
- record: { type: "object", additionalProperties: true },
4540
+ record: TypeModel("model"),
4541
4541
  raw: {}
4542
4542
  },
4543
4543
  required: ["id", "label", "description", "record"],
@@ -7246,4 +7246,4 @@ export {
7246
7246
  AgentInputSchema
7247
7247
  };
7248
7248
 
7249
- //# debugId=10C25A453F3375E964756E2164756E21
7249
+ //# debugId=18D97536243F610A64756E2164756E21