export type MessageViewRequest = { title?: string; /** * List of tools slugs to use */ tools?: Array | null; enable_artifacts?: boolean; is_shared?: boolean; };