Skip to content

Minor Fixes - #19

Merged
JesseLiberty merged 1 commit into
mainfrom
small-fixes
Aug 30, 2026
Merged

Minor Fixes#19
JesseLiberty merged 1 commit into
mainfrom
small-fixes

Conversation

@JesseLiberty

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings August 30, 2026 22:10
@JesseLiberty
JesseLiberty merged commit 707d566 into main Aug 30, 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.

🟢 Approval recommended

The changes are low-risk and localized, with only a minor prompt field-name consistency nit identified.

Pull request overview

This PR makes small behavior/configuration tweaks to the blog-writing workflow, tightening the revision cap used by the blogger prompt and making chat generation deterministic.

Changes:

  • Align the blogger prompt’s revision termination rule with a lower revision cap (>= 2).
  • Remove redundant console logging for invalid OpenAI base URI and rely on the thrown exception.
  • Set ChatOptions.Temperature = 0 for deterministic model output.
File summaries
File Description
Prompts.cs Updates blogger decision rules to end after fewer revisions.
Program.cs Adjusts configuration comments/behavior, removes redundant logging, and sets deterministic chat options.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Prompts.cs
Comment on lines 26 to +27
- If the draft needs revision, choose "author"
- If revision_number >= 4, choose "END"
- If revision_number >= 2, choose "END"
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