@workflowai/code-generator
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -19,3 +19,3 @@ import { JsonSchemaObject } from '@workflowai/schema'; | ||
}; | ||
groupId: string; | ||
groupIteration: number; | ||
example: { | ||
@@ -22,0 +22,0 @@ input: Record<string, unknown>; |
@@ -51,3 +51,3 @@ "use strict"; | ||
const getPlaygroundSnippets = async (config) => { | ||
const { taskId, taskName, schema, groupId, example, api, fileDataProvider = FileDataProvider.FILE_SYSTEM, descriptionAsComments, } = { | ||
const { taskId, taskName, schema, groupIteration, example, api, fileDataProvider = FileDataProvider.FILE_SYSTEM, descriptionAsComments, } = { | ||
...config, | ||
@@ -103,3 +103,3 @@ }; | ||
group: { | ||
id: "${groupId}", | ||
iteration: ${groupIteration}, | ||
}, | ||
@@ -106,0 +106,0 @@ })`), !!descriptionAsComments)} |
@@ -48,3 +48,3 @@ import { inputSchemaToZod, outputSchemaToZod, } from '@workflowai/schema'; | ||
export const getPlaygroundSnippets = async (config) => { | ||
const { taskId, taskName, schema, groupId, example, api, fileDataProvider = FileDataProvider.FILE_SYSTEM, descriptionAsComments, } = { | ||
const { taskId, taskName, schema, groupIteration, example, api, fileDataProvider = FileDataProvider.FILE_SYSTEM, descriptionAsComments, } = { | ||
...config, | ||
@@ -100,3 +100,3 @@ }; | ||
group: { | ||
id: "${groupId}", | ||
iteration: ${groupIteration}, | ||
}, | ||
@@ -103,0 +103,0 @@ })`), !!descriptionAsComments)} |
@@ -19,3 +19,3 @@ import { JsonSchemaObject } from '@workflowai/schema'; | ||
}; | ||
groupId: string; | ||
groupIteration: number; | ||
example: { | ||
@@ -22,0 +22,0 @@ input: Record<string, unknown>; |
{ | ||
"name": "@workflowai/code-generator", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "workflowAI code-generator", | ||
@@ -5,0 +5,0 @@ "author": "workflowAI", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18126