Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Defaults ¶
type Defaults struct {
Model string
Embedder string
Agent string
// ---- Conversation summary defaults (optional) -------------------
// When empty the runtime falls back to hard-coded defaults.
SummaryModel string `yaml:"summaryModel" json:"summaryModel"`
SummaryPrompt string `yaml:"summaryPrompt" json:"summaryPrompt"`
SummaryLastN int `yaml:"summaryLastN" json:"summaryLastN"`
}
Click to show internal directories.
Click to hide internal directories.