Variable: MastraUpdateThreadRequestSchema
constMastraUpdateThreadRequestSchema:ZodObject<{title:ZodString; },$strip>
JSON body for PATCH ${basePath}/threads (thread id supplied via the
thread-selection header / threadId query). Renames a single
conversation.
Fields:
title: the new human-readable title. Trimmed and capped at MASTRA_THREAD_TITLE_MAX characters server-side; must be non-empty after trimming.