-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
base: main
Are you sure you want to change the base?
Add subagents mock #2602
Conversation
|
||
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, TS)] | ||
#[serde(rename_all = "snake_case")] | ||
pub struct Finding { |
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.
pub struct Finding { | |
pub struct ReviewItem { |
Any reason to not make this parallel with Review
?
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.
The tool prompt
pub struct Finding { | ||
pub title: String, | ||
pub body: String, | ||
pub confidence_score: f32, |
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.
Document that this is 0-1
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.
what does 0-1 mean?
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.
The confidence score. That's what the code review system prompt says, at least
@easong-openai (we chatted offline), could you validate that the subagents work here is aligned with what you had in mind? |
mock for adding subagents