Skip to content

Commit d8ded30

Browse files
chore: generated SDK types
1 parent 4dd3ee7 commit d8ded30

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

generated_types.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8010,6 +8010,14 @@
80108010
"distance_threshold": {
80118011
"type": "number",
80128012
"description": "Maximum distance to nearest centroid. If exceeded, returns no_match."
8013+
},
8014+
"btql_filter": {
8015+
"type": "string",
8016+
"description": "Per-topic-map BTQL filter that was applied when this version was generated. Absent on versions generated before this was recorded."
8017+
},
8018+
"automation_btql_filter": {
8019+
"type": "string",
8020+
"description": "Automation-level BTQL filter that was applied when this version was generated. Absent on versions generated before this was recorded."
80138021
}
80148022
},
80158023
"required": [

py/src/braintrust/_generated_types.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3428,6 +3428,14 @@ class TopicMapData(TypedDict):
34283428
"""
34293429
Maximum distance to nearest centroid. If exceeded, returns no_match.
34303430
"""
3431+
btql_filter: NotRequired[str | None]
3432+
"""
3433+
Per-topic-map BTQL filter that was applied when this version was generated. Absent on versions generated before this was recorded.
3434+
"""
3435+
automation_btql_filter: NotRequired[str | None]
3436+
"""
3437+
Automation-level BTQL filter that was applied when this version was generated. Absent on versions generated before this was recorded.
3438+
"""
34313439

34323440

34333441
class ViewData(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 da3ed4d7e6b51d9c) -- do not modify"""
1+
"""Auto-generated file (content hash 18e2255a8ff33bf3) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)