Header menu logo Nao

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

Invocation(toolName, success, latencyMs, cost)

Full Usage: Invocation(toolName, success, latencyMs, cost)

Parameters:
    toolName : string
    success : bool
    latencyMs : int64
    cost : float

toolName : string
success : bool
latencyMs : int64
cost : float

Type something to start searching.