We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac428f3 commit f52593dCopy full SHA for f52593d
1 file changed
src/utils/types.py
@@ -214,6 +214,10 @@ class ResponsesApiParams(BaseModel):
214
default=None,
215
description="Reasoning configuration for the response",
216
)
217
+ safety_identifier: Optional[str] = Field(
218
+ default=None,
219
+ description="Stable identifier for safety monitoring and abuse detection",
220
+ )
221
store: bool = Field(description="Whether to store the response")
222
stream: bool = Field(description="Whether to stream the response")
223
temperature: Optional[float] = Field(
0 commit comments