Skip to main content

GitLogsRequestNotify

@codebolt/codeboltjs


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

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

Returns

void