From 718520bf129ad599bb03eb260a6c2bb24d6c3d95 Mon Sep 17 00:00:00 2001 From: Atai Barkai Date: Sun, 14 Apr 2024 22:07:45 -0700 Subject: [PATCH] pre-release: function-calling-fixes --- CopilotKit/.changeset/curly-eyes-sing.md | 14 +++++++++ CopilotKit/.changeset/pre.json | 20 +++++++++++++ CopilotKit/.changeset/thirty-bananas-kneel.md | 14 +++++++++ CopilotKit/examples/next-openai/CHANGELOG.md | 30 +++++++++++++++++++ CopilotKit/examples/next-openai/package.json | 2 +- CopilotKit/examples/node/CHANGELOG.md | 24 +++++++++++++++ CopilotKit/examples/node/package.json | 2 +- CopilotKit/packages/backend/CHANGELOG.md | 22 ++++++++++++++ CopilotKit/packages/backend/package.json | 2 +- .../eslint-config-custom/CHANGELOG.md | 12 ++++++++ .../eslint-config-custom/package.json | 2 +- CopilotKit/packages/react-core/CHANGELOG.md | 22 ++++++++++++++ CopilotKit/packages/react-core/package.json | 2 +- .../packages/react-textarea/CHANGELOG.md | 24 +++++++++++++++ .../packages/react-textarea/package.json | 2 +- CopilotKit/packages/react-ui/CHANGELOG.md | 24 +++++++++++++++ CopilotKit/packages/react-ui/package.json | 2 +- CopilotKit/packages/shared/CHANGELOG.md | 12 ++++++++ CopilotKit/packages/shared/package.json | 2 +- .../packages/tailwind-config/CHANGELOG.md | 12 ++++++++ .../packages/tailwind-config/package.json | 2 +- CopilotKit/packages/tsconfig/CHANGELOG.md | 12 ++++++++ CopilotKit/packages/tsconfig/package.json | 2 +- 23 files changed, 252 insertions(+), 10 deletions(-) create mode 100644 CopilotKit/.changeset/curly-eyes-sing.md create mode 100644 CopilotKit/.changeset/pre.json create mode 100644 CopilotKit/.changeset/thirty-bananas-kneel.md diff --git a/CopilotKit/.changeset/curly-eyes-sing.md b/CopilotKit/.changeset/curly-eyes-sing.md new file mode 100644 index 000000000..ad2d478f7 --- /dev/null +++ b/CopilotKit/.changeset/curly-eyes-sing.md @@ -0,0 +1,14 @@ +--- +"eslint-config-custom": minor +"tailwind-config": minor +"@copilotkit/react-textarea": minor +"next-openai": minor +"@copilotkit/react-core": minor +"@copilotkit/react-ui": minor +"tsconfig": minor +"@copilotkit/backend": minor +"@copilotkit/shared": minor +"node": minor +--- + +gpt-4-turbo-april-2024 function calling fixes diff --git a/CopilotKit/.changeset/pre.json b/CopilotKit/.changeset/pre.json new file mode 100644 index 000000000..d01992656 --- /dev/null +++ b/CopilotKit/.changeset/pre.json @@ -0,0 +1,20 @@ +{ + "mode": "pre", + "tag": "function-calling-fixes", + "initialVersions": { + "next-openai": "1.21.0-alpha.0", + "node": "1.21.0-alpha.0", + "@copilotkit/backend": "0.9.0-alpha.0", + "eslint-config-custom": "0.10.0-alpha.0", + "@copilotkit/react-core": "0.25.0-alpha.0", + "@copilotkit/react-textarea": "0.35.0-alpha.0", + "@copilotkit/react-ui": "0.22.0-alpha.0", + "@copilotkit/shared": "0.9.0-alpha.0", + "tailwind-config": "0.9.0-alpha.0", + "tsconfig": "0.14.0-alpha.0" + }, + "changesets": [ + "curly-eyes-sing", + "thirty-bananas-kneel" + ] +} diff --git a/CopilotKit/.changeset/thirty-bananas-kneel.md b/CopilotKit/.changeset/thirty-bananas-kneel.md new file mode 100644 index 000000000..657d14da8 --- /dev/null +++ b/CopilotKit/.changeset/thirty-bananas-kneel.md @@ -0,0 +1,14 @@ +--- +"next-openai": minor +"@copilotkit/backend": minor +"@copilotkit/shared": minor +"node": minor +"eslint-config-custom": minor +"@copilotkit/react-core": minor +"@copilotkit/react-textarea": minor +"@copilotkit/react-ui": minor +"tailwind-config": minor +"tsconfig": minor +--- + +gpt-4-turbo-april-2024 diff --git a/CopilotKit/examples/next-openai/CHANGELOG.md b/CopilotKit/examples/next-openai/CHANGELOG.md index 8e9ce7654..200dc3aa9 100644 --- a/CopilotKit/examples/next-openai/CHANGELOG.md +++ b/CopilotKit/examples/next-openai/CHANGELOG.md @@ -1,5 +1,35 @@ # web +## 1.21.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +### Patch Changes + +- Updated dependencies + - @copilotkit/react-textarea@0.35.0-function-calling-fixes.1 + - @copilotkit/react-core@0.25.0-function-calling-fixes.1 + - @copilotkit/react-ui@0.22.0-function-calling-fixes.1 + - @copilotkit/backend@0.9.0-function-calling-fixes.1 + - @copilotkit/shared@0.9.0-function-calling-fixes.1 + +## 1.21.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + +### Patch Changes + +- Updated dependencies + - @copilotkit/backend@0.9.0-alpha.0 + - @copilotkit/shared@0.9.0-alpha.0 + - @copilotkit/react-core@0.25.0-alpha.0 + - @copilotkit/react-textarea@0.35.0-alpha.0 + - @copilotkit/react-ui@0.22.0-alpha.0 + ## 1.20.0 ### Minor Changes diff --git a/CopilotKit/examples/next-openai/package.json b/CopilotKit/examples/next-openai/package.json index c5ccf0099..480f2f276 100644 --- a/CopilotKit/examples/next-openai/package.json +++ b/CopilotKit/examples/next-openai/package.json @@ -1,6 +1,6 @@ { "name": "next-openai", - "version": "1.20.0", + "version": "1.21.0-function-calling-fixes.1", "private": true, "scripts": { "dev": "cross-env NODE_OPTIONS='--inspect' next dev", diff --git a/CopilotKit/examples/node/CHANGELOG.md b/CopilotKit/examples/node/CHANGELOG.md index c4b145e2d..3b94be245 100644 --- a/CopilotKit/examples/node/CHANGELOG.md +++ b/CopilotKit/examples/node/CHANGELOG.md @@ -1,5 +1,29 @@ # node +## 1.21.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +### Patch Changes + +- Updated dependencies + - @copilotkit/backend@0.9.0-function-calling-fixes.1 + - @copilotkit/shared@0.9.0-function-calling-fixes.1 + +## 1.21.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + +### Patch Changes + +- Updated dependencies + - @copilotkit/backend@0.9.0-alpha.0 + - @copilotkit/shared@0.9.0-alpha.0 + ## 1.20.0 ### Minor Changes diff --git a/CopilotKit/examples/node/package.json b/CopilotKit/examples/node/package.json index ab052eb27..11f3d1292 100644 --- a/CopilotKit/examples/node/package.json +++ b/CopilotKit/examples/node/package.json @@ -1,6 +1,6 @@ { "name": "node", - "version": "1.20.0", + "version": "1.21.0-function-calling-fixes.1", "private": true, "scripts": { "start": "node dist/index.js", diff --git a/CopilotKit/packages/backend/CHANGELOG.md b/CopilotKit/packages/backend/CHANGELOG.md index b96461412..0fa3c43ef 100644 --- a/CopilotKit/packages/backend/CHANGELOG.md +++ b/CopilotKit/packages/backend/CHANGELOG.md @@ -1,5 +1,27 @@ # @copilotkit/cloud +## 0.9.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +### Patch Changes + +- Updated dependencies + - @copilotkit/shared@0.9.0-function-calling-fixes.1 + +## 0.9.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + +### Patch Changes + +- Updated dependencies + - @copilotkit/shared@0.9.0-alpha.0 + ## 0.8.0 ### Minor Changes diff --git a/CopilotKit/packages/backend/package.json b/CopilotKit/packages/backend/package.json index 62f848732..89e7eb2e2 100644 --- a/CopilotKit/packages/backend/package.json +++ b/CopilotKit/packages/backend/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.8.0", + "version": "0.9.0-function-calling-fixes.1", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/CopilotKit/packages/eslint-config-custom/CHANGELOG.md b/CopilotKit/packages/eslint-config-custom/CHANGELOG.md index 675e894e2..9564c9973 100644 --- a/CopilotKit/packages/eslint-config-custom/CHANGELOG.md +++ b/CopilotKit/packages/eslint-config-custom/CHANGELOG.md @@ -1,5 +1,17 @@ # eslint-config-custom +## 0.10.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +## 0.10.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + ## 0.9.0 ### Minor Changes diff --git a/CopilotKit/packages/eslint-config-custom/package.json b/CopilotKit/packages/eslint-config-custom/package.json index 10da98221..067011b4c 100644 --- a/CopilotKit/packages/eslint-config-custom/package.json +++ b/CopilotKit/packages/eslint-config-custom/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-custom", "private": true, - "version": "0.9.0", + "version": "0.10.0-function-calling-fixes.1", "main": "index.js", "license": "MIT", "dependencies": { diff --git a/CopilotKit/packages/react-core/CHANGELOG.md b/CopilotKit/packages/react-core/CHANGELOG.md index b36e61f31..ece84330c 100644 --- a/CopilotKit/packages/react-core/CHANGELOG.md +++ b/CopilotKit/packages/react-core/CHANGELOG.md @@ -1,5 +1,27 @@ # ui +## 0.25.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +### Patch Changes + +- Updated dependencies + - @copilotkit/shared@0.9.0-function-calling-fixes.1 + +## 0.25.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + +### Patch Changes + +- Updated dependencies + - @copilotkit/shared@0.9.0-alpha.0 + ## 0.24.0 ### Minor Changes diff --git a/CopilotKit/packages/react-core/package.json b/CopilotKit/packages/react-core/package.json index bf2a10ad2..01fd1f98d 100644 --- a/CopilotKit/packages/react-core/package.json +++ b/CopilotKit/packages/react-core/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.24.0", + "version": "0.25.0-function-calling-fixes.1", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/CopilotKit/packages/react-textarea/CHANGELOG.md b/CopilotKit/packages/react-textarea/CHANGELOG.md index 29cb74d12..a1c115404 100644 --- a/CopilotKit/packages/react-textarea/CHANGELOG.md +++ b/CopilotKit/packages/react-textarea/CHANGELOG.md @@ -1,5 +1,29 @@ # ui +## 0.35.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +### Patch Changes + +- Updated dependencies + - @copilotkit/react-core@0.25.0-function-calling-fixes.1 + - @copilotkit/shared@0.9.0-function-calling-fixes.1 + +## 0.35.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + +### Patch Changes + +- Updated dependencies + - @copilotkit/shared@0.9.0-alpha.0 + - @copilotkit/react-core@0.25.0-alpha.0 + ## 0.34.0 ### Minor Changes diff --git a/CopilotKit/packages/react-textarea/package.json b/CopilotKit/packages/react-textarea/package.json index b14a374cb..5169e57c3 100644 --- a/CopilotKit/packages/react-textarea/package.json +++ b/CopilotKit/packages/react-textarea/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.34.0", + "version": "0.35.0-function-calling-fixes.1", "sideEffects": [ "**/*.css" ], diff --git a/CopilotKit/packages/react-ui/CHANGELOG.md b/CopilotKit/packages/react-ui/CHANGELOG.md index e9289bc28..367695738 100644 --- a/CopilotKit/packages/react-ui/CHANGELOG.md +++ b/CopilotKit/packages/react-ui/CHANGELOG.md @@ -1,5 +1,29 @@ # ui +## 0.22.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +### Patch Changes + +- Updated dependencies + - @copilotkit/react-core@0.25.0-function-calling-fixes.1 + - @copilotkit/shared@0.9.0-function-calling-fixes.1 + +## 0.22.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + +### Patch Changes + +- Updated dependencies + - @copilotkit/shared@0.9.0-alpha.0 + - @copilotkit/react-core@0.25.0-alpha.0 + ## 0.21.0 ### Minor Changes diff --git a/CopilotKit/packages/react-ui/package.json b/CopilotKit/packages/react-ui/package.json index dd09dc185..d4a1e3417 100644 --- a/CopilotKit/packages/react-ui/package.json +++ b/CopilotKit/packages/react-ui/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.21.0", + "version": "0.22.0-function-calling-fixes.1", "sideEffects": [ "**/*.css" ], diff --git a/CopilotKit/packages/shared/CHANGELOG.md b/CopilotKit/packages/shared/CHANGELOG.md index c11645a25..70a4ce2c9 100644 --- a/CopilotKit/packages/shared/CHANGELOG.md +++ b/CopilotKit/packages/shared/CHANGELOG.md @@ -1,5 +1,17 @@ # @copilotkit/shared +## 0.9.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +## 0.9.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + ## 0.8.0 ### Minor Changes diff --git a/CopilotKit/packages/shared/package.json b/CopilotKit/packages/shared/package.json index 37963a5f1..8529321f2 100644 --- a/CopilotKit/packages/shared/package.json +++ b/CopilotKit/packages/shared/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.8.0", + "version": "0.9.0-function-calling-fixes.1", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/CopilotKit/packages/tailwind-config/CHANGELOG.md b/CopilotKit/packages/tailwind-config/CHANGELOG.md index e675f2033..1474e37d7 100644 --- a/CopilotKit/packages/tailwind-config/CHANGELOG.md +++ b/CopilotKit/packages/tailwind-config/CHANGELOG.md @@ -1,5 +1,17 @@ # tailwind-config +## 0.9.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +## 0.9.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + ## 0.8.0 ### Minor Changes diff --git a/CopilotKit/packages/tailwind-config/package.json b/CopilotKit/packages/tailwind-config/package.json index 5a5b68bce..cd78fe124 100644 --- a/CopilotKit/packages/tailwind-config/package.json +++ b/CopilotKit/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "tailwind-config", - "version": "0.8.0", + "version": "0.9.0-function-calling-fixes.1", "private": true, "main": "index.js", "devDependencies": { diff --git a/CopilotKit/packages/tsconfig/CHANGELOG.md b/CopilotKit/packages/tsconfig/CHANGELOG.md index 31232323a..1c8b2a3d2 100644 --- a/CopilotKit/packages/tsconfig/CHANGELOG.md +++ b/CopilotKit/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,17 @@ # tsconfig +## 0.14.0-function-calling-fixes.1 + +### Minor Changes + +- gpt-4-turbo-april-2024 function calling fixes + +## 0.14.0-alpha.0 + +### Minor Changes + +- gpt-4-turbo-april-2024 + ## 0.13.0 ### Minor Changes diff --git a/CopilotKit/packages/tsconfig/package.json b/CopilotKit/packages/tsconfig/package.json index fe0e5568b..c9e999518 100644 --- a/CopilotKit/packages/tsconfig/package.json +++ b/CopilotKit/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "0.13.0", + "version": "0.14.0-function-calling-fixes.1", "private": true, "license": "MIT", "publishConfig": {