mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-18 18:47:11 +00:00
Fix additional context type in anthropic chat
This commit is contained in:
parent
6f408948d3
commit
4f6d1211ba
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ def converse_anthropic(
|
|||
generated_images: Optional[list[str]] = None,
|
||||
generated_files: List[FileAttachment] = None,
|
||||
generated_excalidraw_diagram: Optional[str] = None,
|
||||
additional_context: Optional[str] = None,
|
||||
additional_context: Optional[List[str]] = None,
|
||||
tracer: dict = {},
|
||||
):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue