@copilotkit/vue 1.60.0 → 1.60.1

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.
@@ -21,11 +21,11 @@ type __VLS_Slots = {
21
21
  };
22
22
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
23
  "thumbs-up": (message: {
24
- id: string;
25
24
  role: "assistant";
25
+ id: string;
26
26
  name?: string | undefined;
27
- encryptedValue?: string | undefined;
28
27
  content?: string | undefined;
28
+ encryptedValue?: string | undefined;
29
29
  toolCalls?: {
30
30
  function: {
31
31
  name: string;
@@ -37,11 +37,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
37
37
  }[] | undefined;
38
38
  }) => any;
39
39
  "thumbs-down": (message: {
40
- id: string;
41
40
  role: "assistant";
41
+ id: string;
42
42
  name?: string | undefined;
43
- encryptedValue?: string | undefined;
44
43
  content?: string | undefined;
44
+ encryptedValue?: string | undefined;
45
45
  toolCalls?: {
46
46
  function: {
47
47
  name: string;
@@ -53,11 +53,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
53
53
  }[] | undefined;
54
54
  }) => any;
55
55
  "read-aloud": (message: {
56
- id: string;
57
56
  role: "assistant";
57
+ id: string;
58
58
  name?: string | undefined;
59
- encryptedValue?: string | undefined;
60
59
  content?: string | undefined;
60
+ encryptedValue?: string | undefined;
61
61
  toolCalls?: {
62
62
  function: {
63
63
  name: string;
@@ -69,11 +69,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
69
69
  }[] | undefined;
70
70
  }) => any;
71
71
  regenerate: (message: {
72
- id: string;
73
72
  role: "assistant";
73
+ id: string;
74
74
  name?: string | undefined;
75
- encryptedValue?: string | undefined;
76
75
  content?: string | undefined;
76
+ encryptedValue?: string | undefined;
77
77
  toolCalls?: {
78
78
  function: {
79
79
  name: string;
@@ -86,11 +86,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
86
86
  }) => any;
87
87
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
88
88
  "onThumbs-up"?: ((message: {
89
- id: string;
90
89
  role: "assistant";
90
+ id: string;
91
91
  name?: string | undefined;
92
- encryptedValue?: string | undefined;
93
92
  content?: string | undefined;
93
+ encryptedValue?: string | undefined;
94
94
  toolCalls?: {
95
95
  function: {
96
96
  name: string;
@@ -102,11 +102,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
102
102
  }[] | undefined;
103
103
  }) => any) | undefined;
104
104
  "onThumbs-down"?: ((message: {
105
- id: string;
106
105
  role: "assistant";
106
+ id: string;
107
107
  name?: string | undefined;
108
- encryptedValue?: string | undefined;
109
108
  content?: string | undefined;
109
+ encryptedValue?: string | undefined;
110
110
  toolCalls?: {
111
111
  function: {
112
112
  name: string;
@@ -118,11 +118,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
118
118
  }[] | undefined;
119
119
  }) => any) | undefined;
120
120
  "onRead-aloud"?: ((message: {
121
- id: string;
122
121
  role: "assistant";
122
+ id: string;
123
123
  name?: string | undefined;
124
- encryptedValue?: string | undefined;
125
124
  content?: string | undefined;
125
+ encryptedValue?: string | undefined;
126
126
  toolCalls?: {
127
127
  function: {
128
128
  name: string;
@@ -134,11 +134,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
134
134
  }[] | undefined;
135
135
  }) => any) | undefined;
136
136
  onRegenerate?: ((message: {
137
- id: string;
138
137
  role: "assistant";
138
+ id: string;
139
139
  name?: string | undefined;
140
- encryptedValue?: string | undefined;
141
140
  content?: string | undefined;
141
+ encryptedValue?: string | undefined;
142
142
  toolCalls?: {
143
143
  function: {
144
144
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/vue",
3
- "version": "1.60.0",
3
+ "version": "1.60.1",
4
4
  "private": false,
5
5
  "description": "Vue 3 components and composables for CopilotKit",
6
6
  "keywords": [
@@ -62,17 +62,17 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@a2ui/web_core": "0.9.0",
65
- "@ag-ui/client": "0.0.56",
66
- "@ag-ui/core": "0.0.56",
65
+ "@ag-ui/client": "0.0.57",
66
+ "@ag-ui/core": "0.0.57",
67
67
  "@jetbrains/websandbox": "^1.1.3",
68
68
  "katex": "^0.16.27",
69
69
  "lucide-vue-next": "^0.525.0",
70
70
  "streamdown-vue": "^1.0.29",
71
71
  "zod": "^3.25.75",
72
72
  "zod-to-json-schema": "^3.24.5",
73
- "@copilotkit/core": "1.60.0",
74
- "@copilotkit/web-inspector": "1.60.0",
75
- "@copilotkit/shared": "1.60.0"
73
+ "@copilotkit/core": "1.60.1",
74
+ "@copilotkit/shared": "1.60.1",
75
+ "@copilotkit/web-inspector": "1.60.1"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@eslint/js": "^9.39.2",