docs: correct xml comment
This commit is contained in:
@@ -15,7 +15,7 @@ public abstract class BaseMessageRequest
|
|||||||
public string Model { get; init; } = string.Empty;
|
public string Model { get; init; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the system ID to use for the request.
|
/// Gets the system prompt to use for the request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? System { get; init; } = null;
|
public string? System { get; init; } = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user