CreateRunStreamingOptions.Include 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.
A list of additional fields to include in the response.
Currently the only supported value is step_details.tool_calls[*].file_search.results[*].content
public System.Collections.Generic.IEnumerable<Azure.AI.Agents.Persistent.RunAdditionalFieldList> Include { get; set; }
member this.Include : seq<Azure.AI.Agents.Persistent.RunAdditionalFieldList> with get, set
Public Property Include As IEnumerable(Of RunAdditionalFieldList)