refactor(stage-ui): provide each individual reset state function for each store

This commit is contained in:
Neko Ayaka
2025-12-10 10:42:51 +08:00
parent d67f33cd32
commit ab5af0dd7e
18 changed files with 278 additions and 174 deletions
@@ -15,14 +15,14 @@ interface InputSource {
discord: Discord
}
export type ContextSource =
| 'text'
| 'stt'
| 'vision'
| 'llm'
| 'server-channel'
| 'plugin'
| 'system'
export type ContextSource
= | 'text'
| 'stt'
| 'vision'
| 'llm'
| 'server-channel'
| 'plugin'
| 'system'
export interface ContextMessage<Payload = unknown, Meta = Record<string, unknown>> {
/**