PersistentAgentsModelFactory.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.Agents.Persistent.MessageDeltaTextFileCitationAnnotationObject MessageDeltaTextFileCitationAnnotationObject(string fileId = default, string quote = default);
static member MessageDeltaTextFileCitationAnnotationObject : string * string -> Azure.AI.Agents.Persistent.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.