Feat: An image carousel is displayed at the bottom of the agent's chat messages. #12076 (#12215)

### What problem does this PR solve?

Feat: An image carousel is displayed at the bottom of the agent's chat
messages. #12076

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-12-25 19:02:49 +08:00
committed by GitHub
parent cfd1250615
commit c7b5bfb809
7 changed files with 1665 additions and 440 deletions

View File

@ -223,5 +223,6 @@ module.exports = {
require('tailwindcss-animate'),
require('@tailwindcss/line-clamp'),
require('tailwind-scrollbar'),
require('@tailwindcss/container-queries'),
],
};