feat: AnthropicMessageContent 新增 Signature 字段

This commit is contained in:
ccnetcore
2025-10-26 14:51:48 +08:00
parent 2efed4f4a5
commit 609de29e71

View File

@@ -20,6 +20,8 @@ public class AnthropicMessageContent
[JsonPropertyName("thinking")] public string? Thinking { get; set; }
[JsonPropertyName("signature")] public string? Signature { get; set; }
[JsonPropertyName("input")] public object? Input { get; set; }
[JsonPropertyName("content")]