Skip to content

Commit

Permalink
fix: update data reporting parameter (#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaojuan authored Sep 6, 2024
1 parent 66b0b56 commit cdd361c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export class InlineChatHandler extends Disposable {
type: AISerivceType.InlineChat,
source,
runByCodeAction: source === 'codeAction',
actionSource: ActionSourceEnum.InlineChat,
actionSource: source === 'codeAction' ? ActionSourceEnum.CodeAction : ActionSourceEnum.InlineChat,
actionType: action.name,
});
return relationId;
Expand Down

0 comments on commit cdd361c

Please sign in to comment.