mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
import type { ThinkingLevel } from "@mariozechner/pi-agent-core";
|
|
|
|
export const DEFAULT_THINKING_LEVEL: ThinkingLevel = "medium";
|