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