1. chatmode应该是针对conversation的,不应该conversation里的每个消息都塞一个chatmode https://github.com/opentiny/tiny-engine/pull/1804#discussion_r3330204124 2. RobotChat应该是一个不带业务属性的通用组件,业务逻辑写到 composable 里面 https://github.com/opentiny/tiny-engine/pull/1804#discussion_r3330204258 3. 图片上传功能好像有点问题,要看下 <img width="840" height="1276" alt="image" src="https://github.com/user-attachments/assets/97312fd2-5f9e-484c-8a5a-b9162a51e0fe" /> _Originally posted by @hexqi in https://github.com/opentiny/tiny-engine/pull/1804#discussion_r3330204390_ 4. 函数调用似乎不应该有这些void https://github.com/opentiny/tiny-engine/pull/1804#discussion_r3330204608
chatmode应该是针对conversation的,不应该conversation里的每个消息都塞一个chatmode
feat:Migration of tiny robot version to 0.4.0 #1804 (comment)
RobotChat应该是一个不带业务属性的通用组件,业务逻辑写到 composable 里面
feat:Migration of tiny robot version to 0.4.0 #1804 (comment)
图片上传功能好像有点问题,要看下
Originally posted by @hexqi in #1804 (comment)
feat:Migration of tiny robot version to 0.4.0 #1804 (comment)