Compartilhar via


ServerToolCallResponsePart Class

Definition

Server-side tool response.

public sealed class ServerToolCallResponsePart : Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.IMessagePart
type ServerToolCallResponsePart = class
    interface IMessagePart
Public NotInheritable Class ServerToolCallResponsePart
Implements IMessagePart
Inheritance
ServerToolCallResponsePart
Implements

Constructors

Name Description
ServerToolCallResponsePart(IDictionary<String,Object>, String)

Initializes a new instance of the ServerToolCallResponsePart class.

Properties

Name Description
Id

Gets the optional tool call identifier.

ServerToolCallResponse

Gets the tool response payload.

Type

Gets the discriminator string for this part type (e.g. "text", "tool_call").

Applies to