OutputMessage 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.
An output message produced by a model (OTEL gen-ai semantic conventions).
public class OutputMessage : Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.ChatMessage
type OutputMessage = class
inherit ChatMessage
Public Class OutputMessage
Inherits ChatMessage
- Inheritance
Constructors
| Name | Description |
|---|---|
| OutputMessage(MessageRole, IReadOnlyList<IMessagePart>, String, String) |
Initializes a new instance of the OutputMessage class. |
Properties
| Name | Description |
|---|---|
| FinishReason |
Gets the optional reason the model stopped generating. |
| Name |
Gets the optional participant name. (Inherited from ChatMessage) |
| Parts |
Gets the message parts. (Inherited from ChatMessage) |
| Role |
Gets the role of the message sender. (Inherited from ChatMessage) |