PersistentAgentsModelFactory.MessageDeltaTextUriCitationDetails 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 MessageDeltaTextUriCitationDetails.
public static Azure.AI.Agents.Persistent.MessageDeltaTextUriCitationDetails MessageDeltaTextUriCitationDetails(string uri = default, string title = default);
static member MessageDeltaTextUriCitationDetails : string * string -> Azure.AI.Agents.Persistent.MessageDeltaTextUriCitationDetails
Public Shared Function MessageDeltaTextUriCitationDetails (Optional uri As String = Nothing, Optional title As String = Nothing) As MessageDeltaTextUriCitationDetails
Parameters
- uri
- String
The URL associated with this citation.
- title
- String
The title of the URL.
Returns
A new MessageDeltaTextUriCitationDetails instance for mocking.