API Reference
Class
ToolAliasDefinition
Describes an alias exposed for a tool definition.
Inheritance
- Object
- ToolAliasDefinition
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ToolDefinition.Aliases
Accepted by parameters
- Constructor ToolDefinition.ToolDefinition
Constructors
public ToolAliasDefinition(String name, String description = null, IReadOnlyList<String> tags = null) #Initializes a new alias definition.
Parameters
- name System.String
- Alias tool name.
- description System.String = null
- Optional alias-specific description override.
- tags System.Collections.Generic.IReadOnlyList{System.String} = null
- Optional alias tags merged with canonical tool tags.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Description { get; } #Gets the alias-specific description override.