API Reference
Class
ToolNameRoutingSemantics
Shared name-shape routing heuristics used when tools do not declare explicit operation/entity metadata.
Inheritance
- Object
- ToolNameRoutingSemantics
Methods
public static String InferEntity(String toolName, String category) #Returns:
StringInfers the routing entity from tool name shape and category when no explicit contract exists.
Parameters
- toolName System.String
- category System.String
public static String InferOperation(String toolName, Boolean isWriteCapable) #Returns:
StringInfers the routing operation from tool name shape when no explicit contract exists.
Parameters
- toolName System.String
- isWriteCapable System.Boolean
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object