Function: collectSuggestions()
collectSuggestions(
events):string[]
Build the short, deduped list of suggested follow-up questions for
an assistant message. Within each tool event the last
suggested progress entry wins (Genie publishes an evolving list;
the final one is the refined version). Delegates dedupe + cap to
pickSuggestions.
Parameters
Section titled “Parameters”events
Section titled “events”ToolEvent[] | undefined
Returns
Section titled “Returns”string[]