ToolConfig 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.
Per-tool configuration that controls tool visibility and search behavior.
public class ToolConfig : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ToolConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ToolConfig>
type ToolConfig = class
interface IJsonModel<ToolConfig>
interface IPersistableModel<ToolConfig>
Public Class ToolConfig
Implements IJsonModel(Of ToolConfig), IPersistableModel(Of ToolConfig)
- Inheritance
-
ToolConfig
- Implements
Constructors
| Name | Description |
|---|---|
| ToolConfig() |
Initializes a new instance of ToolConfig. |
Properties
| Name | Description |
|---|---|
| AdditionalSearchText |
Additional text indexed for tool_search. Supplements the native tool description
to improve discoverability. Does not alter |
| Pin |
When true, the tool is always included in agent context and visible in |