Class PromptToolResponse
Response model for a prompt tool.
Inheritance
PromptToolResponse
Assembly: Seclai.dll
public sealed class PromptToolResponse
Properties
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Declaration
[JsonPropertyName("documentation_url")]
public string? DocumentationUrl { get; set; }
Property Value
Declaration
[JsonPropertyName("example")]
public string? Example { get; set; }
Property Value
Declaration
[JsonPropertyName("headers")]
public Dictionary<string, string>? Headers { get; set; }
Property Value
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Declaration
[JsonPropertyName("notes")]
public string? Notes { get; set; }
Property Value
Declaration
[JsonPropertyName("tool_name")]
public string? ToolName { get; set; }
Property Value
Declaration
[JsonPropertyName("tool_type")]
public string ToolType { get; set; }
Property Value
Declaration
[JsonPropertyName("tool_type_pattern")]
public string? ToolTypePattern { get; set; }
Property Value