import type { ThinkingLevel } from "../runtime/index.js";

export const DEFAULT_THINKING_LEVEL: ThinkingLevel = "medium";
