ContainerFileCitationBody(String, String, Int64, 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 ContainerFileCitationBody.
public ContainerFileCitationBody(string containerId, string fileId, long startIndex, long endIndex, string filename);
new Azure.AI.AgentServer.Responses.Models.ContainerFileCitationBody : string * string * int64 * int64 * string -> Azure.AI.AgentServer.Responses.Models.ContainerFileCitationBody
Public Sub New (containerId As String, fileId As String, startIndex As Long, endIndex As Long, filename As String)
Parameters
- containerId
- String
The ID of the container file.
- fileId
- String
The ID of the file.
- startIndex
- Int64
The index of the first character of the container file citation in the message.
- endIndex
- Int64
The index of the last character of the container file citation in the message.
- filename
- String
The filename of the container file cited.
Exceptions
containerId, fileId or filename is null.