Trailblaze Prompt Step
data class TrailblazePromptStep(val description: String, val taskId: String = "", val taskIndex: Int = 0, val fullPrompt: String = "", val llmStatusChecks: Boolean = true)
A single step in an overall TestObjective.TrailblazeObjective.TrailblazePrompt objective.
Constructors
Properties
Functions
Link copied to clipboard
fun addCompletedToolCallToChatHistory(commandResult: TrailblazeToolResult, llmResponseContent: String?, toolName: String?, toolArgs: <Error class: unknown class>?)
Link copied to clipboard
fun addEmptyToolCallToChatHistory(llmResponseContent: String?, result: TrailblazeToolResult.Error.EmptyToolCall)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard