/** * This file was auto-generated by Fern from our API Definition. */ /** * Parameters to control chat behavior. */ export interface ChatParameters { /** Indicates whether to store chat messages and response messages. */ store?: boolean; }