Skip to main content

Syntax

thinkV2(text, data)

Description

Restarts Flow execution with a simulated input using the provided text and data. Parameters:
  • text: string — simulated input text.
  • data: Record<string, unknown> — simulated input data.
Returns: void

Example

Last modified on April 21, 2026