UNPKG

@reliverse/rse

Version:

@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power

8 lines (7 loc) 318 B
import type { LanguageModel } from "ai"; export declare const AGENT_NAMES: readonly ["relinter"]; export declare const MODEL: LanguageModel; export declare const MODEL_NAME: string; export declare const MAX_TOKENS = 1000; export declare const CIRCULAR_TRIGGERS: string[]; export declare const EXIT_KEYWORDS: string[];