Skip to content

add in no-research-one-shot and 4 frontier models to use this template#279

Merged
colesussmeier merged 2 commits into
mainfrom
add-no-research-one-shot
Jun 18, 2026
Merged

add in no-research-one-shot and 4 frontier models to use this template#279
colesussmeier merged 2 commits into
mainfrom
add-no-research-one-shot

Conversation

@colesussmeier

Copy link
Copy Markdown
Contributor

new template + 4 frontier models to run this

"```json\n{\n"
f"{self._json_example_body(examples)}\n"
"}\n```"
)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll assume the prompt matches minimalistic for all these in general.

span = hi_dt - lo_dt
examples = [
f'"{(lo_dt + span * f).date().isoformat()}"' for f in _EXAMPLE_FRACTIONS
]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably sanity check that this looks right in the prompt itself.

Comment thread run_bots.py
if bot_type == "no_research_one_shot":
return NoResearchOneShotBot(
research_reports_per_question=1,
predictions_per_research_report=predictions_per_research_report or 1,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we constrain to 1? Raise error if its more than that?

Co-authored-by: Cursor <cursoragent@cursor.com>
@colesussmeier colesussmeier merged commit 088a798 into main Jun 18, 2026
2 checks passed
@colesussmeier colesussmeier deleted the add-no-research-one-shot branch June 18, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants