Skip to content

Commit

Permalink
Documentation update (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Apr 5, 2023
2 parents 553376c + 5dd2d60 commit d6b440f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ChatGptNet/IChatGptClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@ Task<Guid> SetupAsync(string message)
/// <param name="conversationId">The unique identifier of the conversation.</param>
/// <param name="preserveSetup"><see langword="true"/> to maintain the system message that has been specified with the <see cref="SetupAsync(Guid, string)"/> method.</param>
/// <returns>The <see cref="Task"/> corresponding to the asynchronous operation.</returns>
/// <seealso cref="SetupAsync(Guid, string)"/>
Task DeleteConversationAsync(Guid conversationId, bool preserveSetup = false);
}

0 comments on commit d6b440f

Please sign in to comment.