Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFuncMap ¶
Types ¶
type ContextStats ¶
type RAGLogView ¶
type RAGLogView struct {
storage.RAGLog
ParsedContext []openrouter.Message
ParsedResults interface{}
// New fields
SystemPromptPart string
UserFactsPart string
EnvFactsPart string
RAGContextPart string
LastMessages []openrouter.Message
ToolCalls []openrouter.Message
Stats ContextStats
}
func ParseRAGLog ¶
func ParseRAGLog(l storage.RAGLog) RAGLogView
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
func NewRenderer ¶
type TopicLogView ¶
type TopicLogView struct {
storage.RAGLog
ParsedTopics []rag.ExtractedTopic
ParseError string
InputMsgCount int
InputStartID int64
InputEndID int64
ChunkDate time.Time
}
func ParseTopicLog ¶
func ParseTopicLog(l storage.RAGLog) TopicLogView
Click to show internal directories.
Click to hide internal directories.