Table of Contents

Class CodeInterpreterContainer

Namespace
OpenAI.Responses
Assembly
OpenAI-DotNet.dll
public sealed class CodeInterpreterContainer
Inheritance
CodeInterpreterContainer
Inherited Members

Constructors

CodeInterpreterContainer()

public CodeInterpreterContainer()

CodeInterpreterContainer(IEnumerable<string>)

public CodeInterpreterContainer(IEnumerable<string> fileIds)

Parameters

fileIds IEnumerable<string>

Properties

FileIds

[JsonInclude]
[JsonPropertyName("file_ids")]
public IReadOnlyList<string> FileIds { get; }

Property Value

IReadOnlyList<string>

Type

[JsonInclude]
[JsonPropertyName("type")]
public string Type { get; }

Property Value

string