Skip to content

Commit 3245e55

Browse files
chore: generated SDK types (#551)
Automated regeneration of SDK types. Co-authored-by: braintrust-bot[bot] <215900051+braintrust-bot[bot]@users.noreply.github.com>
1 parent 58bdb3b commit 3245e55

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

generated_types.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6968,6 +6968,10 @@
69686968
"allow_no_match": {
69696969
"type": "boolean",
69706970
"description": "If true, adds a 'No match' option. When selected, no tag is deposited."
6971+
},
6972+
"allow_skip": {
6973+
"type": "boolean",
6974+
"description": "If true, adds a 'Skip' option. When selected, the scorer returns null."
69716975
}
69726976
},
69736977
"required": [

py/src/braintrust/_generated_types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,6 +1974,10 @@ class PromptParserNullish(TypedDict):
19741974
"""
19751975
If true, adds a 'No match' option. When selected, no tag is deposited.
19761976
"""
1977+
allow_skip: NotRequired[bool | None]
1978+
"""
1979+
If true, adds a 'Skip' option. When selected, the scorer returns null.
1980+
"""
19771981

19781982

19791983
class PromptSessionEvent(TypedDict):

py/src/braintrust/generated_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Auto-generated file (content hash adad84b723c4d072) -- do not modify"""
1+
"""Auto-generated file (content hash 0ba4b792e8f1345d) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)