Share via


CreateRunStreamingOptions.Include Property

Definition

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)

Property Value

Applies to