mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
[improvement][chat]Introduce new chat workflow state.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package com.tencent.supersonic.headless.api.pojo.enums;
|
||||
|
||||
public enum ChatWorkflowState {
|
||||
MAPPING, PARSING, CORRECTING, TRANSLATING, PROCESSING, FINISHED
|
||||
MAPPING,
|
||||
PARSING,
|
||||
S2SQL_CORRECTING,
|
||||
TRANSLATING,
|
||||
VALIDATING,
|
||||
SQL_CORRECTING,
|
||||
PROCESSING,
|
||||
FINISHED
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user