SmartTool.ToolAttribute
Wisej.AI.SmartTool ToolAttribute
Namespace: Wisej.AI
Assembly: Wisej.AI (3.5.0.0)
Attribute to categorize methods as part of the SmartTool API.
public class ToolAttribute : 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
Properties
Name

String: Gets the name of the tool function when it should be different from the method name.
Last updated