This commit is contained in:
liubiren 2026-06-10 21:05:48 +08:00
parent 75a1cd998e
commit 70c39ea7e2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def message_bubble(message: str, color: ColorType) -> reflex.Component:
def turn(turn: Turn) -> reflex.Component:
"""
会话话组件中一次对话组件
对话组件
:param turn: 对话
:return: Component
"""