Skip to content

Commit 483c2cc

Browse files
committed
0.2.12
1 parent e5ac804 commit 483c2cc

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.12
4+
5+
- Capture tool errors in the message
6+
37
## 0.2.11
48

59
- Filters out empty content arrays when prompting the LLM.

convex.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"$schema": "./node_modules/convex/schemas/convex.schema.json",
23
"functions": "example/convex"
34
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "support@convex.dev",
88
"url": "https://github.com/get-convex/agent/issues"
99
},
10-
"version": "0.2.11",
10+
"version": "0.2.12",
1111
"license": "Apache-2.0",
1212
"keywords": [
1313
"convex",

playground/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)