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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET