FileCitationBody(String, Int64, 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 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.