GitHubCopilotToolsetPreview 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.
Configuration overrides for GitHub Copilot built-in tools.
public class GitHubCopilotToolsetPreview : OpenAI.Responses.ResponseTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.GitHubCopilotToolsetPreview>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.GitHubCopilotToolsetPreview>
type GitHubCopilotToolsetPreview = class
inherit ResponseTool
interface IJsonModel<GitHubCopilotToolsetPreview>
interface IPersistableModel<GitHubCopilotToolsetPreview>
Public Class GitHubCopilotToolsetPreview
Inherits ResponseTool
Implements IJsonModel(Of GitHubCopilotToolsetPreview), IPersistableModel(Of GitHubCopilotToolsetPreview)
- Inheritance
-
OpenAI.Responses.ResponseToolGitHubCopilotToolsetPreview
- Implements
Properties
| Name | Description |
|---|---|
| Configs |
Per-tool configuration overrides. Duplicate built-in tool names are not allowed. |
| DefaultConfig |
The default configuration for built-in tools. If omitted, built-in tools are enabled by default. |