We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0623e commit 01b020bCopy full SHA for 01b020b
src/tools/monitors/tool.ts
@@ -4,7 +4,7 @@ import { createToolSchema } from '../../utils/tool'
4
import { GetMonitorsZodSchema } from './schema'
5
import { datadogConfig } from '../../utils/datadog'
6
import { unreachable } from '../../utils/helper'
7
-import { UnparsedObject } from '@datadog/datadog-api-client/dist/packages/datadog-api-client-common/util'
+import { UnparsedObject } from '@datadog/datadog-api-client/dist/packages/datadog-api-client-common/util.js'
8
9
type MonitorsToolName = 'get_monitors'
10
type MonitorsTool = ExtendedTool<MonitorsToolName>
0 commit comments