UNPKG

eve

Version:

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

4 lines (3 loc) 245 B
import type { AssistantStepFinishReason } from "#protocol/message.js"; /** Maps an AI SDK finish reason to the eve-owned union. */ export declare function normalizeAssistantStepFinishReason(value: string | undefined): AssistantStepFinishReason;