260720
This commit is contained in:
17
pages/activity-outline/service.js
Normal file
17
pages/activity-outline/service.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import {
|
||||
API_BASE_URL,
|
||||
apiRequest,
|
||||
buildWebSocketUrl,
|
||||
getCurrentUser
|
||||
} from '../assistant/chat-service'
|
||||
|
||||
export { buildWebSocketUrl, getCurrentUser }
|
||||
|
||||
export function activityOutlineGen(data) {
|
||||
return apiRequest({
|
||||
url: `${API_BASE_URL}/ai/activityOutlineGen`,
|
||||
method: 'POST',
|
||||
data,
|
||||
withTenant: true
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user