mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Add support for interrupting messages after they've been sent.
This commit is contained in:
@@ -312,6 +312,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
|
||||
setUploadedFiles={props.setUploadedFiles}
|
||||
agentColor={agents.find((agent) => agent.slug === selectedAgent)?.color}
|
||||
ref={chatInputRef}
|
||||
setTriggeredAbort={() => {}}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
@@ -394,6 +395,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
|
||||
setUploadedFiles={props.setUploadedFiles}
|
||||
agentColor={agents.find((agent) => agent.slug === selectedAgent)?.color}
|
||||
ref={chatInputRef}
|
||||
setTriggeredAbort={() => {}}
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user