TextPart 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.
Plain text content part.
public sealed class TextPart : Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.IMessagePart
type TextPart = class
interface IMessagePart
Public NotInheritable Class TextPart
Implements IMessagePart
- Inheritance
-
TextPart
- Implements
Constructors
| Name | Description |
|---|---|
| TextPart(String) |
Initializes a new instance of the TextPart class. |
Properties
| Name | Description |
|---|---|
| Content |
Gets the text content. |
| Type |
Gets the discriminator string for this part type (e.g. "text", "tool_call"). |