GitHubCopilotToolsetConfig 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.
An enablement override for a GitHub Copilot built-in tool.
public class GitHubCopilotToolsetConfig : System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.GitHubCopilotToolsetConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.GitHubCopilotToolsetConfig>
type GitHubCopilotToolsetConfig = class
interface IJsonModel<GitHubCopilotToolsetConfig>
interface IPersistableModel<GitHubCopilotToolsetConfig>
Public Class GitHubCopilotToolsetConfig
Implements IJsonModel(Of GitHubCopilotToolsetConfig), IPersistableModel(Of GitHubCopilotToolsetConfig)
- Inheritance
-
GitHubCopilotToolsetConfig
- Implements
Properties
| Name | Description |
|---|---|
| Enabled |
Whether the built-in tool is enabled. If omitted, the toolset default applies. |
| Name |
The built-in tool to configure. |