🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@workflowai/workflowai

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workflowai/workflowai - npm Package Compare versions

Comparing version

to
1.1.5

11

dist/cjs/WorkflowAI.d.ts

@@ -44,9 +44,16 @@ import { InitWorkflowAIApiConfig, Schemas, type WorkflowAIApi } from '@workflowai/api';

max_tokens?: number | null | undefined;
few_shot_count?: number | null | undefined;
training_set_version?: string | null | undefined;
runner_name?: string | null | undefined;
runner_version?: string | null | undefined;
few_shot?: {
count?: number | null | undefined;
selection?: string | null | undefined;
examples?: {
task_input: Record<string, never>;
task_output: Record<string, never>;
}[] | null | undefined;
} | null | undefined;
};
tags: string[];
aliases?: string[] | null | undefined;
is_external?: boolean | null | undefined;
};

@@ -53,0 +60,0 @@ start_time?: string | null | undefined;

@@ -44,9 +44,16 @@ import { InitWorkflowAIApiConfig, Schemas, type WorkflowAIApi } from '@workflowai/api';

max_tokens?: number | null | undefined;
few_shot_count?: number | null | undefined;
training_set_version?: string | null | undefined;
runner_name?: string | null | undefined;
runner_version?: string | null | undefined;
few_shot?: {
count?: number | null | undefined;
selection?: string | null | undefined;
examples?: {
task_input: Record<string, never>;
task_output: Record<string, never>;
}[] | null | undefined;
} | null | undefined;
};
tags: string[];
aliases?: string[] | null | undefined;
is_external?: boolean | null | undefined;
};

@@ -53,0 +60,0 @@ start_time?: string | null | undefined;

6

package.json
{
"name": "@workflowai/workflowai",
"version": "1.1.4",
"version": "1.1.5",
"description": "workflowAI client",

@@ -48,5 +48,5 @@ "author": "workflowAI",

"dependencies": {
"@workflowai/api": "^1.3.2",
"@workflowai/schema": "^1.0.5"
"@workflowai/api": "^1.3.3",
"@workflowai/schema": "^1.0.6"
}
}

Sorry, the diff of this file is not supported yet