UNPKG

eve

Version:

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

4 lines (3 loc) • 297 B
import type { ChatSdkChannelEvents } from "#public/channels/chat-sdk/chatSdkChannel.js"; /** Built-in connection authorization handlers for Chat SDK threads. */ export declare function defaultAuthorizationEvents(): Pick<ChatSdkChannelEvents, "authorization.completed" | "authorization.required">;