@clinebot/core 0.0.26 → 0.0.28

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.
@@ -33,10 +33,10 @@ export declare const ChatSessionStatusSchema: z.ZodEnum<{
33
33
  export declare const ChatMessageRoleSchema: z.ZodEnum<{
34
34
  system: "system";
35
35
  status: "status";
36
- error: "error";
37
36
  user: "user";
38
37
  assistant: "assistant";
39
38
  tool: "tool";
39
+ error: "error";
40
40
  }>;
41
41
  export declare const ChatMessageSchema: z.ZodObject<{
42
42
  id: z.ZodString;
@@ -44,10 +44,10 @@ export declare const ChatMessageSchema: z.ZodObject<{
44
44
  role: z.ZodEnum<{
45
45
  system: "system";
46
46
  status: "status";
47
- error: "error";
48
47
  user: "user";
49
48
  assistant: "assistant";
50
49
  tool: "tool";
50
+ error: "error";
51
51
  }>;
52
52
  content: z.ZodString;
53
53
  createdAt: z.ZodNumber;
@@ -109,10 +109,10 @@ export declare const ChatViewStateSchema: z.ZodObject<{
109
109
  role: z.ZodEnum<{
110
110
  system: "system";
111
111
  status: "status";
112
- error: "error";
113
112
  user: "user";
114
113
  assistant: "assistant";
115
114
  tool: "tool";
115
+ error: "error";
116
116
  }>;
117
117
  content: z.ZodString;
118
118
  createdAt: z.ZodNumber;