Skip to main content

CommandExecutionRequestNotify

@codebolt/codeboltjs


Function: CommandExecutionRequestNotify()

function CommandExecutionRequestNotify(
command: string,
returnEmptyStringOnSuccess?: boolean,
executeInMain?: boolean,
toolUseId?: string): void;

Defined in: packages/codeboltjs/src/notificationfunctions/terminal.ts:32

Sends a command execution request notification

Parameters

ParameterTypeDescription
commandstringThe command to execute
returnEmptyStringOnSuccess?booleanOptional flag to return empty string on success
executeInMain?booleanOptional flag to execute in main terminal
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void