Skip to main content

GitDiffRequestNotify

@codebolt/codeboltjs


Function: GitDiffRequestNotify()

function GitDiffRequestNotify(path?: string, toolUseId?: string): void;

Defined in: packages/codeboltjs/src/notificationfunctions/git.ts:513

Sends a git diff request notification

Parameters

ParameterTypeDescription
path?stringOptional path where to get git diff
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void