Skip to content

Commit d1f84ec

Browse files
committed
chore(shared): remove 'code' Task type and update default model to glm-4.7-flash
1 parent bdb12ac commit d1f84ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export interface ChatMessage {
351351
}
352352

353353
export interface Task {
354-
type: 'code' | 'message' | 'business_message' | 'photo' | 'gen_photo' | 'voice' | 'tool_call';
354+
type: 'message' | 'business_message' | 'photo' | 'gen_photo' | 'voice' | 'tool_call';
355355
updateId?: number;
356356
updateType?: string;
357357
guestQueryId?: string;

0 commit comments

Comments
 (0)