mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Merge branch 'main' into feature-foundry-agents
This commit is contained in:
@@ -160,5 +160,5 @@ internal sealed record CustomToolFormat
|
||||
/// Additional format properties (schema definition).
|
||||
/// </summary>
|
||||
[JsonExtensionData]
|
||||
public Dictionary<string, object?>? AdditionalProperties { get; init; }
|
||||
public Dictionary<string, object?>? AdditionalProperties { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user