diff --git a/generated_types.json b/generated_types.json index cca6da02..6d048372 100644 --- a/generated_types.json +++ b/generated_types.json @@ -5449,7 +5449,7 @@ "type": "null" } ], - "description": "For prompt-backed scorers: the preprocessor function to use for trace template variables. Set to null to disable preprocessing. If omitted, the traced project's default preprocessor will be used, falling back to the global 'thread' preprocessor." + "description": "For prompt-backed functions: the preprocessor function to use for trace template variables. Set to null to disable preprocessing. If omitted, the traced project's default preprocessor will be used, falling back to the global 'thread' preprocessor." }, "Project": { "type": "object", diff --git a/py/src/braintrust/_generated_types.py b/py/src/braintrust/_generated_types.py index ca138a15..ea207899 100644 --- a/py/src/braintrust/_generated_types.py +++ b/py/src/braintrust/_generated_types.py @@ -1642,7 +1642,7 @@ class PreprocessorSavedFunctionIdPreprocessorSavedFunctionId1(TypedDict): | None ) """ -For prompt-backed scorers: the preprocessor function to use for trace template variables. Set to null to disable preprocessing. If omitted, the traced project's default preprocessor will be used, falling back to the global 'thread' preprocessor. +For prompt-backed functions: the preprocessor function to use for trace template variables. Set to null to disable preprocessing. If omitted, the traced project's default preprocessor will be used, falling back to the global 'thread' preprocessor. """ diff --git a/py/src/braintrust/generated_types.py b/py/src/braintrust/generated_types.py index 06439648..e09a2d67 100644 --- a/py/src/braintrust/generated_types.py +++ b/py/src/braintrust/generated_types.py @@ -1,4 +1,4 @@ -"""Auto-generated file (content hash a530347bf79cb618) -- do not modify""" +"""Auto-generated file (content hash e392acbca346c32a) -- do not modify""" from ._generated_types import ( Acl,