diff --git a/ui/use-exec-controller.ts b/ui/use-exec-controller.ts index cb39d8f..c8f43ee 100644 --- a/ui/use-exec-controller.ts +++ b/ui/use-exec-controller.ts @@ -161,7 +161,7 @@ export const useExecController = () => { const execute = React.useCallback( async ( onResult: (result: StepExecutionResult) => void, - interval?: number + interval: number ) => { setWorkerState("processing"); // Set up a streaming-response cycle with the worker