Skip to content

Commit

Permalink
pre-release: function-calling-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ataibarkai committed Apr 24, 2024
1 parent 5d96ed9 commit 718520b
Show file tree
Hide file tree
Showing 23 changed files with 252 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CopilotKit/.changeset/curly-eyes-sing.md
Original file line number Diff line number Diff line change
@@ -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
20 changes: 20 additions & 0 deletions CopilotKit/.changeset/pre.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
14 changes: 14 additions & 0 deletions CopilotKit/.changeset/thirty-bananas-kneel.md
Original file line number Diff line number Diff line change
@@ -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
30 changes: 30 additions & 0 deletions CopilotKit/examples/next-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/examples/next-openai/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
24 changes: 24 additions & 0 deletions CopilotKit/examples/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/examples/node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
22 changes: 22 additions & 0 deletions CopilotKit/packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions CopilotKit/packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
22 changes: 22 additions & 0 deletions CopilotKit/packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
24 changes: 24 additions & 0 deletions CopilotKit/packages/react-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/react-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.34.0",
"version": "0.35.0-function-calling-fixes.1",
"sideEffects": [
"**/*.css"
],
Expand Down
24 changes: 24 additions & 0 deletions CopilotKit/packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.21.0",
"version": "0.22.0-function-calling-fixes.1",
"sideEffects": [
"**/*.css"
],
Expand Down
12 changes: 12 additions & 0 deletions CopilotKit/packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions CopilotKit/packages/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
12 changes: 12 additions & 0 deletions CopilotKit/packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.13.0",
"version": "0.14.0-function-calling-fixes.1",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 718520b

Please sign in to comment.