remove typewriter effect

This commit is contained in:
puzhen 2026-02-27 02:22:02 +00:00
parent c2ffc41e24
commit 7caaf80535

View file

@ -371,8 +371,9 @@ export const UserQueryGroup: React.FC<UserQueryGroupProps> = ({
<AgentMessageCard
key={message.id}
typewriter={
task?.type !== 'replay' ||
(task?.type === 'replay' && task?.delayTime !== 0)
message.step !== AgentStep.AGENT_END &&
(task?.type !== 'replay' ||
(task?.type === 'replay' && task?.delayTime !== 0))
}
id={message.id}
content={message.content}