Skip to content

Commit d47d4c5

Browse files
chore: generated SDK types
1 parent c7e3b52 commit d47d4c5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

generated_types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5089,7 +5089,7 @@
50895089
"type": "null"
50905090
}
50915091
],
5092-
"description": "The scope at which to run the functions. Defaults to span-level execution. Trace/group scope requires all functions to be facets."
5092+
"description": "The scope at which to run the functions. Defaults to span-level execution."
50935093
}
50945094
},
50955095
"required": [

py/src/braintrust/_generated_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3231,7 +3231,7 @@ class OnlineScoreConfig(TypedDict):
32313231
"""
32323232
scope: NotRequired[SpanScope | TraceScope | GroupScope | None]
32333233
"""
3234-
The scope at which to run the functions. Defaults to span-level execution. Trace/group scope requires all functions to be facets.
3234+
The scope at which to run the functions. Defaults to span-level execution.
32353235
"""
32363236

32373237

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 544695dbf71e867b) -- do not modify"""
1+
"""Auto-generated file (content hash 36216c17b4a44252) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)