mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +00:00
(improvement)(chat-sdk) add agentId to execute api and add PLAIN_TEXT query mode (#1223)
This commit is contained in:
@@ -96,7 +96,7 @@ const SqlItem: React.FC<Props> = ({
|
||||
setSqlType(sqlType === 's2SQL' ? '' : 's2SQL');
|
||||
}}
|
||||
>
|
||||
{queryMode === 'LLM_S2SQL' ? 'LLM' : 'Rule'}解析S2SQL
|
||||
{queryMode === 'LLM_S2SQL' || queryMode === 'PLAIN_TEXT' ? 'LLM' : 'Rule'}解析S2SQL
|
||||
</div>
|
||||
)}
|
||||
{sqlInfo.correctS2SQL && (
|
||||
|
||||
Reference in New Issue
Block a user