Skip to main content

AgentInitNotify

@codebolt/codeboltjs


Function: AgentInitNotify()

function AgentInitNotify(onStopClicked?: boolean, toolUseId?: string): void;

Defined in: packages/codeboltjs/src/notificationfunctions/system.ts:31

Sends an agent init notification

Parameters

ParameterTypeDescription
onStopClicked?booleanOptional flag indicating if stop was clicked
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void