namespace AIStudio.Tools.ERIClient.DataModel; /// /// A chat thread, which is a list of content blocks. /// /// The content blocks in this chat thread. public readonly record struct ChatThread(List ContentBlocks);