feat: add deterministic message interaction stages
This commit is contained in:
@@ -207,6 +207,11 @@ export type StartupAction = {
|
||||
export type StartupConfig = {
|
||||
executionMode: "sequential";
|
||||
actions: StartupAction[];
|
||||
openingMessage: {
|
||||
title: string;
|
||||
message: string;
|
||||
confirmLabel: string;
|
||||
} | null;
|
||||
};
|
||||
|
||||
/** 后端 AssistantOut(宽表 STI:瘦字段平铺,workflow 用 graph)。apiKey 读时打码 */
|
||||
|
||||
Reference in New Issue
Block a user