import type * as ElevenLabs from "../index"; export interface AgentWorkflowRequestModel { edges?: Record; nodes?: Record; /** Whether to prevent loops in the workflow execution. */ preventSubagentLoops?: boolean; }