Test Objective
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class RememberNumberCommand(val promptWithVars: String, val variableName: String) : TestObjective
Link copied to clipboard
data class RememberTextCommand(val promptWithVars: String, val variableName: String) : TestObjective
Link copied to clipboard
data class RememberWithAiCommand(val promptWithVars: String, val variableName: String) : TestObjective
Link copied to clipboard