ProjectConversationCreationOptions.Items 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.
Initial items to include the conversation context. You may add up to 20 items at a time.
public System.Collections.Generic.IList<OpenAI.Responses.ResponseItem> Items { get; }
member this.Items : System.Collections.Generic.IList<OpenAI.Responses.ResponseItem>
Public ReadOnly Property Items As IList(Of ResponseItem)