mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 14:18:39 +00:00
fix: add per-channel markdown table conversion (#1495) (thanks @odysseus0)
This commit is contained in:
@@ -31,6 +31,13 @@ export type BlockStreamingChunkConfig = {
|
||||
breakPreference?: "paragraph" | "newline" | "sentence";
|
||||
};
|
||||
|
||||
export type MarkdownTableMode = "off" | "bullets" | "code";
|
||||
|
||||
export type MarkdownConfig = {
|
||||
/** Table rendering mode (off|bullets|code). */
|
||||
tables?: MarkdownTableMode;
|
||||
};
|
||||
|
||||
export type HumanDelayConfig = {
|
||||
/** Delay style for block replies (off|natural|custom). */
|
||||
mode?: "off" | "natural" | "custom";
|
||||
|
||||
Reference in New Issue
Block a user