feat: AnthropicMessageContent 新增 Signature 字段
This commit is contained in:
@@ -20,6 +20,8 @@ public class AnthropicMessageContent
|
|||||||
|
|
||||||
[JsonPropertyName("thinking")] public string? Thinking { get; set; }
|
[JsonPropertyName("thinking")] public string? Thinking { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("signature")] public string? Signature { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("input")] public object? Input { get; set; }
|
[JsonPropertyName("input")] public object? Input { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("content")]
|
[JsonPropertyName("content")]
|
||||||
|
|||||||
Reference in New Issue
Block a user