ToolSearchOutputItemParam.Execution 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.
Whether tool search was executed by the server or by the client.
public Azure.AI.AgentServer.Responses.Models.ToolSearchExecutionType? Execution { get; set; }
member this.Execution : Nullable<Azure.AI.AgentServer.Responses.Models.ToolSearchExecutionType> with get, set
Public Property Execution As Nullable(Of ToolSearchExecutionType)