mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Don't include null attributes when filling in stored conversation metadata
- Prompt adjustments to indicate to LLM what context it has
This commit is contained in:
@@ -108,7 +108,7 @@ class ChatMessage(PydanticBaseModel):
|
||||
created: str
|
||||
images: Optional[List[str]] = None
|
||||
queryFiles: Optional[List[Dict]] = None
|
||||
excalidrawDiagram: Optional[str] = None
|
||||
excalidrawDiagram: Optional[List[Dict]] = None
|
||||
by: str
|
||||
turnId: Optional[str]
|
||||
intent: Optional[Intent] = None
|
||||
|
||||
Reference in New Issue
Block a user