Skip to main content

process_conversation

Method
This is a method of the LearnManagerProtocol class in the protocols module.
Process a conversation to extract learnings automatically.

Signature

Parameters

List
required
Conversation messages
Optional[str]
Optional LLM model to use for extraction

Returns

Dict[str, Any]
Dictionary with extracted learnings

Source

View on GitHub

praisonaiagents/memory/learn/protocols.py at line 243