FileCitationBody(String, Int64, String) Constructor

Definition

Initializes a new instance of FileCitationBody.

public FileCitationBody(string fileId, long index, string filename);
new Azure.AI.AgentServer.Responses.Models.FileCitationBody : string * int64 * string -> Azure.AI.AgentServer.Responses.Models.FileCitationBody
Public Sub New (fileId As String, index As Long, filename As String)

Parameters

fileId
String

The ID of the file.

index
Int64

The index of the file in the list of files.

filename
String

The filename of the file cited.

Exceptions

fileId or filename is null.

Applies to