Update ChatResponseReasoning.tsx

This commit is contained in:
Nate Kelley 2025-03-07 22:01:09 -07:00
parent 1d748c7b03
commit a67e9e1048
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ import { queryKeys } from '@/api/query_keys';
const animations = {
initial: { opacity: 0 },
animate: { opacity: 1 },
exit: { opacity: 0 }
exit: { opacity: 0 },
transition: { delay: 0.125 }
};
export const ChatResponseReasoning: React.FC<{