Skip to content

TextOnlyStrategy

TextOnlyStrategy = "terminate" | "acknowledge" | "wait_for_input"

Defined in: gadgets/types.ts:355

Simple strategies for common cases

  • ‘terminate’: End the loop (default behavior)
  • ‘acknowledge’: Continue to next iteration
  • ‘wait_for_input’: Request human input