Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions generated_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -6911,6 +6911,13 @@
],
"description": "If true, use metrics.start rather than created for monitor chart time bucket dimensions."
},
"coding_agent_insights_dashboard": {
"type": [
"boolean",
"null"
],
"description": "If true, enable the agent insights dashboard for this project."
},
"blind_reviews": {
"type": [
"boolean",
Expand Down
4 changes: 4 additions & 0 deletions py/src/braintrust/_generated_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2049,6 +2049,10 @@ class ProjectSettings(TypedDict):
"""
If true, use metrics.start rather than created for monitor chart time bucket dimensions.
"""
coding_agent_insights_dashboard: NotRequired[bool | None]
"""
If true, enable the agent insights dashboard for this project.
"""
blind_reviews: NotRequired[bool | None]
"""
If true, hide peer review scores, comments, and aggregate results from reviewers without project update permissions until they submit their own review.
Expand Down
2 changes: 1 addition & 1 deletion py/src/braintrust/generated_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Auto-generated file (content hash 00a5cbc989890b20) -- do not modify"""
"""Auto-generated file (content hash 3c4918b25bc4930d) -- do not modify"""

from ._generated_types import (
Acl,
Expand Down