CreateChatCompletionChunkResponse.Id

CreateChatCompletionChunkResponse.Id property

Gets or sets a unique identifier for the chat completion. Each chunk has the same ID.

public string Id { get; set; }

See Also