docs: correct xml comment

This commit is contained in:
Stevan Freeborn
2024-07-10 08:53:10 -05:00
parent 27264261ce
commit 48f813f49f
@@ -15,7 +15,7 @@ public abstract class BaseMessageRequest
public string Model { get; init; } = string.Empty;
/// <summary>
/// Gets the system ID to use for the request.
/// Gets the system prompt to use for the request.
/// </summary>
public string? System { get; init; } = null;