4114d85
1
2
3
4
5
6
7
8
import client from './client' const sendMessageAndGetPrediction = (id, input) => client.post(`/internal-prediction/${id}`, input) export default { sendMessageAndGetPrediction }