Compartilhar via


GenericPart Class

Definition

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").

Applies to