We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d1b7e commit b7767beCopy full SHA for b7767be
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# apollo
2
3
+## 0.14.3
4
+
5
+### Patch Changes
6
7
+- - Truncate adaptor docs for legacy job_chat
8
+ - Report apollo errors to sentry
9
+ - Update error message when the prompt is too long
10
11
## 0.14.2
12
13
### Patch Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "apollo",
"module": "platform/index.ts",
- "version": "0.14.2",
+ "version": "0.14.3",
"type": "module",
"scripts": {
"start": "NODE_ENV=production bun platform/src/index.ts",
0 commit comments