MemoryTrailblazeTool

sealed interface MemoryTrailblazeTool : TrailblazeTool

A marker interface for all Trailblaze tools that require access to the test memory variables during the tool execution

Inheritors

Functions

Link copied to clipboard
abstract fun execute(memory: AgentMemory, elementComparator: ElementComparator): TrailblazeToolResult
Link copied to clipboard
fun TrailblazeTool.getToolNameFromAnnotation(): String