UNPKG

eve

Version:

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

6 lines (5 loc) 261 B
import type { ContextKey } from "#context/key.js"; import { type LiveDynamicModelSelection } from "#context/keys.js"; export declare function getEffectiveModelSelection(ctx: { get<T>(key: ContextKey<T>): T | undefined; }): LiveDynamicModelSelection | null;