Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
ValidAgents lists the supported agent names.
Functions ¶
func BuildPrompt ¶
BuildPrompt queries sessions for the given date and assembles a prompt for the AI agent.
Types ¶
type GenerateFunc ¶
GenerateFunc is the signature for insight generation, allowing tests to substitute a stub.
type GenerateRequest ¶
type GenerateRequest struct {
Type string
DateFrom string
DateTo string
Project string
Prompt string
}
GenerateRequest describes what insight to generate.
Click to show internal directories.
Click to hide internal directories.