co-mono/packages/coding-agent/src/core/defaults.ts

3 lines
130 B
TypeScript

import type { ThinkingLevel } from "@mariozechner/pi-agent-core";
export const DEFAULT_THINKING_LEVEL: ThinkingLevel = "medium";