UNPKG

eve

Version:

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

5 lines (4 loc) • 269 B
import type { UserContent } from "ai"; import type { Message } from "#compiled/chat/index.js"; /** Returns model-visible Linq content, or `undefined` for blank messages. */ export declare function linqInboundContent(message: Message): string | UserContent | undefined;