Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client handles LLM API interactions
type EnrichmentResult ¶
type EnrichmentResult struct {
Description string `json:"description"`
Tags []string `json:"tags"`
}
EnrichmentResult represents the result of LLM enrichment
Click to show internal directories.
Click to hide internal directories.