mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-25 13:52:29 +00:00
fix wrong type
This commit is contained in:
parent
621540a54e
commit
49ce229af7
@ -69,7 +69,7 @@ class QueryParam:
|
||||
ll_keywords: list[str] = field(default_factory=list)
|
||||
"""List of low-level keywords to refine retrieval focus."""
|
||||
|
||||
conversation_history: list[dict[str, Any]] = field(default_factory=list)
|
||||
conversation_history: list[dict[str, str]] = field(default_factory=list)
|
||||
"""Stores past conversation history to maintain context.
|
||||
Format: [{"role": "user/assistant", "content": "message"}].
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user