AgentFunctionDescriptionAnalyzer
NexusLabs.Needlr.AgentFramework.Analyzers¶
AgentFunctionDescriptionAnalyzer Class¶
Analyzer that detects [AgentFunction] methods and their parameters that are
missing [System.ComponentModel.Description] attributes.
Inheritance Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer 🡒 AgentFunctionDescriptionAnalyzer
Remarks¶
\<b>NDLRMAF012\</b> (Warning): An [AgentFunction] method has no [Description].
\<b>NDLRMAF013\</b> (Warning): A non-CancellationToken parameter of an [AgentFunction]
method has no [Description].