Compartilhar via


ToolCallRequestPart Class

Definition

A tool call requested by the model.

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

Constructors

Name Description
ToolCallRequestPart(String, String, Object)

Initializes a new instance of the ToolCallRequestPart class.

Properties

Name Description
Arguments

Gets the optional arguments for the tool call.

Id

Gets the optional tool call identifier.

Name

Gets the tool name.

Type

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

Applies to