mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 18:54:48 +00:00
7 lines
221 B
TypeScript
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 };
|