Table of Contents

Class MCPToolList

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

Constructors

MCPToolList(IEnumerable<string>)

[JsonConstructor]
public MCPToolList(IEnumerable<string> toolNames)

Parameters

toolNames IEnumerable<string>

Properties

ToolNames

[JsonPropertyName("tool_names")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public IReadOnlyList<string> ToolNames { get; }

Property Value

IReadOnlyList<string>