@sprucelabs/sprucebot-llm 13.1.9 → 13.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,7 +25,7 @@ Next steps:
25
25
 
26
26
  1. Don't just takes stabs at it, review the syntax rules for callbacks and make sure your tags are properly formatted.
27
27
  1a. <<callbackName/>> for callbacks with no arguments.
28
- 1b. <<callbackName>>{{JSON arguments}}<</callbackName>> for callbacks with arguments.
28
+ 1b. <<callbackName>>{"valid": "json"}<</callbackName>> for callbacks with arguments.
29
29
  2. Check the list of valid callbacks (below) below to ensure the callback you are trying to invoke actually exists.
30
30
 
31
31
  Valid callbacks:
@@ -20,7 +20,7 @@ Next steps:
20
20
 
21
21
  1. Don't just takes stabs at it, review the syntax rules for callbacks and make sure your tags are properly formatted.
22
22
  1a. <<callbackName/>> for callbacks with no arguments.
23
- 1b. <<callbackName>>{{JSON arguments}}<</callbackName>> for callbacks with arguments.
23
+ 1b. <<callbackName>>{"valid": "json"}<</callbackName>> for callbacks with arguments.
24
24
  2. Check the list of valid callbacks (below) below to ensure the callback you are trying to invoke actually exists.
25
25
 
26
26
  Valid callbacks:
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "eta"
9
9
  ]
10
10
  },
11
- "version": "13.1.9",
11
+ "version": "13.1.10",
12
12
  "files": [
13
13
  "build"
14
14
  ],