mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 06:30:43 +00:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import type { BlockReplyChunking } from "./pi-embedded-block-chunker.js";
|
|
|
|
export type ToolResultFormat = "markdown" | "plain";
|
|
|
|
export type { BlockReplyChunking };
|