ToolParameterAttribute Class
Attribute to provide metadata for tool method parameters.
Inheritance
System.Object
ToolParameterAttribute
Namespace: Syncfusion.AI.AgentTools.Core
Assembly: Syncfusion.DocumentSDK.AI.AgentTools.dll
Syntax
public class ToolParameterAttribute : Attribute
Constructors
ToolParameterAttribute()
Declaration
public ToolParameterAttribute()
Properties
Description
Gets or sets the description of the parameter.
Declaration
public string Description { get; set; }
Property Value
| Type |
|---|
| System.String |