@copilotkit/cloud
Advanced tools
Comparing version
# @copilotkit/cloud | ||
## 0.1.0 | ||
### Minor Changes | ||
- 8a5cecd: only forward functions if non-empty | ||
- 87f1fa0: rebase | ||
- 15d4afc: debugging | ||
- c40a0d1: Filter out empty function descriptions | ||
- prep for chat protocol v2 | ||
- bbd152e: backend sdks prep | ||
- 8517bb1: trying again | ||
- 478840a: carry function propagation fix to chat v2 | ||
### Patch Changes | ||
- Updated dependencies [8a5cecd] | ||
- Updated dependencies [87f1fa0] | ||
- Updated dependencies [15d4afc] | ||
- Updated dependencies [c40a0d1] | ||
- Updated dependencies | ||
- Updated dependencies [bbd152e] | ||
- Updated dependencies [8517bb1] | ||
- Updated dependencies [478840a] | ||
- @copilotkit/shared@0.1.0 | ||
## 0.1.0-alpha.6 | ||
@@ -4,0 +29,0 @@ |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.1.0-alpha.6", | ||
"version": "0.1.0", | ||
"sideEffects": false, | ||
@@ -23,7 +23,7 @@ "main": "./dist/index.js", | ||
"typescript": "^5.1.3", | ||
"tsconfig": "0.6.0-alpha.6", | ||
"eslint-config-custom": "0.2.0" | ||
"eslint-config-custom": "0.2.0", | ||
"tsconfig": "0.6.0" | ||
}, | ||
"dependencies": { | ||
"@copilotkit/shared": "0.1.0-alpha.6" | ||
"@copilotkit/shared": "0.1.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14683
11.28%+ Added
- Removed
Updated