Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Dec 29, 2024
1 parent e6761bd commit 08dce73
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ mod tests {
"metadata": {
"name": "Example Tool",
"description": "An example tool for testing",
"version": "1.0.0",
"author": "Author Name",
"keywords": ["example", "test"],
"configurations": [],
Expand Down Expand Up @@ -207,6 +208,7 @@ mod tests {
"tool_router_key": null,
"metadata": {
"id": "shinkai-tool-coinbase-create-wallet",
"version": "1.0.0",
"name": "Shinkai: Coinbase Wallet Creator",
"description": "Tool for creating a Coinbase wallet",
"author": "Shinkai",
Expand Down Expand Up @@ -289,6 +291,7 @@ mod tests {
"metadata": {
"name": "SQL Example Tool",
"description": "A tool with SQL configuration",
"version": "1.0.0",
"author": "Author Name",
"keywords": ["sql", "test"],
"configurations": [],
Expand Down Expand Up @@ -337,6 +340,7 @@ mod tests {
"name": "Tool With Dependencies",
"description": "A tool that depends on other tools",
"author": "Test Author",
"version": "1.0.0",
"keywords": ["test", "dependencies"],
"configurations": [],
"parameters": {},
Expand Down Expand Up @@ -386,6 +390,7 @@ mod tests {
"name": "Tool With Invalid Dependencies",
"description": "A tool with invalid tool references",
"author": "Test Author",
"version": "1.0.0",
"keywords": ["test", "invalid"],
"configurations": [],
"parameters": {},
Expand Down Expand Up @@ -433,6 +438,7 @@ mod tests {
"description": "A tool with empty tool references",
"author": "Test Author",
"keywords": ["test", "empty"],
"version": "1.0.0",
"configurations": [],
"parameters": {},
"result": {
Expand Down Expand Up @@ -464,6 +470,7 @@ mod tests {
"name": "Tool With Invalid Dependencies",
"description": "A tool with non-string tool references",
"author": "Test Author",
"version": "1.0.0",
"keywords": ["test", "invalid"],
"configurations": [],
"parameters": {},
Expand Down

0 comments on commit 08dce73

Please sign in to comment.