namespace AIStudio.Provider.Perplexity; /// /// The delta text of a choice. /// /// The content of the delta text. public readonly record struct Delta(string Content);