@copilotkit/react-core 1.3.12-lgc-alpha-1.0 → 1.3.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,23 @@
1
1
  # ui
2
2
 
3
- ## 1.3.12-lgc-alpha-1.0
3
+ ## 1.3.13
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - alpha release
7
+ - fix usage of one-at-a-time tool when called multiple times
8
8
  - Updated dependencies
9
- - @copilotkit/runtime-client-gql@1.3.12-lgc-alpha-1.0
10
- - @copilotkit/shared@1.3.12-lgc-alpha-1.0
9
+ - @copilotkit/runtime-client-gql@1.3.13
10
+ - @copilotkit/shared@1.3.13
11
+
12
+ ## 1.3.12
13
+
14
+ ### Patch Changes
15
+
16
+ - - enable dynamic parameters in langchain adapter tool call
17
+ - fix unparsable action arguments causing tool call crashes
18
+ - Updated dependencies
19
+ - @copilotkit/runtime-client-gql@1.3.12
20
+ - @copilotkit/shared@1.3.12
11
21
 
12
22
  ## 1.3.11
13
23
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.3.12-lgc-alpha-1.0",
12
+ "version": "1.3.13",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -36,14 +36,14 @@
36
36
  "tsup": "^6.7.0",
37
37
  "typescript": "^5.2.3",
38
38
  "@types/react-dom": "^18.2.4",
39
- "eslint-config-custom": "1.3.12-lgc-alpha-1.0",
40
- "tsconfig": "1.3.12-lgc-alpha-1.0"
39
+ "eslint-config-custom": "1.3.13",
40
+ "tsconfig": "1.3.13"
41
41
  },
42
42
  "dependencies": {
43
43
  "@scarf/scarf": "^1.3.0",
44
44
  "untruncate-json": "^0.0.1",
45
- "@copilotkit/runtime-client-gql": "1.3.12-lgc-alpha-1.0",
46
- "@copilotkit/shared": "1.3.12-lgc-alpha-1.0"
45
+ "@copilotkit/runtime-client-gql": "1.3.13",
46
+ "@copilotkit/shared": "1.3.13"
47
47
  },
48
48
  "keywords": [
49
49
  "copilotkit",