Feat: Hide log button (#13085)

### What problem does this PR solve?

Feat: Hide log button
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2026-02-10 14:05:17 +08:00
committed by GitHub
parent 4186821de8
commit 126ec85ef6
2 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,7 @@ export function SessionChat({ session }: SessionChatProps) {
index={i}
showLikeButton={false}
sendLoading={sendLoading}
showLog={false}
/>
))}
</div>

View File

@ -142,6 +142,7 @@ function BeginForm({ node }: INextOperatorForm) {
<Textarea
rows={5}
{...field}
className="overflow-auto"
placeholder={t('common.pleaseInput')}
></Textarea>
</FormControl>