ToolCallResponsePart 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.
Result of a tool call.
public sealed class ToolCallResponsePart : Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.IMessagePart
type ToolCallResponsePart = class
interface IMessagePart
Public NotInheritable Class ToolCallResponsePart
Implements IMessagePart
- Inheritance
-
ToolCallResponsePart
- Implements
Constructors
| Name | Description |
|---|---|
| ToolCallResponsePart(String, Object) |
Initializes a new instance of the ToolCallResponsePart class. |
Properties
| Name | Description |
|---|---|
| Id |
Gets the optional tool call identifier. |
| Response |
Gets the optional tool response payload. |
| Type |
Gets the discriminator string for this part type (e.g. "text", "tool_call"). |