ModelResponseGenerationTarget.BaseMessages 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 messages comprising the conversation so far.
public System.Collections.Generic.IList<Azure.AI.Projects.Message> BaseMessages { get; }
member this.BaseMessages : System.Collections.Generic.IList<Azure.AI.Projects.Message>
Public ReadOnly Property BaseMessages As IList(Of Message)