Files
openclaw/src/agents/pi-embedded-subscribe.shared-types.ts
2026-05-04 01:35:27 +01:00

7 lines
221 B
TypeScript

import type { BlockReplyChunking } from "./pi-embedded-block-chunker.js";
export type ToolResultFormat = "markdown" | "plain";
export type ToolProgressDetailMode = "explain" | "raw";
export type { BlockReplyChunking };