Class ToolReference
public sealed class ToolReference
- Inheritance
-
objectToolReference
Properties
Name
Optional. The name of the tool.
public string Name { get; set; }
Property Value
- string
ServerLabel
Optional. (Only for MCP tools) The label of the MCP server to use.
public string ServerLabel { get; set; }
Property Value
- string
Type
Required. The type of tool.
public string Type { get; set; }
Property Value
- string