@ideascol/agents-generator-sdk 0.1.4 → 0.1.5

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/bin/cli.js CHANGED
@@ -598,7 +598,7 @@ var OpenAPI;
598
598
  var init_OpenAPI = __esm(() => {
599
599
  OpenAPI = {
600
600
  BASE: "",
601
- VERSION: "main-6a6ce76bec2e854b841b630c73e9e239512aff88",
601
+ VERSION: "main-3d2b2b5639d0562a58dff0378bc3fe9f7068678b",
602
602
  WITH_CREDENTIALS: false,
603
603
  CREDENTIALS: "include",
604
604
  TOKEN: undefined,
package/dist/index.js CHANGED
@@ -166,7 +166,7 @@ var OpenAPI;
166
166
  var init_OpenAPI = __esm(() => {
167
167
  OpenAPI = {
168
168
  BASE: "",
169
- VERSION: "main-6a6ce76bec2e854b841b630c73e9e239512aff88",
169
+ VERSION: "main-3d2b2b5639d0562a58dff0378bc3fe9f7068678b",
170
170
  WITH_CREDENTIALS: false,
171
171
  CREDENTIALS: "include",
172
172
  TOKEN: undefined,
@@ -25,4 +25,8 @@ export type NodeData = {
25
25
  * List of callback tools (contract only, execution handled by Node.js app)
26
26
  */
27
27
  callbackTools?: Array<CallbackTool>;
28
+ /**
29
+ * JSON schema for the agent output
30
+ */
31
+ output_schema?: (Record<string, any> | null);
28
32
  };
@@ -44,7 +44,7 @@ export declare class CredentialsService {
44
44
  static deleteCredential(credentialId: string): CancelablePromise<Record<string, any>>;
45
45
  /**
46
46
  * Get Credential Decrypted
47
- * Get a credential with decrypted value (internal use only)
47
+ * Get a credential with decrypted value
48
48
  * @param credentialId
49
49
  * @returns any Successful Response
50
50
  * @throws ApiError
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ideascol/agents-generator-sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "bun test",