mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 21:03:19 +00:00
3 lines
130 B
TypeScript
3 lines
130 B
TypeScript
import type { ThinkingLevel } from "@mariozechner/pi-agent-core";
|
|
|
|
export const DEFAULT_THINKING_LEVEL: ThinkingLevel = "medium";
|