Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtractInput ¶
type ExtractInput struct {
EndpointID string
ThreadID string
RunID string
Objective string
AssistantText string
FinalizationReason string
}
ExtractInput is the run-level extraction request.
type MemoryExtractor ¶
type MemoryExtractor struct {
// contains filtered or unexported fields
}
func New ¶
func New(repo *contextstore.Repository) *MemoryExtractor
func (*MemoryExtractor) Extract ¶
func (e *MemoryExtractor) Extract(ctx context.Context, in ExtractInput) ([]model.MemoryItem, error)
Click to show internal directories.
Click to hide internal directories.