ReminderPreviewTool 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 built-in tool that schedules the agent to re-invoke itself after a delay.
The model passes a single minutes argument (positive integer) when calling
this tool. The service creates a one-shot timer routine that fires after the
specified delay and re-invokes the agent on the same conversation thread.
No pre-created routine is required.
public class ReminderPreviewTool : Azure.AI.Projects.Agents.ProjectsAgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ReminderPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ReminderPreviewTool>
type ReminderPreviewTool = class
inherit ProjectsAgentTool
interface IJsonModel<ReminderPreviewTool>
interface IPersistableModel<ReminderPreviewTool>
Public Class ReminderPreviewTool
Inherits ProjectsAgentTool
Implements IJsonModel(Of ReminderPreviewTool), IPersistableModel(Of ReminderPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ReminderPreviewTool() |
Initializes a new instance of ReminderPreviewTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |