FunctionChat({
messages,
disabled,
loading,
promptValue,
setPromptValue,
setMessages,
handleChat,
topic,
}
components/Chat.tsx:7
FunctionFinalInputArea({
promptValue,
setPromptValue,
disabled,
messages,
setMessages,
handleChat,
})
components/FinalInputArea.tsx:16
FunctionInitialInputArea({
promptValue,
setPromptValue,
disabled,
handleInitialChat,
ageGroup,
setAgeGroup,
})
components/InitialInputArea.tsx:15