Share via


PromptExecutionSettings.ExtensionData Property

Definition

Extra properties that may be included in the serialized execution settings.

[System.Text.Json.Serialization.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object>? ExtensionData { get; set; }
[<System.Text.Json.Serialization.JsonExtensionData>]
member this.ExtensionData : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property ExtensionData As IDictionary(Of String, Object)

Property Value

Attributes

Remarks

Avoid using this property if possible. Instead, use one of the classes that extends PromptExecutionSettings.

Applies to