@workflowai/workflowai
Advanced tools
Comparing version
@@ -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; |
{ | ||
"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
48012
1.42%765
1.86%Updated
Updated