Class MCPServerTool
- Namespace
- OpenAI.Responses
- Assembly
- OpenAI-DotNet.dll
public sealed class MCPServerTool
- Inheritance
-
MCPServerTool
- Inherited Members
-
Properties
[JsonInclude]
[JsonPropertyName("annotations")]
public object Annotations { get; }
Property Value
- object
[JsonInclude]
[JsonPropertyName("description")]
public string Description { get; }
Property Value
- string
[JsonInclude]
[JsonPropertyName("input_schema")]
public string InputSchema { get; }
Property Value
- string
[JsonInclude]
[JsonPropertyName("name")]
public string Name { get; }
Property Value
- string