OutputItemCompactionBody(String, String) Constructor

Definition

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.

Applies to