Table of Contents

Property Output

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

Output

Output piped to the next node in a sequential composition, or aggregated by a parallel/router node. null when the node failed.

public string Output { get; }

Property Value

string
Share