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