AgentInitNotify
Function: AgentInitNotify()
function AgentInitNotify(onStopClicked?: boolean, toolUseId?: string): void;
Defined in: packages/codeboltjs/src/notificationfunctions/system.ts:31
Sends an agent init notification
Parameters
| Parameter | Type | Description |
|---|---|---|
onStopClicked? | boolean | Optional flag indicating if stop was clicked |
toolUseId? | string | Optional custom toolUseId, will be generated if not provided |
Returns
void