UUIDTool
org.llm4s.toolapi.builtin.core.UUIDTool
object UUIDTool
Tool for generating UUIDs.
Generates standard UUID v4 (random) identifiers.
Attributes
- Example
-
import org.llm4s.toolapi.builtin.core.UUIDTool val tools = new ToolRegistry(Seq(UUIDTool.tool)) agent.run("Generate a unique ID for this transaction", tools) - Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UUIDTool.type
Members list
In this article