Share via


ToolCallBehavior.ToolCallResultSerializerOptions Property

Definition

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

Applies to