Skip to content

Commit

Permalink
feat: minor API improvements (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint authored Feb 10, 2025
1 parent cb4b454 commit d85eeec
Show file tree
Hide file tree
Showing 132 changed files with 1,311 additions and 757 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- chore: update ModusDB [#755](https://github.com/hypermodeinc/modus/pull/755)
- chore: bump tailwind to v4 [#756](https://github.com/hypermodeinc/modus/pull/756)
- chore: update Go toolchain to 1.23.6 [#757](https://github.com/hypermodeinc/modus/pull/757)
- feat: minor API improvements [#758](https://github.com/hypermodeinc/modus/pull/758)

## 2025-01-24 - Runtime 0.17.1

Expand Down
2 changes: 1 addition & 1 deletion sdk/assemblyscript/examples/anthropic-functions/modus.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"connections": {
// This defines the Anthropic host, which is used by the model above.
// This defines the Anthropic connection, which is used by the model above.
// The {{API_KEY}} will be replaced by the secret provided in the Hypermode Console.
"anthropic": {
"type": "http",
Expand Down
18 changes: 11 additions & 7 deletions sdk/assemblyscript/examples/anthropic-functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@eslint/js": "^9.19.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.21.0",
"assemblyscript": "^0.27.32",
"assemblyscript": "^0.27.34",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
Expand Down
18 changes: 11 additions & 7 deletions sdk/assemblyscript/examples/auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/assemblyscript/examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/eslint__js": "^8.42.3",
"assemblyscript": "^0.27.32",
"assemblyscript": "^0.27.34",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
Expand Down
18 changes: 11 additions & 7 deletions sdk/assemblyscript/examples/classification/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/assemblyscript/examples/classification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@eslint/js": "^9.19.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.21.0",
"assemblyscript": "^0.27.32",
"assemblyscript": "^0.27.34",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sdk/assemblyscript/examples/collections/modus.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"connections": {
// This defines the OpenAI host, which is used by the model above.
// This defines the OpenAI connection, which is used by the model above.
// The {{API_KEY}} will be replaced by the secret provided in the Hypermode Console.
"openai": {
"type": "http",
Expand Down
18 changes: 11 additions & 7 deletions sdk/assemblyscript/examples/collections/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/assemblyscript/examples/collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@eslint/js": "^9.19.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.21.0",
"assemblyscript": "^0.27.32",
"assemblyscript": "^0.27.34",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
Expand Down
Loading

0 comments on commit d85eeec

Please sign in to comment.