MessageTextUrlCitationAnnotation 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 URL associated with the message. Generated when the agent uses tools such as 'bing_grounding' to search the Internet.
public class MessageTextUrlCitationAnnotation : Azure.AI.Projects.MessageTextAnnotation, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MessageTextUrlCitationAnnotation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MessageTextUrlCitationAnnotation>
type MessageTextUrlCitationAnnotation = class
inherit MessageTextAnnotation
interface IJsonModel<MessageTextUrlCitationAnnotation>
interface IPersistableModel<MessageTextUrlCitationAnnotation>
Public Class MessageTextUrlCitationAnnotation
Inherits MessageTextAnnotation
Implements IJsonModel(Of MessageTextUrlCitationAnnotation), IPersistableModel(Of MessageTextUrlCitationAnnotation)
- Inheritance
- Implements
Properties
EndIndex |
The last text index associated with this text annotation. |
StartIndex |
The first text index associated with this text annotation. |
Text |
The textual content associated with this text annotation item. (Inherited from MessageTextAnnotation) |
UrlCitation |
The details of the URL citation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |