chore(#1): apply Prettier formatting to all source and test files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { TaskCompletionEvent } from './events.js';
|
||||
import { PredictionQuery, PredictionResponse } from './predictions.js';
|
||||
import { TaskCompletionEvent } from "./events.js";
|
||||
import { PredictionQuery, PredictionResponse } from "./predictions.js";
|
||||
|
||||
export interface BatchEventRequest {
|
||||
events: TaskCompletionEvent[];
|
||||
@@ -7,7 +7,7 @@ export interface BatchEventRequest {
|
||||
|
||||
export interface BatchEventResult {
|
||||
event_id: string;
|
||||
status: 'accepted' | 'rejected';
|
||||
status: "accepted" | "rejected";
|
||||
error?: string | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user