ChatRequestToolMessage 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 request chat message representing requested output from a configured tool.
public class ChatRequestToolMessage : Azure.AI.Inference.ChatRequestMessage, System.ClientModel.Primitives.IJsonModel<Azure.AI.Inference.ChatRequestToolMessage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Inference.ChatRequestToolMessage>
type ChatRequestToolMessage = class
inherit ChatRequestMessage
interface IJsonModel<ChatRequestToolMessage>
interface IPersistableModel<ChatRequestToolMessage>
Public Class ChatRequestToolMessage
Inherits ChatRequestMessage
Implements IJsonModel(Of ChatRequestToolMessage), IPersistableModel(Of ChatRequestToolMessage)
- Inheritance
- Implements
Constructors
ChatRequestToolMessage(String, String) |
Initializes a new instance of ChatRequestToolMessage. |
Properties
Content |
The content of the message. |
ToolCallId |
The ID of the tool call resolved by the provided content. |
Explicit Interface Implementations
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET