Skip to content

Commit f3977ab

Browse files
chore: Update platform types
1 parent 24b179d commit f3977ab

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

‎generated_types.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8637,7 +8637,8 @@
86378637
"type": "string",
86388638
"enum": [
86398639
"hdbscan",
8640-
"kmeans"
8640+
"kmeans",
8641+
"community"
86418642
]
86428643
},
86438644
"dimension_reduction": {

‎py/src/braintrust/_generated_types.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,7 @@ class TopicMapFunctionAutomation(TypedDict):
26972697

26982698

26992699
class TopicMapGenerationSettings(TypedDict):
2700-
algorithm: Literal['hdbscan', 'kmeans']
2700+
algorithm: Literal['hdbscan', 'kmeans', 'community']
27012701
dimension_reduction: Literal['umap', 'pca', 'none']
27022702
sample_size: NotRequired[int | None]
27032703
n_clusters: NotRequired[int | None]

‎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 223c6db3c25381f8) -- do not modify"""
1+
"""Auto-generated file (content hash 7135f9acf39f3746) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)