(promptStarterInput)
| 852 | } |
| 853 | |
| 854 | const handlePromptClick = async (promptStarterInput) => { |
| 855 | setUserInput(promptStarterInput) |
| 856 | handleSubmit(undefined, promptStarterInput) |
| 857 | } |
| 858 | |
| 859 | const handleFollowUpPromptClick = async (promptStarterInput) => { |
| 860 | setUserInput(promptStarterInput) |
no test coverage detected