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