OutputItemCompactionBody(String, String) Constructor
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.
Initializes a new instance of OutputItemCompactionBody.
public OutputItemCompactionBody(string id, string encryptedContent);
new Azure.AI.AgentServer.Responses.Models.OutputItemCompactionBody : string * string -> Azure.AI.AgentServer.Responses.Models.OutputItemCompactionBody
Public Sub New (id As String, encryptedContent As String)
Parameters
- id
- String
The unique ID of the compaction item.
- encryptedContent
- String
The encrypted content that was produced by compaction.
Exceptions
id or encryptedContent is null.