IntelligenceX

API Reference

Class

ToolNameRoutingSemantics

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers static

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: String

Infers the routing entity from tool name shape and category when no explicit contract exists.

Parameters

toolName System.String requiredposition: 0
category System.String requiredposition: 1
public static String InferOperation(String toolName, Boolean isWriteCapable) #
Returns: String

Infers the routing operation from tool name shape when no explicit contract exists.

Parameters

toolName System.String requiredposition: 0
isWriteCapable System.Boolean requiredposition: 1