АРЧ ЮИ - остановка прогона через гуй
This commit is contained in:
@@ -270,6 +270,12 @@ export const apiClient = {
|
||||
return request(`/eval/run-async/${encodeURIComponent(jobId)}`);
|
||||
},
|
||||
|
||||
async cancelEvalRunAsync(jobId: string): Promise<AsyncEvalRunStatusResponse> {
|
||||
return request(`/eval/run-async/${encodeURIComponent(jobId)}/cancel`, {
|
||||
method: "POST"
|
||||
});
|
||||
},
|
||||
|
||||
async startRun(): Promise<{ ok: boolean; run: RuntimeRun; runId: string; sessionId: string; status: string }> {
|
||||
return request("/accounting-agent/v1/runs/start", {
|
||||
method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user