你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MessageTextFileCitationAnnotation 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.
A citation within the message that points to a specific quote from a specific File associated with the agent or the message. Generated when the agent uses the 'file_search' tool to search files.
public class MessageTextFileCitationAnnotation : Azure.AI.Projects.MessageTextAnnotation, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MessageTextFileCitationAnnotation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MessageTextFileCitationAnnotation>
type MessageTextFileCitationAnnotation = class
inherit MessageTextAnnotation
interface IJsonModel<MessageTextFileCitationAnnotation>
interface IPersistableModel<MessageTextFileCitationAnnotation>
Public Class MessageTextFileCitationAnnotation
Inherits MessageTextAnnotation
Implements IJsonModel(Of MessageTextFileCitationAnnotation), IPersistableModel(Of MessageTextFileCitationAnnotation)
- Inheritance
- Implements
Properties
EndIndex |
The last text index associated with this text annotation. |
FileId |
The ID of the file associated with this citation. |
Quote |
The specific quote cited in the associated file. |
StartIndex |
The first text index associated with this text annotation. |
Text |
The textual content associated with this text annotation item. (Inherited from MessageTextAnnotation) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |