client

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExplainYAML

func ExplainYAML(yaml string) (string, error)

func FixYAML

func FixYAML(yaml string) (string, error)

Types

type Recommendation

type Recommendation struct {
	Issue      string `json:"issue"`
	Suggestion string `json:"suggestion"`
	Priority   string `json:"priority"`
}

type StructuredReply

type StructuredReply struct {
	Summary         string           `json:"summary"`
	Recommendations []Recommendation `json:"recommendations"`
}

func AnalyzeYAML

func AnalyzeYAML(yaml string) (StructuredReply, error)

func AuditYAML

func AuditYAML(yaml string, focus string) (StructuredReply, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL