Refactored ChatThread into a record

This commit is contained in:
Thorsten Sommer 2024-08-18 15:53:48 +02:00
parent 19ed2d42c0
commit f24143c1ae
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -3,7 +3,7 @@ namespace AIStudio.Chat;
/// <summary> /// <summary>
/// Data structure for a chat thread. /// Data structure for a chat thread.
/// </summary> /// </summary>
public sealed class ChatThread public sealed record ChatThread
{ {
/// <summary> /// <summary>
/// The unique identifier of the chat thread. /// The unique identifier of the chat thread.