cleaned code
This commit is contained in:
parent
93717e6705
commit
f84be33d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class QueryParam:
|
|||
hl_keywords: list[str] = field(default_factory=list)
|
||||
ll_keywords: list[str] = field(default_factory=list)
|
||||
# Conversation history support
|
||||
conversation_history: list[dict] = field(
|
||||
conversation_history: list[dict[str, str]] = field(
|
||||
default_factory=list
|
||||
) # Format: [{"role": "user/assistant", "content": "message"}]
|
||||
history_turns: int = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue