Constructor BuiltInToolDescriptor
BuiltInToolDescriptor(string, string, string, ToolRiskLevel, ToolSideEffect, ToolApprovalMode, bool)
Initializes a new instance of the BuiltInToolDescriptor class.
public BuiltInToolDescriptor(string name, string description, string category, ToolRiskLevel riskLevel, ToolSideEffect sideEffect, ToolApprovalMode defaultApproval, bool isReadOnly)
Parameters
namestringUnique tool name.
descriptionstringShort description of the tool.
categorystringTool category.
riskLevelToolRiskLevelRisk level of the tool.
sideEffectToolSideEffectSide effect produced by the tool.
defaultApprovalToolApprovalModeDefault approval mode.
isReadOnlyboolWhether the tool is read-only.