mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-16 21:05:20 +02:00
refactor(chat): remove unused agent action handlers from NewChatPage component to streamline code and improve maintainability
This commit is contained in:
parent
872065f90d
commit
1d6d7e3eb1
1 changed files with 0 additions and 7 deletions
|
|
@ -1512,8 +1512,6 @@ export default function NewChatPage() {
|
|||
tokenUsageStore,
|
||||
pendingUserImageUrls,
|
||||
setPendingUserImageUrls,
|
||||
upsertAgentAction,
|
||||
updateAgentActionReversible,
|
||||
handleStreamTerminalError,
|
||||
handleChatFailure,
|
||||
persistAssistantTurn,
|
||||
|
|
@ -1894,8 +1892,6 @@ export default function NewChatPage() {
|
|||
messages,
|
||||
searchSpaceId,
|
||||
tokenUsageStore,
|
||||
upsertAgentAction,
|
||||
updateAgentActionReversible,
|
||||
handleStreamTerminalError,
|
||||
persistAssistantTurn,
|
||||
]
|
||||
|
|
@ -2433,9 +2429,6 @@ export default function NewChatPage() {
|
|||
messageDocumentsMap,
|
||||
setMessageDocumentsMap,
|
||||
tokenUsageStore,
|
||||
upsertAgentAction,
|
||||
updateAgentActionReversible,
|
||||
markAgentActionReverted,
|
||||
handleStreamTerminalError,
|
||||
persistAssistantTurn,
|
||||
persistUserTurn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue