Future-House / paper-qa

High accuracy RAG for answering questions from scientific documents with citations
Apache License 2.0
6.44k stars 617 forks source link

Moved `fake` agent to LLM propose `complete` tool #695

Closed jamesbraza closed 5 days ago

jamesbraza commented 6 days ago

In future work, the complete tool will have arguments that cannot be specified a-priori. Thus we need to keep a message history, and have an LLM propose the complete tool call.

So, this PR: