| 1 | import { createLogger } from '@sim/logger' |
| 2 | import type { SharepointAddListItemResponse, SharepointToolParams } from '@/tools/sharepoint/types' |
| 3 | import { optionalTrim } from '@/tools/sharepoint/utils' |
| 4 | import type { ToolConfig } from '@/tools/types' |
nothing calls this directly
no test coverage detected