type DebugOption = boolean | DebugConfig;type DebugOption = boolean | DebugConfig;Defined in: packages/typescript/ai/src/logger/types.ts:78
The shape accepted by the debug option on every @tanstack/ai activity. Pass true to enable all categories with the default console logger; false to silence everything including errors; an object for granular control.