docs: update doc standards & reformat infographic readme; feat: default image mode

This commit is contained in:
fujie
2026-01-06 22:57:17 +08:00
parent 57ebf24c75
commit 2684098be1
8 changed files with 83 additions and 106 deletions

View File

@@ -850,8 +850,8 @@ class Action:
description="用于生成的最近消息数量。设置为1仅使用最后一条消息更大值可包含更多上下文。",
)
OUTPUT_MODE: str = Field(
default="html",
description="输出模式:'html' 为交互式HTML(默认)'image' 将嵌入为Markdown图片。",
default="image",
description="输出模式:'html' 为交互式HTML'image' 将嵌入为Markdown图片(默认)",
)
def __init__(self):