fix: address copilot comments
This commit is contained in:
@@ -5,7 +5,7 @@ using AnthropicClient.Utils;
|
||||
namespace AnthropicClient.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Represents an base64 source.
|
||||
/// Represents a base64 source.
|
||||
/// </summary>
|
||||
public class Base64Source : Source
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ public class ContentBlockLocationCitation : Citation
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the start block index of the citation.
|
||||
/// /// </summary>
|
||||
/// </summary>
|
||||
[JsonPropertyName("start_block_index")]
|
||||
public int StartBlockIndex { get; init; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user