GitDiffRequestNotify
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
| Parameter | Type | Description |
|---|---|---|
path? | string | Optional path where to get git diff |
toolUseId? | string | Optional custom toolUseId, will be generated if not provided |
Returns
void