CreateRunStreamingOptions.AdditionalMessages 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.
Adds additional messages to the thread before creating the run.
public System.Collections.Generic.IEnumerable<Azure.AI.Agents.Persistent.ThreadMessageOptions> AdditionalMessages { get; set; }
member this.AdditionalMessages : seq<Azure.AI.Agents.Persistent.ThreadMessageOptions> with get, set
Public Property AdditionalMessages As IEnumerable(Of ThreadMessageOptions)