MCPcopy Index your code
hub / github.com/simstudioai/sim / normalizeExcelValuesForToolParams

Function normalizeExcelValuesForToolParams

apps/sim/tools/onedrive/utils.ts:44–49  ·  view source on GitHub ↗
(
  values: unknown
)

Source from the content-addressed store, hash-verified

42 * Convenience helper for contexts that expect the narrower ToolParams typing.
43 */
44export function normalizeExcelValuesForToolParams(
45 values: unknown
46): OneDriveToolParams['values'] | undefined {
47 const normalized = normalizeExcelValues(values)
48 return normalized as OneDriveToolParams['values'] | undefined
49}

Callers 1

onedrive.tsFile · 0.90

Calls 1

normalizeExcelValuesFunction · 0.85

Tested by

no test coverage detected