UNPKG

eve

Version:

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

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