AIProjectsModelFactory.MessageDeltaTextFileCitationAnnotationObject Method
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 MessageDeltaTextFileCitationAnnotationObject.
public static Azure.AI.Projects.MessageDeltaTextFileCitationAnnotationObject MessageDeltaTextFileCitationAnnotationObject(string fileId = default, string quote = default);
static member MessageDeltaTextFileCitationAnnotationObject : string * string -> Azure.AI.Projects.MessageDeltaTextFileCitationAnnotationObject
Public Shared Function MessageDeltaTextFileCitationAnnotationObject (Optional fileId As String = Nothing, Optional quote As String = Nothing) As MessageDeltaTextFileCitationAnnotationObject
Parameters
- fileId
- String
The ID of the specific file the citation is from.
- quote
- String
The specific quote in the cited file.
Returns
A new MessageDeltaTextFileCitationAnnotationObject instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET