Versions in this module Expand all Collapse all v0 v0.0.1 Jan 5, 2025 Changes in this version + type Breakdown struct + Breakdown string + Goal string + Requirements []Requirement + func (ta *Breakdown) SystemPrompt(key string) string + type Discussion struct + NextSpeaker string + Topic string + func (discussion *Discussion) SystemPrompt(key string) string + type Labelling struct + LabelIDs []int + TicketID int + func NewLabelling() *Labelling + func (labelling *Labelling) GenerateSchema() string + func (labelling *Labelling) ListLabels() Labels + func (labelling *Labelling) SystemPrompt(key string) string + type Labels struct + Data []struct{ ... } + Links struct{ ... } + Meta struct{ ... } + type Requirement struct + Description string + Processes []string + Title string