Skip to content
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

[PY] fix: feedback loop contract #1957

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

heyitsaamir
Copy link
Contributor

@heyitsaamir heyitsaamir commented Aug 27, 2024

Linked issues

closes: #1956

Details

Feedback loop sends value as camelCased, not snake_cased. In this PR, we simply check for that.

Change details

Describe your changes, with screenshots and code snippets as appropriate

code snippets:

screenshots:

Screen.Recording.2024-08-27.at.12.01.13.PM.mov

❗ This fixes this issue, but the other issue is that even when i handle the feedback, I keep getting retries. Not sure what the problem is there. Edit: It looks like this is a separate issue.

Attestation Checklist

  • My code follows the style guidelines of this project

  • I have checked for/fixed spelling, linting, and other errors

  • I have commented my code for clarity

  • I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient)

  • My changes generate no new warnings

  • I have added tests that validates my changes, and provides sufficient test coverage. I have tested with:

    • Local testing
    • E2E testing in Teams
  • New and existing unit tests pass locally with my changes

Additional information

Feel free to add other relevant information below

@heyitsaamir heyitsaamir marked this pull request as ready for review August 27, 2024 18:59
@heyitsaamir heyitsaamir changed the title Fix feedback loop contract [PY]: Fix feedback loop contract Aug 27, 2024
@heyitsaamir heyitsaamir changed the title [PY]: Fix feedback loop contract [PY] fix: feedback loop contract Aug 27, 2024
@lilyydu lilyydu merged commit dcf918c into microsoft:main Aug 27, 2024
10 of 14 checks passed
@heyitsaamir heyitsaamir deleted the aamirj/fix_feedback_loop branch August 27, 2024 23:42
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.

[Bug]: Feedback loop submission results in an error
2 participants