Skip to content

Minor fix to accomodate size of response change - #1

Merged
JesseLiberty merged 1 commit into
mainfrom
systemPrompt
Jul 21, 2026
Merged

Minor fix to accomodate size of response change#1
JesseLiberty merged 1 commit into
mainfrom
systemPrompt

Conversation

@JesseLiberty

Copy link
Copy Markdown
Owner

Set size range to 1,000 to 2,000 words.

Copilot AI review requested due to automatic review settings July 21, 2026 18:07
@JesseLiberty
JesseLiberty merged commit cf5ddcb into main Jul 21, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the blog-writing workflow’s prompt guidance to produce longer posts (1,000–2,000 words) and adjusts reviewer evaluation criteria accordingly.

Changes:

  • Updated the author prompt to target 1,000–2,000 words instead of 250–500.
  • Added an explicit “Size” check to the reviewer evaluation rubric.
  • Modified the reviewer’s max-revision return message (currently no longer returns an APPROVED - ...-style terminal marker).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
ReviewerAgent.cs Changes behavior/message when the revision cap is reached.
Prompts.cs Updates author length target and adds reviewer size criterion.

Comment thread ReviewerAgent.cs
Comment on lines 36 to 39
if (revisionNum >= ResearchState.MaxRevisions)
{
return "APPROVED - Maximum revisions reached. The report is satisfactory.";
return "Uh oh - Maximum revisions reached.";
}
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.

3 participants