AgentSkillScript.ParametersSchema Property

Definition

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)

Property Value

Applies to