StateFunctions: {
    appendMessage: ((message) => void);
    appendText: ((text) => void);
    setThinking: ((thinking) => void);
    setTyping: ((typing) => void);
}

Type declaration

Generated using TypeDoc