If the key in the feedback dictionary be created as feedback tags? #788
Acezhangloo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried, but it seems not created, send a discussion to confirm and also wanna double check why they are not saved as feedback tags so that they can be used in other cases
Feedback(s) Dictionary: A dictionary whose keys are the type of feedback you want to return, and values are the score you will give for that feedback key. For example, {"correctness": 1, "silliness": 0} would create two types of feedback on the run, one saying it is correct, and the other saying it is not silly.
If I write code and return {"correctness": 1, "silliness": 0},will "correctness" and "silliness" be created automatically as Feedback tags?
Beta Was this translation helpful? Give feedback.
All reactions