1
This commit is contained in:
@@ -8,6 +8,17 @@ export function executeInstruction(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function executeInstructionWithForce(data) {
|
||||
return request({
|
||||
url: '/jarvis/instruction/execute',
|
||||
method: 'post',
|
||||
data: {
|
||||
...data,
|
||||
forceGenerate: true
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export function getHistory(type, limit) {
|
||||
return request({
|
||||
url: '/jarvis/instruction/history',
|
||||
|
||||
Reference in New Issue
Block a user