AgentSkillScript.ParametersSchema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the JSON schema describing the parameters accepted by this script, or null if not available.
public virtual System.Text.Json.JsonElement? ParametersSchema { get; }
member this.ParametersSchema : Nullable<System.Text.Json.JsonElement>
Public Overridable ReadOnly Property ParametersSchema As Nullable(Of JsonElement)