feat: 会话详情

This commit is contained in:
rd
2025-08-27 18:07:36 +08:00
parent 0406dea56f
commit 892704c592
4 changed files with 36 additions and 15 deletions

View File

@ -4,10 +4,10 @@ import type { BubbleListProps } from '@/components/xt-chat/xt-bubble/types';
// 定义角色常量
export const LOADING_ROLE = 'loading'; // 加载中
export const INTELLECTUAL_THINKING_ROLE = 'intellectual_thinking'; // 智能思考标题
export const QUESTION_ROLE = 'question';
export const ANSWER_ROLE = 'text';
export const FILE_ROLE = 'file';
export const THOUGHT_ROLE = 'thought';
export const QUESTION_ROLE = 'question'; // 问题
export const ANSWER_ROLE = 'answer'; // 回答
export const REMOTE_USER_ROLE = 'user'; // 接口返回用户
export const REMOTE_ASSISTANT_ROLE = 'assistant'; // 接口返回智能体
export const ROLE_STYLE = {
width: '600px',