Share via


DelegatingAIFunction.JsonSchema Property

Definition

Gets a JSON Schema describing the function and its input parameters.

public:
 virtual property System::Text::Json::JsonElement JsonSchema { System::Text::Json::JsonElement get(); };
public override System.Text.Json.JsonElement JsonSchema { get; }
member this.JsonSchema : System.Text.Json.JsonElement
Public Overrides ReadOnly Property JsonSchema As JsonElement

Property Value

Applies to