toolRegistry

open override val toolRegistry: ToolRegistry(source)

Represents the central repository or registry for managing tools within the system.

This variable provides access to a tool registry that can be used to store, retrieve, and manage different tools registered in the application.

It is expected to be immutable and thread-safe, ensuring consistent behavior across the application.