Function: genieSampleQuestions()
genieSampleQuestions(
space):string[]
Extract the curated starter questions an author configured on a Genie space.
Reads serialized_space -> config.sample_questions[*].question. Returns []
when the space carries no serialized blob, the blob is unparseable, or no
sample questions are configured - so a missing or misconfigured space
degrades to “no suggestions” rather than throwing. Order is preserved (the
author’s ordering) and duplicates are dropped.
Parameters
Section titled “Parameters”description?
Section titled “description?”string = ...
Description
Description of the Genie Space
serialized_space?
Section titled “serialized_space?”string = ...
space_id
Section titled “space_id”string = ...
Description
Genie space ID
string = ...
Description
Title of the Genie Space
warehouse_id?
Section titled “warehouse_id?”string = ...
Description
Warehouse associated with the Genie Space
Returns
Section titled “Returns”string[]