withValidation

open override fun withValidation(validation: Boolean): PromptRunner

Deprecated

Use creating().withValidation() instead

Set whether to validate created objects.

Parameters

validation

true to validate created objects; false otherwise. Defaults to true.