FileCitationBody Class
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.
File citation.
public class FileCitationBody : Azure.AI.AgentServer.Responses.Models.Annotation, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FileCitationBody>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FileCitationBody>
type FileCitationBody = class
inherit Annotation
interface IJsonModel<FileCitationBody>
interface IPersistableModel<FileCitationBody>
Public Class FileCitationBody
Inherits Annotation
Implements IJsonModel(Of FileCitationBody), IPersistableModel(Of FileCitationBody)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FileCitationBody(String, Int64, String) |
Initializes a new instance of FileCitationBody. |
Properties
| Name | Description |
|---|---|
| FileId |
The ID of the file. |
| Filename |
The filename of the file cited. |
| Index |
The index of the file in the list of files. |