statehelper

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConversationManager

type ConversationManager struct{}

ConversationManager provides helper methods for managing conversational state.

func NewConversationManager

func NewConversationManager() *ConversationManager

NewConversationManager creates a new ConversationManager.

func (*ConversationManager) LoadHistory

func (cm *ConversationManager) LoadHistory(ctx context.Context, sessionID string, sp core.StateProvider, logger core.Logger) *core.ConversationHistory

LoadHistory loads and deserializes the conversation history for a given sessionID.

func (*ConversationManager) UpdateAndSaveHistory

func (cm *ConversationManager) UpdateAndSaveHistory(ctx context.Context, sessionID string, sp core.StateProvider, logger core.Logger, history *core.ConversationHistory, q core.Query, a core.Answer)

UpdateAndSaveHistory updates the history with the current query and answer, then serializes and saves it back to the state provider.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL