import type { BlockReplyChunking } from "./embedded-agent-block-chunker.js";

export type ToolResultFormat = "markdown" | "plain";
export type ToolProgressDetailMode = "explain" | "raw";

export type { BlockReplyChunking };
