@copilotkitnext/angular 1.54.1-next.3 → 1.54.1-next.5

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.
@@ -20,8 +20,8 @@ export declare class AgentStore {
20
20
  } | {
21
21
  role: "assistant";
22
22
  id: string;
23
- content?: string | undefined;
24
23
  name?: string | undefined;
24
+ content?: string | undefined;
25
25
  encryptedValue?: string | undefined;
26
26
  toolCalls?: {
27
27
  function: {
@@ -34,8 +34,8 @@ export declare class CopilotChatAssistantMessage {
34
34
  readonly message: import("@angular/core").InputSignal<{
35
35
  role: "assistant";
36
36
  id: string;
37
- content?: string | undefined;
38
37
  name?: string | undefined;
38
+ content?: string | undefined;
39
39
  encryptedValue?: string | undefined;
40
40
  toolCalls?: {
41
41
  function: {
@@ -62,8 +62,8 @@ export declare class CopilotChatAssistantMessage {
62
62
  } | {
63
63
  role: "assistant";
64
64
  id: string;
65
- content?: string | undefined;
66
65
  name?: string | undefined;
66
+ content?: string | undefined;
67
67
  encryptedValue?: string | undefined;
68
68
  toolCalls?: {
69
69
  function: {
@@ -148,8 +148,8 @@ export declare class CopilotChatAssistantMessage {
148
148
  message: {
149
149
  role: "assistant";
150
150
  id: string;
151
- content?: string | undefined;
152
151
  name?: string | undefined;
152
+ content?: string | undefined;
153
153
  encryptedValue?: string | undefined;
154
154
  toolCalls?: {
155
155
  function: {
@@ -176,8 +176,8 @@ export declare class CopilotChatAssistantMessage {
176
176
  } | {
177
177
  role: "assistant";
178
178
  id: string;
179
- content?: string | undefined;
180
179
  name?: string | undefined;
180
+ content?: string | undefined;
181
181
  encryptedValue?: string | undefined;
182
182
  toolCalls?: {
183
183
  function: {
@@ -25,8 +25,8 @@ export declare class CopilotChatMessageView {
25
25
  } | {
26
26
  role: "assistant";
27
27
  id: string;
28
- content?: string | undefined;
29
28
  name?: string | undefined;
29
+ content?: string | undefined;
30
30
  encryptedValue?: string | undefined;
31
31
  toolCalls?: {
32
32
  function: {
@@ -120,8 +120,8 @@ export declare class CopilotChatMessageView {
120
120
  } | {
121
121
  role: "assistant";
122
122
  id: string;
123
- content?: string | undefined;
124
123
  name?: string | undefined;
124
+ content?: string | undefined;
125
125
  encryptedValue?: string | undefined;
126
126
  toolCalls?: {
127
127
  function: {
@@ -186,8 +186,8 @@ export declare class CopilotChatMessageView {
186
186
  } | {
187
187
  role: "assistant";
188
188
  id: string;
189
- content?: string | undefined;
190
189
  name?: string | undefined;
190
+ content?: string | undefined;
191
191
  encryptedValue?: string | undefined;
192
192
  toolCalls?: {
193
193
  function: {
@@ -248,8 +248,8 @@ export declare class CopilotChatMessageView {
248
248
  } | {
249
249
  role: "assistant";
250
250
  id: string;
251
- content?: string | undefined;
252
251
  name?: string | undefined;
252
+ content?: string | undefined;
253
253
  encryptedValue?: string | undefined;
254
254
  toolCalls?: {
255
255
  function: {
@@ -314,8 +314,8 @@ export declare class CopilotChatMessageView {
314
314
  } | {
315
315
  role: "assistant";
316
316
  id: string;
317
- content?: string | undefined;
318
317
  name?: string | undefined;
318
+ content?: string | undefined;
319
319
  encryptedValue?: string | undefined;
320
320
  toolCalls?: {
321
321
  function: {
@@ -375,8 +375,8 @@ export declare class CopilotChatMessageView {
375
375
  } | {
376
376
  role: "assistant";
377
377
  id: string;
378
- content?: string | undefined;
379
378
  name?: string | undefined;
379
+ content?: string | undefined;
380
380
  encryptedValue?: string | undefined;
381
381
  toolCalls?: {
382
382
  function: {
@@ -440,8 +440,8 @@ export declare class CopilotChatMessageView {
440
440
  } | {
441
441
  role: "assistant";
442
442
  id: string;
443
- content?: string | undefined;
444
443
  name?: string | undefined;
444
+ content?: string | undefined;
445
445
  encryptedValue?: string | undefined;
446
446
  toolCalls?: {
447
447
  function: {
@@ -3,8 +3,8 @@ export declare class CopilotChatToolCallsView {
3
3
  readonly message: import("@angular/core").InputSignal<{
4
4
  role: "assistant";
5
5
  id: string;
6
- content?: string | undefined;
7
6
  name?: string | undefined;
7
+ content?: string | undefined;
8
8
  encryptedValue?: string | undefined;
9
9
  toolCalls?: {
10
10
  function: {
@@ -31,8 +31,8 @@ export declare class CopilotChatToolCallsView {
31
31
  } | {
32
32
  role: "assistant";
33
33
  id: string;
34
- content?: string | undefined;
35
34
  name?: string | undefined;
35
+ content?: string | undefined;
36
36
  encryptedValue?: string | undefined;
37
37
  toolCalls?: {
38
38
  function: {
@@ -29,8 +29,8 @@ export declare class CopilotChatViewScrollView implements OnInit, AfterViewInit,
29
29
  } | {
30
30
  role: "assistant";
31
31
  id: string;
32
- content?: string | undefined;
33
32
  name?: string | undefined;
33
+ content?: string | undefined;
34
34
  encryptedValue?: string | undefined;
35
35
  toolCalls?: {
36
36
  function: {
@@ -40,8 +40,8 @@ export declare class CopilotChatView implements OnInit, OnChanges, AfterViewInit
40
40
  } | {
41
41
  role: "assistant";
42
42
  id: string;
43
- content?: string | undefined;
44
43
  name?: string | undefined;
44
+ content?: string | undefined;
45
45
  encryptedValue?: string | undefined;
46
46
  toolCalls?: {
47
47
  function: {
@@ -158,8 +158,8 @@ export declare class CopilotChatView implements OnInit, OnChanges, AfterViewInit
158
158
  } | {
159
159
  role: "assistant";
160
160
  id: string;
161
- content?: string | undefined;
162
161
  name?: string | undefined;
162
+ content?: string | undefined;
163
163
  encryptedValue?: string | undefined;
164
164
  toolCalls?: {
165
165
  function: {
@@ -240,8 +240,8 @@ export declare class CopilotChatView implements OnInit, OnChanges, AfterViewInit
240
240
  } | {
241
241
  role: "assistant";
242
242
  id: string;
243
- content?: string | undefined;
244
243
  name?: string | undefined;
244
+ content?: string | undefined;
245
245
  encryptedValue?: string | undefined;
246
246
  toolCalls?: {
247
247
  function: {
@@ -35,8 +35,8 @@ export declare class CopilotChat implements ChatState {
35
35
  } | {
36
36
  role: "assistant";
37
37
  id: string;
38
- content?: string | undefined;
39
38
  name?: string | undefined;
39
+ content?: string | undefined;
40
40
  encryptedValue?: string | undefined;
41
41
  toolCalls?: {
42
42
  function: {
@@ -19,8 +19,8 @@ export declare class RenderToolCalls {
19
19
  readonly message: import("@angular/core").InputSignal<{
20
20
  role: "assistant";
21
21
  id: string;
22
- content?: string | undefined;
23
22
  name?: string | undefined;
23
+ content?: string | undefined;
24
24
  encryptedValue?: string | undefined;
25
25
  toolCalls?: {
26
26
  function: {
@@ -47,8 +47,8 @@ export declare class RenderToolCalls {
47
47
  } | {
48
48
  role: "assistant";
49
49
  id: string;
50
- content?: string | undefined;
51
50
  name?: string | undefined;
51
+ content?: string | undefined;
52
52
  encryptedValue?: string | undefined;
53
53
  toolCalls?: {
54
54
  function: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/angular",
3
- "version": "1.54.1-next.3",
3
+ "version": "1.54.1-next.5",
4
4
  "description": "Angular library for CopilotKit",
5
5
  "main": "dist/fesm2022/copilotkitnext-angular.mjs",
6
6
  "module": "dist/fesm2022/copilotkitnext-angular.mjs",
@@ -13,8 +13,8 @@
13
13
  "./styles.css": "./dist/styles.css"
14
14
  },
15
15
  "dependencies": {
16
- "@ag-ui/client": "0.0.47",
17
- "@ag-ui/core": "0.0.47",
16
+ "@ag-ui/client": "0.0.48",
17
+ "@ag-ui/core": "0.0.48",
18
18
  "clsx": "^2.1.1",
19
19
  "highlight.js": "^11.11.1",
20
20
  "katex": "^0.16.22",
@@ -23,8 +23,8 @@
23
23
  "rxjs": "^7.8.1",
24
24
  "tailwind-merge": "^2.6.0",
25
25
  "tslib": "^2.6.0",
26
- "@copilotkitnext/core": "1.54.1-next.3",
27
- "@copilotkitnext/shared": "1.54.1-next.3"
26
+ "@copilotkitnext/core": "1.54.1-next.5",
27
+ "@copilotkitnext/shared": "1.54.1-next.5"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@angular/cdk": "^19.0.0",
@@ -68,8 +68,8 @@
68
68
  "vitest": "^3.2.4",
69
69
  "zod": "^3.22.4",
70
70
  "zone.js": "^0.14.0",
71
- "@copilotkitnext/eslint-config": "1.54.1-next.3",
72
- "@copilotkitnext/typescript-config": "1.54.1-next.3"
71
+ "@copilotkitnext/eslint-config": "1.54.1-next.5",
72
+ "@copilotkitnext/typescript-config": "1.54.1-next.5"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public"