Spaces:
Running
Running
Update flare-ui/src/app/components/chat/realtime-chat.component.html
Browse files
flare-ui/src/app/components/chat/realtime-chat.component.html
CHANGED
@@ -76,7 +76,7 @@
|
|
76 |
{{ isConversationActive ? 'Konuşmayı Bitir' : 'Konuşmaya Başla' }}
|
77 |
}
|
78 |
</button>
|
79 |
-
|
80 |
<button mat-button
|
81 |
(click)="clearChat()"
|
82 |
[disabled]="messages.length === 0">
|
@@ -84,11 +84,14 @@
|
|
84 |
Temizle
|
85 |
</button>
|
86 |
|
|
|
87 |
<button mat-button
|
88 |
(click)="performBargeIn()"
|
89 |
[disabled]="!isConversationActive || currentState === 'idle' || currentState === 'listening'">
|
90 |
<mat-icon>pan_tool</mat-icon>
|
91 |
Kesme (Barge-in)
|
92 |
</button>
|
|
|
93 |
</mat-card-actions>
|
|
|
94 |
</mat-card>
|
|
|
76 |
{{ isConversationActive ? 'Konuşmayı Bitir' : 'Konuşmaya Başla' }}
|
77 |
}
|
78 |
</button>
|
79 |
+
|
80 |
<button mat-button
|
81 |
(click)="clearChat()"
|
82 |
[disabled]="messages.length === 0">
|
|
|
84 |
Temizle
|
85 |
</button>
|
86 |
|
87 |
+
<!-- Barge-in butonu şimdilik gizlendi
|
88 |
<button mat-button
|
89 |
(click)="performBargeIn()"
|
90 |
[disabled]="!isConversationActive || currentState === 'idle' || currentState === 'listening'">
|
91 |
<mat-icon>pan_tool</mat-icon>
|
92 |
Kesme (Barge-in)
|
93 |
</button>
|
94 |
+
-->
|
95 |
</mat-card-actions>
|
96 |
+
|
97 |
</mat-card>
|