openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-codeinterpretertoolcontainer

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.config/dotnet-tools.json

20lines · modecode

1{
2 "version": 1,
3 "isRoot": true,
4 "tools": {
5 "Azure.Sdk.Tools.SnippetGenerator": {
6 "version": "1.0.0-dev.20241213.1",
7 "commands": [
8 "snippet-generator"
9 ],
10 "rollForward": false
11 },
12 "azure.sdk.tools.testproxy": {
13 "version": "1.0.0-dev.20251209.1",
14 "commands": [
15 "test-proxy"
16 ],
17 "rollForward": false
18 }
19 }
20}