Skip to content

Add subagents mock #2602

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Add subagents mock #2602

wants to merge 2 commits into from

Conversation

aibrahim-oai
Copy link
Collaborator

mock for adding subagents


#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, TS)]
#[serde(rename_all = "snake_case")]
pub struct Finding {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
pub struct Finding {
pub struct ReviewItem {

Any reason to not make this parallel with Review?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The tool prompt

pub struct Finding {
pub title: String,
pub body: String,
pub confidence_score: f32,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Document that this is 0-1

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

what does 0-1 mean?

Copy link
Collaborator

Choose a reason for hiding this comment

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

The confidence score. That's what the code review system prompt says, at least

@aibrahim-oai aibrahim-oai requested a review from gpeal August 23, 2025 03:08
@gpeal gpeal requested review from easong-openai and removed request for gpeal August 23, 2025 07:12
@gpeal
Copy link
Collaborator

gpeal commented Aug 23, 2025

@easong-openai (we chatted offline), could you validate that the subagents work here is aligned with what you had in mind?

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