Implemented AnswerTab for AI Output

This commit is contained in:
Manas Hejmadi
2025-06-10 01:00:26 +05:30
parent 452020f720
commit 2c756df2c4
5 changed files with 47 additions and 10 deletions

View File

@@ -159,6 +159,7 @@ enum ResponseBodyView {
preview("Preview", Icons.visibility_rounded),
code("Preview", Icons.code_rounded),
raw("Raw", Icons.text_snippet_rounded),
answer("Answer", Icons.abc),
sse("SSE", Icons.stream),
none("Preview", Icons.warning);