Skip to content

Commit

Permalink
add asset type
Browse files Browse the repository at this point in the history
  • Loading branch information
colour93 committed Sep 3, 2024
1 parent b9f30fb commit 7a6ce23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inf-monkeys/monkeys",
"version": "0.0.6",
"version": "0.0.7",
"description": "Monkeys JS SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export type AssetType =
| "comfyui-model"
| 'llm-channel'
| 'conversation-app'
| 'oneapi-model'
;

export interface ToolProperty {
Expand Down

0 comments on commit 7a6ce23

Please sign in to comment.