-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extracts candidate values from documents (#226)
Using a separate LLM call per document. The extracted, "candidate" field values are then provided to the guided conversation. The guided conversation then works through asking the user which values to use. Additionally, removes unneeded truncation of completion messages in message debug, now that it's stored and retrieved separately.
- Loading branch information
1 parent
67f62c9
commit 3cc191a
Showing
20 changed files
with
628 additions
and
546 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
assistants/prospector-assistant/assistant/agents/form_fill_agent/__init__.py
This file was deleted.
Oops, something went wrong.
158 changes: 0 additions & 158 deletions
158
assistants/prospector-assistant/assistant/agents/form_fill_agent/agent.py
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
assistants/prospector-assistant/assistant/agents/form_fill_agent/steps/_attachments.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.