Skip to content

Variable: MastraSuggestionsResponseSchema

const MastraSuggestionsResponseSchema: ZodObject<{ questions: ZodArray<ZodString>; }, $strip>

JSON payload returned by GET ${basePath}/suggestions.

Carries the curated starter questions for an agent’s Genie space - the sample_questions an author configured on the space, surfaced as one-tap prompts on the chat’s empty state. questions is empty when the agent has no Genie space (or the space defines none), so the client renders nothing in that case rather than falling back to built-in example prompts.