Evening all,
Following up on the moderation endpoint testing, I’m able to get a list of results based on the input which does a pretty good job I must say,
Only issue I’m having is this, where I can of course provide input for it to check, however there’s simply no context in order for it to tell if the response is justified
responses = client.moderations.create(
input="You lost me at 'the man who plays rose' I'm glad you're leaving the fandom, homophobe"
)
This in particular is a response comment to another user who is purposefully misgendering a trans indivudual. Now in this case, the second user’s response is perfectly justified, though I’m wondering how I can provide context to the moderation chec (which ideally would be the parent comment)
I can see I’m able to provide an array of inputs but I imagine this simply means it’ll provide a Moderation response for each item, treating these as seperate inputs.
Has anyone had experience with this?