fix: address copilot comments

This commit is contained in:
Stevan Freeborn
2025-07-08 22:04:24 -05:00
parent 2732ae2b21
commit e351823f37
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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; }