import type * as ElevenLabs from "../index"; export interface WorkflowToolLocator { toolId: string; /** Per-node parameter overrides applied on top of the tool's own configuration. Keys are dotted parameter paths (webhook tools prefix keys with path_params./query_params./request_body.). These take precedence over any overrides already defined on the tool itself. */ schemaOverrides?: Record; }