Table of Contents

Method DefaultAggregator

Namespace
LMKit.Agents.Orchestration.Nodes
Assembly
LM-Kit.NET.dll

DefaultAggregator(IReadOnlyList<NodeResult>)

Default aggregator: newline-separated, success-only outputs.

public static string DefaultAggregator(IReadOnlyList<NodeResult> results)

Parameters

results IReadOnlyList<NodeResult>

Returns

string
Share