mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-19 08:50:57 +00:00
(feature)(webapp) use nativeQuery field to determine whether it is a selection (#222)
This commit is contained in:
@@ -14,6 +14,7 @@ import { AgentType } from '../Chat/type';
|
||||
import { setToken } from '../utils/utils';
|
||||
import { SendMsgParamsType } from '../common/type';
|
||||
import styles from './style.module.less';
|
||||
import { copilotTitle } from '../common/env';
|
||||
|
||||
type Props = {
|
||||
token?: string;
|
||||
@@ -123,7 +124,7 @@ const Copilot: ForwardRefRenderFunction<any, Props> = (
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
<div className={styles.title}>内容库问答</div>
|
||||
<div className={styles.title}>{copilotTitle}</div>
|
||||
</div>
|
||||
<div className={styles.chat}>
|
||||
<Chat
|
||||
|
||||
Reference in New Issue
Block a user