Documentation
¶
Overview ¶
Package catalog loads the application content embedded in the server binary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct {
Seed store.SeedContent
SystemRules []api.Rule
BanksJSON []byte
ReaderGuides map[string][]byte
PromptCatalog *llm.PromptCatalog
OpenAIModelOptions []llm.ModelOption
}
Content is the validated, typed application content loaded at startup.
Click to show internal directories.
Click to hide internal directories.