PromptsTrailItem

"prompt"

This is used to represent a prompt step in the trail. It can contain a text prompt and an optional recording of tools used in that step.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class PromptStep(val text: String, val recordable: Boolean = true, val recording: TrailYamlItem.PromptsTrailItem.PromptStep.ToolRecording? = null)

Properties