Feat: Interrupt streaming #6515 (#6723)

### What problem does this PR solve?

Feat: Interrupt streaming #6515
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-04-01 17:26:54 +08:00
committed by GitHub
parent ead5f7aba9
commit 132eae9d5b
11 changed files with 86 additions and 18 deletions

View File

@ -137,6 +137,12 @@
.input();
}
.searchInput {
:global(.ant-input-search-button) {
display: none;
}
}
.appIcon {
display: inline-block;
vertical-align: middle;