This commit is contained in:
parent
75a1cd998e
commit
70c39ea7e2
|
|
@ -27,7 +27,7 @@ def message_bubble(message: str, color: ColorType) -> reflex.Component:
|
|||
|
||||
def turn(turn: Turn) -> reflex.Component:
|
||||
"""
|
||||
会话话组件中一次对话组件
|
||||
对话组件
|
||||
:param turn: 对话
|
||||
:return: Component
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue