-
Notifications
You must be signed in to change notification settings - Fork 204
xref_context: Add test xref in project context #1051
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
Conversation
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
|
/gcbrun exp -n ascc-pr-1051-1 -m vertex_ai_gemini-1-5 -i -b comparison |
|
/gcbrun exp -n ascc-pr-1051-2 -m vertex_ai_gemini-1-5 -i -b comparison |
|
/gcbrun exp -n ascc-pr-1051-3 -m vertex_ai_gemini-1-5 -i -b comparison |
DavidKorczynski
left a comment
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.
issue in screenshot above
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
8c02018 to
6490dd7
Compare
|
/gcbrun exp -n ascc-pr-1051-4 -m vertex_ai_gemini-1-5 -i -b comparison |
DavidKorczynski
left a comment
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.
We should land this once we have FI data that shows the results. I think we should see the actual prompts to validate it works.
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
|
/gcbrun exp -n ascc-pr-1051-5 -m vertex_ai_gemini-2-5-pro-chat -b comparison |
DavidKorczynski
left a comment
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.
This is great in that it's good we get these xrefs in! However, it's a bit too verbose at the moment and the prompts gets blown up for some targets e.g. the libsndfile target in the comparison benchmark. Can you refine this to improve control, i.e. we want a more narrow scope of the relevant xref, not just the entire files.
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
|
/gcbrun exp -n ascc-pr-1051-7 -m vertex_ai_gemini-2-5-pro-chat -b comparison |

This PR adds a new item to the project context and query introspector to retrieve the test or example sources that call the target function. This new context item provides information for the LLM to reference existing test or example sources when generating a fuzzing harness for the target functions.