ToolDiscoveryEvent Type
Mutating events for tool-discovery persistence. Only usage statistics are durable; the in-process tool registry (populated via Register) is runtime configuration and is not persisted.
Union cases
| Union case |
Description
|
Full Usage:
Invocation(toolName, success, latencyMs, cost)
Parameters:
string
success : bool
latencyMs : int64
cost : float
|
|
Nao