Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AddReadmeTemplateFS embed.FS
View Source
var DocgenCustomizeAgentFS embed.FS
View Source
var DocgenCustomizePromptsFS embed.FS
Functions ¶
This section is empty.
Types ¶
type RecipeCollection ¶
type RecipeCollection map[string]RecipeDefinition
RecipeCollection is a map of recipe names to their definitions.
type RecipeDefinition ¶
type RecipeDefinition struct {
Description string `json:"description"`
Jobs map[string]string `json:"jobs"`
}
RecipeDefinition defines the structure of a single recipe.
Click to show internal directories.
Click to hide internal directories.