feat: 会话详情
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user