Method AddResult
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
AddResult(AgentExecutionResult, string)
Records an agent execution result.
public void AddResult(AgentExecutionResult result, string agentName = null)
Parameters
resultAgentExecutionResultThe result to record.
agentNamestringOptional agent name for tracing.