MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

29 """Custom implementation of Conversation to fix the list assignment index out of range error"""
30
31 def __init__(self):
32 self.dialog_turns = []
33
34 def append_dialog_turn(self, dialog_turn):
35 """Safely append a dialog turn to the conversation"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected