LuoQianhong

Results 8 comments of LuoQianhong

> 请问什么时候merge到main分支:) 还有个上下文的问题在改,但是最近这几天没什么时间,得周末再看一下

> @sivdead The `dete` command looks show the UTC time. but i see the log date is also incorrectly..

i can make a pr for this issue, if the maintainer think this is nessessary :D

我想要在对话时展示函数调用的中间步骤,所以可能用户发送了一条消息,但是我会返回三条消息,感觉跟这个issue的场景有些相似

> 现在可以用 messageItemExtraRender 在 AI AIMessage 渲染一些自定义的 reactnode(这块是脱离编辑流的),可以先用这个支持一下,我们也在调研 Function Call 的最佳实践,你有什么好的建议么? messageItemExtraRender只能渲染在下面,所以展示上不太行;个人觉得可以在ChatMessage加个中间消息字段,然后在ChatItem提供一块区域来渲染这些消息,也提供一下自定义渲染方法就好。函数调用的过程我不觉得需要支持编辑,只要能够展示就可以了,但是得考虑同时调用多个(并行)和多次调用(顺序)的情况;

```typescript chatItemRenderConfig={{ render: ( props: ChatItemProps, domsMap: { avatar: ReactNode; title: ReactNode; messageContent: ReactNode; actions: ReactNode; itemDom: ReactNode; }, defaultDom: ReactNode, ) => { const message = props.originData as ChatMessage;...

我也遇到了, ![image](https://github.com/ant-design/pro-chat/assets/27731043/46da8c42-2881-4bf8-8db2-b8ac98951850) 我这边一直在报这个错,不确定是我代码的问题还是什么

I can make a pr to solve this if you do think this should be fixed.