Documentation - v1.0.0
    Preparing search index...
    • Parameters

      • graph: Graph
      • sources: `node_${string}`[]
      • targets: `node_${string}`[]
      • intervention: Record<NodeId, Property>
      • Optionaloptions: {
            confThreshold?: number;
            maxIterations?: number;
            maxTokens?: number;
            model?: string;
        }

      Returns Promise<InferenceResult[]>