Class Tool
public class Tool
- Inheritance
-
Tool
- Inherited Members
Properties
CacheControl
[JsonPropertyName("cache_control")]
public CacheControl? CacheControl { get; set; }
Property Value
Description
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
InputSchema
[JsonPropertyName("input_schema")]
public InputSchema? InputSchema { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public string? Name { get; set; }