Enable info gathering for this step. Call
addGatherQuestion()
after this method to define the questions.
The gather_info system collects structured information from the caller by
presenting questions one at a time. It uses dynamic step instruction re-injection
rather than tool calls, producing zero tool_call/tool_result entries in
LLM-visible history.
Optional configuration object with the following fields:
Key in global_data to store collected answers under. When undefined, answers are
stored at the top level of global_data.
Where to go when all questions are answered.
"next_step" — auto-advance to the next sequential step"process_results") — jump to that specific stepundefined — return to normal step mode after gatheringPreamble text injected once when entering the gather step, giving the AI personality and context for asking the questions.
Step — Self for method chaining.