feat: 支持 x-api-key 认证并扩展 Anthropic 响应字段,优化工具调用处理
This commit is contained in:
@@ -94,6 +94,8 @@ public class AnthropicChatCompletionDtoContentBlock
|
||||
[JsonPropertyName("tool_use_id")] public string? ToolUseId { get; set; }
|
||||
|
||||
[JsonPropertyName("content")] public object? Content { get; set; }
|
||||
|
||||
[JsonPropertyName("text")] public string? Text { get; set; }
|
||||
}
|
||||
|
||||
public class AnthropicChatCompletionDto
|
||||
|
||||
Reference in New Issue
Block a user