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
2 changes: 1 addition & 1 deletion generated_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -7336,7 +7336,7 @@
"object",
"null"
],
"description": "Optional settings for collecting git metadata. By default, will collect all git metadata fields allowed in org-level settings."
"description": "Optional settings for collecting git metadata. By default, will collect git metadata fields allowed in org-level settings, excluding diff content unless the org opts in."
}
]
},
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 811e3cfdd0deebaf) -- do not modify"""
"""Auto-generated file (content hash 7a2c5cda6562eb35) -- do not modify"""

from ._generated_types import (
Acl,
Expand Down
Loading