GenAI conventions for safety settings/ratings #1886
Labels
enhancement
New feature or request
experts needed
This issue or pull request is outside an area where general approvers feel they can approve
triage:needs-triage
Propose new conventions
Some GenAI systems have the ability to configure safety settings.
For example, you can see in
googleapis/python-genai/blob/main/google/genai/types.py
the following:_GenerateContentParameters
.config
.safety_settings
GenerateContentResponse
.prompt_feedback
:block_reason
block_reason_message
safety_ratings
I'm not sure whether other GenAI systems have an equivalent or not (so I'm not sure whether this should go under a general prefix or a vendor-specific prefix). It would be good to standardize, though, how to record some of this in spans and/or in events.
The text was updated successfully, but these errors were encountered: