hover show errorMsg when plugin run error

This commit is contained in:
lloydzhou
2024-10-01 13:58:50 +08:00
parent 9c577ad9d5
commit 919ee51dca
4 changed files with 12 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ export type ChatMessageTool = {
};
content?: string;
isError?: boolean;
errorMsg?: string;
};
export type ChatMessage = RequestMessage & {