Compartilhar via


ServerToolCallPart Class

Definition

Server-side tool invocation.

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

Constructors

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

Initializes a new instance of the ServerToolCallPart class.

Properties

Name Description
Id

Gets the optional tool call identifier.

Name

Gets the tool name.

ServerToolCall

Gets the tool call payload.

Type

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

Applies to