Package-level declarations

Functions

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Method.asTool(thisRef: Any? = null, name: String? = null, description: String? = null): ToolFromCallable<*>

Converts a Java Method into a ToolFromCallable.

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

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