Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/AsyncFuncAI/deepwiki-open
/ DialogTurn
Class
DialogTurn
api/rag.py:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
@dataclass
23
class
DialogTurn:
24
id: str
25
user_query: UserQuery
26
assistant_response: AssistantResponse
27
28
class
CustomConversation:
29
""
"Custom implementation of Conversation to fix the list assignment index out of range error"
""
Callers
1
add_dialog_turn
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected