Compare commits
1 Commits
master
...
18c67c8a3a
| Author | SHA1 | Date | |
|---|---|---|---|
| 18c67c8a3a |
@@ -2473,6 +2473,11 @@ export const ChatInput: React.FC<ChatInputProps> = ({ onOpenSettings, scrollToBo
|
||||
wasAborted={working.wasAborted}
|
||||
abortActive={working.abortActive}
|
||||
retryInfo={working.retryInfo}
|
||||
loopInfo={loopState ? { current: loopState.current, total: loopState.total, prompt: loopState.prompt } : null}
|
||||
onStopLoop={() => {
|
||||
setLoopState(null);
|
||||
abortCurrentOperation();
|
||||
}}
|
||||
showAbortStatus={showAbortStatus}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user