Skip to main content

GitAddRequestNotify

@codebolt/codeboltjs


Function: GitAddRequestNotify()

function GitAddRequestNotify(
path?: string,
files?: string[],
toolUseId?: string): void;

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

Sends a git add request notification

Parameters

ParameterTypeDescription
path?stringOptional path where to perform git add
files?string[]Optional array of files to add
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void