-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detailed report, fix report creation #875
Conversation
# subtopics_prompt = generate_subtopics_prompt().format( | ||
# task=self.researcher.query, | ||
# data=self.researcher.context, | ||
# subtopics=self.researcher.subtopics, | ||
# max_subtopics=self.researcher.max_subtopics, | ||
# format_instructions="Return the subtopics as a list of strings." | ||
# ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# subtopics_prompt = generate_subtopics_prompt().format( | |
# task=self.researcher.query, | |
# data=self.researcher.context, | |
# subtopics=self.researcher.subtopics, | |
# max_subtopics=self.researcher.max_subtopics, | |
# format_instructions="Return the subtopics as a list of strings." | |
# ) |
@Arieg419 - do you know if this passes the test suite (or if it runs via |
hey @onlydole , i've moved this back to draft for now and am working through it -- The current state is that the 'detailed report' end report looks good but streams redundant intermediate steps to the UI. I tried to bisect and reverted to about two weeks ago, and I am also getting a janky, concise 'detailed report' (shorter than a basic report), so I am wondering when it last worked. If there was a known hash where it functioned well, I'm happy to work off that, @assafelovic; otherwise, I think I'll have a fix for this tomorrow. |
cc @assafelovic detailed report looks good now, however, it's still missing references. will add tomorrow, and publish the PR for review. |
No description provided.