GenericPart 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.
Extensible part for custom / future types.
public sealed class GenericPart : Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.IMessagePart
type GenericPart = class
interface IMessagePart
Public NotInheritable Class GenericPart
Implements IMessagePart
- Inheritance
-
GenericPart
- Implements
Constructors
| Name | Description |
|---|---|
| GenericPart(String, IDictionary<String,Object>) |
Initializes a new instance of the GenericPart class. |
Properties
| Name | Description |
|---|---|
| Data |
Gets the payload dictionary. |
| Type |
Gets the discriminator string for this part type (e.g. "text", "tool_call"). |