Table of Contents

Method Succeeded

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

Succeeded(string, IReadOnlyList<AgentExecutionResult>, TimeSpan, int, IReadOnlyDictionary<string, object>)

Creates a successful orchestration result.

public static OrchestrationResult Succeeded(string content, IReadOnlyList<AgentExecutionResult> agentResults, TimeSpan duration, int totalInferenceCount = 0, IReadOnlyDictionary<string, object> metadata = null)

Parameters

content string
agentResults IReadOnlyList<AgentExecutionResult>
duration TimeSpan
totalInferenceCount int
metadata IReadOnlyDictionary<string, object>

Returns

OrchestrationResult