IAgentStageResult
NexusLabs.Needlr.AgentFramework¶
NexusLabs.Needlr.AgentFramework.Diagnostics¶
IAgentStageResult Interface¶
Result of a single agent stage within a pipeline, combining the response text with the captured diagnostics for that stage.
Properties¶
IAgentStageResult.AgentName Property¶
Gets the agent's executor ID (agent name or unique identifier).
Property Value¶
IAgentStageResult.Diagnostics Property¶
Gets the diagnostics captured during this agent's execution, or null if diagnostics were not enabled.
Property Value¶
IAgentStageResult.ResponseText Property¶
Gets the agent's response text.