Trailblaze Koog Tool
open class TrailblazeKoogTool<T : TrailblazeTool>(kClass: KClass<T>, executeTool: suspend (args: T) -> String)
Bridge between our TrailblazeTool definitions and Koog's tool system. This allows us to define our tools using the TrailblazeTool interface.