From 4c1920b1f38da4921ee0b971673c14bb8679a001 Mon Sep 17 00:00:00 2001 From: markwallace-microsoft <127216156+markwallace-microsoft@users.noreply.github.com> Date: Tue, 8 Apr 2025 08:48:32 +0100 Subject: [PATCH] Rename the Schema property to JsonSchema --- dotnet/src/Agents/Abstractions/Definition/AgentInput.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/src/Agents/Abstractions/Definition/AgentInput.cs b/dotnet/src/Agents/Abstractions/Definition/AgentInput.cs index 3a71e60fea9d..b7f40123dbd8 100644 --- a/dotnet/src/Agents/Abstractions/Definition/AgentInput.cs +++ b/dotnet/src/Agents/Abstractions/Definition/AgentInput.cs @@ -37,7 +37,7 @@ public sealed class AgentInput /// /// Gets or sets JSON Schema describing this input. /// - public string? Schema { get; set; } + public string? JsonSchema { get; set; } /// /// Gets or sets a value indicating whether to handle the input value as potential dangerous content.