@copilotkit/react-ui 1.3.11 → 1.3.12-fix-tool-call-dynamic-parameters.0
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.
- package/CHANGELOG.md +11 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.3.12-fix-tool-call-dynamic-parameters.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: enable dynamic parameters in langchain adapter tool call
|
|
8
|
+
fix: catch uparsable arguments on function calling
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @copilotkit/react-core@1.3.12-fix-tool-call-dynamic-parameters.0
|
|
11
|
+
- @copilotkit/runtime-client-gql@1.3.12-fix-tool-call-dynamic-parameters.0
|
|
12
|
+
- @copilotkit/shared@1.3.12-fix-tool-call-dynamic-parameters.0
|
|
13
|
+
|
|
3
14
|
## 1.3.11
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.3.
|
|
12
|
+
"version": "1.3.12-fix-tool-call-dynamic-parameters.0",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"ts-jest": "^29.1.1",
|
|
41
41
|
"tsup": "^6.7.0",
|
|
42
42
|
"typescript": "^5.2.3",
|
|
43
|
-
"eslint-config-custom": "1.3.
|
|
44
|
-
"tailwind-config": "1.3.
|
|
45
|
-
"tsconfig": "1.3.
|
|
43
|
+
"eslint-config-custom": "1.3.12-fix-tool-call-dynamic-parameters.0",
|
|
44
|
+
"tailwind-config": "1.3.12-fix-tool-call-dynamic-parameters.0",
|
|
45
|
+
"tsconfig": "1.3.12-fix-tool-call-dynamic-parameters.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@headlessui/react": "^2.1.3",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"react-syntax-highlighter": "^15.5.0",
|
|
51
51
|
"remark-gfm": "^3.0.1",
|
|
52
52
|
"remark-math": "^5.1.1",
|
|
53
|
-
"@copilotkit/react-core": "1.3.
|
|
54
|
-
"@copilotkit/runtime-client-gql": "1.3.
|
|
55
|
-
"@copilotkit/shared": "1.3.
|
|
53
|
+
"@copilotkit/react-core": "1.3.12-fix-tool-call-dynamic-parameters.0",
|
|
54
|
+
"@copilotkit/runtime-client-gql": "1.3.12-fix-tool-call-dynamic-parameters.0",
|
|
55
|
+
"@copilotkit/shared": "1.3.12-fix-tool-call-dynamic-parameters.0"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"copilotkit",
|