PromptExecutionSettings.ExtensionData 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.
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.