openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
mailinhphan/clientOptions

Branches

Tags

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

Clone

HTTPS

Download ZIP

OpenAI.Responses/src/Custom/Tools/ComputerTool/ComputerToolEnvironment.cs

9lines · modecode

1using Microsoft.TypeSpec.Generator.Customizations;
2
3namespace OpenAI.Responses;
4
5// CUSTOM: Renamed.
6[CodeGenType("ComputerUsePreviewToolEnvironment")]
7public readonly partial struct ComputerToolEnvironment
8{
9}
10