diff --git a/Models/Dtos/XAiConversationDto.cs b/Models/Dtos/XAiConversationDto.cs index e45c229..fdd5a48 100644 --- a/Models/Dtos/XAiConversationDto.cs +++ b/Models/Dtos/XAiConversationDto.cs @@ -24,6 +24,7 @@ namespace xAiModels.Models.Dtos /// Title of Conversation ... /// public string Title { get; set; } + public virtual XLocaleResourceDto[] TitleLocales { get; set; } /// /// Created Time ... @@ -42,5 +43,7 @@ namespace xAiModels.Models.Dtos public virtual string ProjectTitle { get; set; } = null; public virtual string ProjectDescription { get; set; } = null; + public virtual XLocaleResourceDto[] ProjectTitleLocales { get; set; } + public virtual XLocaleResourceDto[] ProjectDescriptionLocales { get; set; } } } \ No newline at end of file