| 22 | } |
| 23 | |
| 24 | interface ChatUIState { |
| 25 | scrollTop: number |
| 26 | inputContent: string |
| 27 | pendingAttachments: FileAttachment[] |
| 28 | search: SearchState |
| 29 | } |
| 30 | |
| 31 | interface ChatUIStore { |
| 32 | states: Map<string, ChatUIState> |
nothing calls this directly
no outgoing calls
no test coverage detected