ToolStats

constructor(name: String, calls: Int, averageResponseTime: Long = 0, failures: Int = 0)

Parameters

name

The name of the tool.

calls

The number of times the tool has been called.

averageResponseTime

The average response time of the tool in milliseconds.

failures

The number of times the tool has failed.