refactor(src): 修改消息类型定义
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
declare global {
|
||||
namespace MESSAGE {
|
||||
type RUN_TASK_STATUS = 'RunStarted' | 'RunResponseContent' | 'RunCompleted';
|
||||
type TEAM_RUN_TASK_STATUS = 'TeamRunStarted' | 'TeamRunResponseContent' | 'TeamRunCompleted';
|
||||
type RUN_TASK_STATUS = 'L2Started' | 'L2RunContent' | 'L2Completed';
|
||||
type TEAM_RUN_TASK_STATUS = 'TaskRunStarted' | 'TeamRunResponseContent' | 'TaskRunCompleted';
|
||||
|
||||
interface Answer {
|
||||
message?: string;
|
||||
|
||||
Reference in New Issue
Block a user