Search Results for

    Show / Hide Table of Contents

    Class PromptToolResponse

    Response model for a prompt tool.

    Inheritance
    object
    PromptToolResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class PromptToolResponse

    Properties

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string

    DocumentationUrl

    Declaration
    [JsonPropertyName("documentation_url")]
    public string? DocumentationUrl { get; set; }
    Property Value
    Type Description
    string

    Example

    Declaration
    [JsonPropertyName("example")]
    public string? Example { get; set; }
    Property Value
    Type Description
    string

    Headers

    Declaration
    [JsonPropertyName("headers")]
    public Dictionary<string, string>? Headers { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>

    Id

    Declaration
    [JsonPropertyName("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Notes

    Declaration
    [JsonPropertyName("notes")]
    public string? Notes { get; set; }
    Property Value
    Type Description
    string

    ToolName

    Declaration
    [JsonPropertyName("tool_name")]
    public string? ToolName { get; set; }
    Property Value
    Type Description
    string

    ToolType

    Declaration
    [JsonPropertyName("tool_type")]
    public string ToolType { get; set; }
    Property Value
    Type Description
    string

    ToolTypePattern

    Declaration
    [JsonPropertyName("tool_type_pattern")]
    public string? ToolTypePattern { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX