We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60d048 commit a54c09fCopy full SHA for a54c09f
CHANGELOG.md
@@ -1,6 +1,12 @@
1
2
## Convoworks GPT WordPress plugin
3
4
+### 0.12.1 - 2025-02-23 - Chat Functions Handling
5
+
6
+* Improved chat function execution with better error handling—now catches `Throwable`.
7
+* Used scoped functions as the base for all chat functions, enabling local function scope.
8
9
10
### 0.12.0 Preview fixes
11
12
* Added function scope support to the Chat Function element
package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "0.12.0",
+ "version": "0.12.1",
"scripts": {
"build" : "node sync-version.js && node build.js",
"sync-version": "node sync-version.js"
0 commit comments