Aborted

class Aborted(val steps: List<StepResult>) : AgentEvent(source)

Fired when generation is aborted via AbortSignal before it finishes. Carries the steps completed up to the abort.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(steps: List<StepResult>)

Properties

Link copied to clipboard