API Reference
Class
ToolCategoryRoutingSemantics
Shared category-level routing defaults used when tool contracts do not declare explicit scope/entity values.
Inheritance
- Object
- ToolCategoryRoutingSemantics
Methods
public static Boolean TryGetDefaultEntity(String category, out String entity) #Returns:
BooleanReturns the default entity for a known category when one exists.
Parameters
- category System.String
- entity System.String@
public static Boolean TryGetDefaultScope(String category, out String scope) #Returns:
BooleanReturns the default scope for a known category when one exists.
Parameters
- category System.String
- scope System.String@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object