UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

6 lines (5 loc) 281 B
import type { HandleMessageStreamEvent } from "#protocol/message.js"; /** * Extracts the most recent finalized structured result from a turn event list. */ export declare function extractCompletedResult<TOutput>(events: readonly HandleMessageStreamEvent[]): TOutput | undefined;