VoiceAgentToolboxTool 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 reference to a Foundry toolbox, which is a versioned bundle of tools executed through its MCP endpoint.
public class VoiceAgentToolboxTool : Azure.AI.Projects.Agents.VoiceAgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.VoiceAgentToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.VoiceAgentToolboxTool>
type VoiceAgentToolboxTool = class
inherit VoiceAgentTool
interface IJsonModel<VoiceAgentToolboxTool>
interface IPersistableModel<VoiceAgentToolboxTool>
Public Class VoiceAgentToolboxTool
Inherits VoiceAgentTool
Implements IJsonModel(Of VoiceAgentToolboxTool), IPersistableModel(Of VoiceAgentToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| VoiceAgentToolboxTool(String, String) |
Initializes a new instance of VoiceAgentToolboxTool. |
Properties
| Name | Description |
|---|---|
| ResponseScheduling |
When the toolbox invocation creates a follow-up response. Defaults to |
| ToolboxName |
The name of the toolbox to attach. |
| ToolboxVersion |
The immutable version of the toolbox to attach. |