GitLogsRequestNotify
Function: GitLogsRequestNotify()
function GitLogsRequestNotify(path?: string, toolUseId?: string): void;
Defined in: packages/codeboltjs/src/notificationfunctions/git.ts:463
Sends a git logs request notification
Parameters
| Parameter | Type | Description |
|---|---|---|
path? | string | Optional path where to get git logs |
toolUseId? | string | Optional custom toolUseId, will be generated if not provided |
Returns
void