MCPcopy Index your code
hub / github.com/AsyncFuncAI/deepwiki-open / __init__

Method __init__

api/rag.py:54–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 """Simple conversation management with a list of dialog turns."""
53
54 def __init__(self):
55 super().__init__()
56 # Use our custom implementation instead of the original Conversation class
57 self.current_conversation = CustomConversation()
58
59 def call(self) -> Dict:
60 """Return the conversation history as a dictionary."""

Callers

nothing calls this directly

Calls 2

CustomConversationClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected