DeepResearchToolDefinition 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.
The input definition information for a Deep Research tool as used to configure an agent.
public class DeepResearchToolDefinition : Azure.AI.Agents.Persistent.ToolDefinition, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.DeepResearchToolDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.DeepResearchToolDefinition>
type DeepResearchToolDefinition = class
inherit ToolDefinition
interface IJsonModel<DeepResearchToolDefinition>
interface IPersistableModel<DeepResearchToolDefinition>
Public Class DeepResearchToolDefinition
Inherits ToolDefinition
Implements IJsonModel(Of DeepResearchToolDefinition), IPersistableModel(Of DeepResearchToolDefinition)
- Inheritance
- Implements
Constructors
DeepResearchToolDefinition(DeepResearchDetails) |
Initializes a new instance of DeepResearchToolDefinition. |
Properties
DeepResearch |
The deep_research tool definition configuration. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |