flowise / packages /ui /src /api /prediction.js
rohan13's picture
Flowise Changes
4114d85
raw
history blame contribute delete
183 Bytes
import client from './client'
const sendMessageAndGetPrediction = (id, input) => client.post(`/internal-prediction/${id}`, input)
export default {
sendMessageAndGetPrediction
}