A tool that generates LLM prompts for code analysis.

Hierarchy (view full)

  • Tool<GeneratePromptsOptions>
    • GeneratePrompts

Constructors

Properties

options: GeneratePromptsOptions

User-defined options for the tool merged with the default options.

Accessors

  • get defaultOptions(): GeneratePromptsOptions
  • The default options for the tool.

    Returns GeneratePromptsOptions

  • get id(): string
  • The unique identifier of the tool.

    Returns string

Methods

  • Returns a description of the tool and its options.

    Returns string

  • Returns a map of option names to their descriptions.

    Returns Record<keyof GeneratePromptsOptions, string>