DelegatingAIFunction.ReturnJsonSchema 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 a JSON Schema describing the function's return value.
public:
 virtual property Nullable<System::Text::Json::JsonElement> ReturnJsonSchema { Nullable<System::Text::Json::JsonElement> get(); };
	public override System.Text.Json.JsonElement? ReturnJsonSchema { get; }
	member this.ReturnJsonSchema : Nullable<System.Text.Json.JsonElement>
	Public Overrides ReadOnly Property ReturnJsonSchema As Nullable(Of JsonElement)