-
Notifications
You must be signed in to change notification settings - Fork 0
add google test cases #74
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: 01-26-add_google_roundtrip
Are you sure you want to change the base?
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
9cbab07 to
ff40a19
Compare
68f389d to
1b05794
Compare
ff40a19 to
f62df6a
Compare
f62df6a to
795c523
Compare
| serde_json::to_string_pretty(&truncate_large_values(original_json, 1000)).unwrap(), | ||
| serde_json::to_string_pretty(&truncate_large_values(roundtripped_json, 1000)) | ||
| .unwrap() |
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.
imageConfigParam generated a really large image so added a truncate_large_values helper for scripts so claude wouldn't run out of context.

This PR adds comprehensive google test cases for all parameters. surprisingly most of the code worked for messages out of the box.
note: