Skip to main content

GitInitRequestNotify

@codebolt/codeboltjs


Function: GitInitRequestNotify()

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

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

Sends a git init request notification

Parameters

ParameterTypeDescription
path?stringOptional path where to initialize the git repository
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void