| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { generateShortId } from '@sim/utils/id' |
| 3 | import type { GoogleDocsCreateResponse, GoogleDocsToolParams } from '@/tools/google_docs/types' |
| 4 | import type { ToolConfig } from '@/tools/types' |
nothing calls this directly
no test coverage detected