Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExplainYAML ¶
Types ¶
type Recommendation ¶
type StructuredReply ¶
type StructuredReply struct {
Summary string `json:"summary"`
Recommendations []Recommendation `json:"recommendations"`
}
func AnalyzeYAML ¶
func AnalyzeYAML(yaml string) (StructuredReply, error)
Click to show internal directories.
Click to hide internal directories.