MessageDeltaTextUrlCitationAnnotation 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 MessageDeltaTextUrlCitationAnnotation : Azure.AI.Projects.MessageDeltaTextAnnotation, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MessageDeltaTextUrlCitationAnnotation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MessageDeltaTextUrlCitationAnnotation>
type MessageDeltaTextUrlCitationAnnotation = class
inherit MessageDeltaTextAnnotation
interface IJsonModel<MessageDeltaTextUrlCitationAnnotation>
interface IPersistableModel<MessageDeltaTextUrlCitationAnnotation>
Public Class MessageDeltaTextUrlCitationAnnotation
Inherits MessageDeltaTextAnnotation
Implements IJsonModel(Of MessageDeltaTextUrlCitationAnnotation), IPersistableModel(Of MessageDeltaTextUrlCitationAnnotation)
- Inheritance
- Implements
Fields
SerializedAdditionalRawData |
Keeps track of any properties unknown to the library. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Properties
EndIndex |
The last text index associated with this text annotation. |
Index |
The index of the annotation within a text content part. (Inherited from MessageDeltaTextAnnotation) |
StartIndex |
The first text index associated with this text annotation. |
UrlCitation |
The details of the URL citation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |