Companion

object Companion

Functions

Link copied to clipboard
fun fromToolInstances(name: String, description: String, notes: String, vararg toolInstances: Any): LlmReference

Create an LlmReference from tool instances. Accepts both Tool objects directly and objects with @LlmTool annotated methods.

Link copied to clipboard
fun of(name: String, description: String, tool: Any, notes: String = ""): LlmReference

Create an LlmReference with a single tool object.

fun of(name: String, description: String, tools: List<Tool>, notes: String = ""): LlmReference

Create an LlmReference with tools.