fix: playground edit message
This commit is contained in:
@@ -8,6 +8,8 @@ interface CompareContextProps {
|
||||
systemMessage?: string;
|
||||
globalParams: Record<string, any>;
|
||||
loadingStatus: Record<symbol, boolean>;
|
||||
modelFullList: (Global.BaseOption<string> & { type?: string })[];
|
||||
handleApplySystemChangeToAll: (val: string) => void;
|
||||
handleDeleteModel: (instanceId: symbol) => void;
|
||||
setSystemMessage?: (message: string) => void;
|
||||
setGlobalParams: (value: Record<string, any>) => void;
|
||||
|
||||
Reference in New Issue
Block a user