Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func (*Generator) GenerateJSON ¶
func (g *Generator) GenerateJSON(opts Options) (JSONOutput, error)
type JSONOutput ¶
type JSONOutput struct {
Project string `json:"project,omitempty"`
RepoRoot string `json:"repo_root"`
Agent bool `json:"agent"`
Task string `json:"task,omitempty"`
Files []string `json:"files,omitempty"`
About string `json:"about,omitempty"`
MaxTokens int `json:"max_tokens,omitempty"`
Sections []JSONSection `json:"sections"`
Markdown string `json:"markdown"`
}
type JSONSection ¶
Click to show internal directories.
Click to hide internal directories.