Skip to content

Commit 13810d8

Browse files
authored
Small fix to a duplicate argument bug. This caused an error if the user set summarize as well as an argument. Default is already True so no need to force it here. (#82)
1 parent 3fa990c commit 13810d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ursa/agents/acquisition_agents.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,6 @@ def __init__(
742742
):
743743
super().__init__(
744744
llm,
745-
summarize=True,
746745
rag_embedding=rag_embedding,
747746
process_images=process_images,
748747
max_results=max_results,

0 commit comments

Comments
 (0)