ToolCallBehavior.ToolCallResultSerializerOptions 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.
Caution
This property is deprecated in favor of Kernel.SerializerOptions that will be introduced in one of the following releases.
Options to control tool call result serialization behavior.
[System.Obsolete("This property is deprecated in favor of Kernel.SerializerOptions that will be introduced in one of the following releases.")]
public virtual System.Text.Json.JsonSerializerOptions? ToolCallResultSerializerOptions { get; set; }
[<System.Obsolete("This property is deprecated in favor of Kernel.SerializerOptions that will be introduced in one of the following releases.")>]
member this.ToolCallResultSerializerOptions : System.Text.Json.JsonSerializerOptions with get, set
Public Overridable Property ToolCallResultSerializerOptions As JsonSerializerOptions
Property Value
- Attributes