Type alias StateFunctions
StateFunctions: {
appendMessage: ((message) => void);
appendText: ((text) => void);
setThinking: ((thinking) => void);
setTyping: ((typing) => void);
}
Type declaration
appendMessage: ((message) => void)
- (message): void
Returns void
appendText: ((text) => void)
setThinking: ((thinking) => void)
- (thinking): void
Returns void
setTyping: ((typing) => void)
- (typing): void
Returns void