asTools

fun <T : Any> ERROR CLASS: Symbol not found for Class<out T>.asTools(thisRef: T? = null): List<ToolFromCallable<*>>(source)

Converts all functions of this class marked with Tool annotation to a list of tools.

Parameters

thisRef

an instance of this class to be used as the 'this' object for the callable in the case of instance methods.

See also