mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-26 15:00:20 +03:00
8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
import client from './client'
|
|
|
|
const sendMessageAndGetPrediction = (id, input) => client.post(`/internal-prediction/${id}`, input)
|
|
|
|
export default {
|
|
sendMessageAndGetPrediction
|
|
}
|