MistralAIToolCallBehavior.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.
Options to control tool call result serialization behavior.
public virtual System.Text.Json.JsonSerializerOptions? ToolCallResultSerializerOptions { get; set; }
member this.ToolCallResultSerializerOptions : System.Text.Json.JsonSerializerOptions with get, set
Public Overridable Property ToolCallResultSerializerOptions As JsonSerializerOptions