Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/kurt-open-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@formula-monks/kurt-open-ai",
"description": "OpenAI plugin for Kurt - A wrapper for AI SDKs, for building LLM-agnostic structured AI applications",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.0-semantically-released",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
Expand Down
2 changes: 1 addition & 1 deletion packages/kurt-vertex-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@formula-monks/kurt-vertex-ai",
"description": "VertexAI plugin for Kurt - A wrapper for AI SDKs, for building LLM-agnostic structured AI applications",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.0-semantically-released",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
Expand Down
2 changes: 1 addition & 1 deletion packages/kurt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@formula-monks/kurt",
"description": "A wrapper for AI SDKs, for building LLM-agnostic structured AI applications",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.0-semantically-released",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
Expand Down