fix wrong type
This commit is contained in:
@@ -69,7 +69,7 @@ class QueryParam:
|
|||||||
ll_keywords: list[str] = field(default_factory=list)
|
ll_keywords: list[str] = field(default_factory=list)
|
||||||
"""List of low-level keywords to refine retrieval focus."""
|
"""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.
|
"""Stores past conversation history to maintain context.
|
||||||
Format: [{"role": "user/assistant", "content": "message"}].
|
Format: [{"role": "user/assistant", "content": "message"}].
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user