mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-30 13:04:27 +08:00
Compare commits
3 Commits
e59e7af79f
...
bb77381c54
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb77381c54 | ||
|
|
90c4f66770 | ||
|
|
4cd293e490 |
@@ -440,7 +440,7 @@ const ChatItem: React.FC<Props> = ({
|
||||
|
||||
const { register, call } = useMethodRegister(() => message.error('该条消息暂不支持该操作'));
|
||||
|
||||
let actualQueryText=parseInfo?.properties.CONTEXT.queryText // lance修改 结果显示多轮对话转义的内容
|
||||
let actualQueryText=parseInfo?.properties?.CONTEXT?.queryText // 2025-05-27 增加判空,防止出现上下文没有 queryText 的情况
|
||||
actualQueryText=actualQueryText==null?msg:actualQueryText
|
||||
return (
|
||||
<ChartItemContext.Provider value={{ register, call }}>
|
||||
|
||||
Reference in New Issue
Block a user