epic-13: add cli and tui entry point, finish epic.
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ package com.correx.core.inference
|
||||
* timeout. Only a fired [InferenceTimeout] deadline triggers [CancellationReason.StageTimeout].
|
||||
*
|
||||
* ## Event contract
|
||||
* On cancellation, the provider MUST emit [InferenceTimeoutEvent] (for deadline
|
||||
* exceeded) or allow the harness to emit [InferenceFailedEvent] with
|
||||
* On cancellation, the provider MUST emit [com.correx.core.events.events.InferenceTimeoutEvent] (for deadline
|
||||
* exceeded) or allow the harness to emit [com.correx.core.events.events.InferenceFailedEvent] with
|
||||
* [CancellationReason] attached. The provider MUST NOT swallow the cancellation.
|
||||
*/
|
||||
interface InferenceCancellationToken {
|
||||
|
||||
Reference in New Issue
Block a user