ToolBinding
classin packageklyn.llm
public class ToolBinding extends Object:
Internal immutable binding between one exposed tool name and its implementation.
Properties
| Modifier and Type |
Member |
Description |
| public readonly property |
handle |
Stored native handle of the implementation instance. |
| public readonly property |
methodName |
Target method name on the implementation. |
| public readonly property |
paramNames |
Ordered external parameter names. |
| public readonly property |
paramTypes |
Ordered declared parameter types. |
| public readonly property |
toolName |
External tool name exposed to providers. |
Constructors
| Modifier and Type |
Member |
Description |
| public |
ToolBinding |
Creates one internal binding entry. |