Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateInvestigationPlan ¶
func GenerateInvestigationPlan(ctx context.Context, prompt string, provider string) []modules.InvestigationStep
GenerateInvestigationPlan creates a comprehensive investigation plan based on the prompt
func ParseQueryResults ¶
ParseQueryResults analyzes the results and generates insights
Types ¶
type DynamicQueryGenerator ¶
type DynamicQueryGenerator struct {
Provider string
}
DynamicQueryGenerator generates Steampipe queries based on natural language prompts
func (*DynamicQueryGenerator) GenerateQuery ¶
func (g *DynamicQueryGenerator) GenerateQuery(prompt string) (string, string)
GenerateQuery creates a Steampipe query from a natural language prompt
Source Files
¶
Click to show internal directories.
Click to hide internal directories.