mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
(feature)(webapp) change agent tool enum value (#454)
This commit is contained in:
@@ -146,7 +146,7 @@ const ChatMsg: React.FC<Props> = ({ queryId, data, chartIndex, triggerResize })
|
||||
);
|
||||
};
|
||||
|
||||
const onLoadData = async (value: any, extraFilter?: any) => {
|
||||
const onLoadData = async (value: any) => {
|
||||
setLoading(true);
|
||||
const res: any = await queryData({
|
||||
...chatContext,
|
||||
|
||||
Reference in New Issue
Block a user