ToolAttribute
Namespace: Wisej.AI
Assembly: Wisej.AI
Attribute to categorize methods as part of the SmartTool API.
- C#
- VB.NET
public class ToolAttribute : Attribute
Public Class ToolAttribute
Inherits Attribute
Constructors
ToolAttribute()
Creates a new instance of the ToolAttribute class.
ToolAttribute(name)
Creates a new instance of the ToolAttribute class initialized with the specified tool name .
| Name | Type | Description |
|---|---|---|
| name | String |
Properties
Name
String: Gets the name of the tool function when it should be different from the method name.