AgentFileSkillScript.ParametersSchema Property

Definition

Gets the JSON schema describing the parameters accepted by this script, or null if not available.

public override System.Text.Json.JsonElement? ParametersSchema { get; }
member this.ParametersSchema : Nullable<System.Text.Json.JsonElement>
Public Overrides ReadOnly Property ParametersSchema As Nullable(Of JsonElement)

Property Value

Remarks

Returns a fixed schema describing a string array of CLI arguments: {"type":"array","items":{"type":"string"}}.

Applies to