MCPcopy 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
23class DialogTurn:
24 id: str
25 user_query: UserQuery
26 assistant_response: AssistantResponse
27
28class CustomConversation:
29 """Custom implementation of Conversation to fix the list assignment index out of range error"""

Callers 1

add_dialog_turnMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected