AssertWithAiTrailblazeTool

@Serializable
data class AssertWithAiTrailblazeTool(val prompt: String) : MemoryTrailblazeTool

Constructors

Link copied to clipboard
constructor(prompt: String)

Properties

Link copied to clipboard

Functions

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