AgentResponseItem<TMessage> 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.
Container class that holds a ChatMessageContent or StreamingChatMessageContent and an AgentThread.
public class AgentResponseItem<TMessage>
type AgentResponseItem<'Message> = class
Public Class AgentResponseItem(Of TMessage)
Type Parameters
- TMessage
- Inheritance
-
AgentResponseItem<TMessage>
Constructors
AgentResponseItem<TMessage>(TMessage, AgentThread) |
Initializes a new instance of the AgentResponseItem<TMessage> class. |
Properties
Message |
Gets the chat message content. |
Thread |
Gets the conversation thread associated with the response. |
Operators
Implicit(AgentResponseItem<TMessage> to TMessage) |
Implicitly converts an AgentResponseItem<TMessage> to a ChatMessageContent or StreamingChatMessageContent. |