Skip to content

Commit

Permalink
Correct call to summarize_research_field
Browse files Browse the repository at this point in the history
  • Loading branch information
timsanders256 committed May 14, 2024
1 parent 47b103e commit e43b794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research_town/agents/agent_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def generate_idea(
papers_embedding = get_bert_embedding(papers)
time_chunks_embed[time] = papers_embedding

trends, paper_links = summarize_research_field(
trends = summarize_research_field(
profile=self.profile,
keywords=[domain],
dataset=dataset,
Expand Down

0 comments on commit e43b794

Please sign in to comment.