export const EVENT_WAIT_TOOL_IDS: ReadonlySet = new Set([ 'slack_message_with_hitl', 'slack_send_message_with_hitl', 'test_wait_for_event', ]); export function isIntegrationEventWaitToolId(toolId: string): boolean { return EVENT_WAIT_TOOL_IDS.has(toolId.trim()); }