类型别名 LangSmithJestlikeDescribeWrapperConfig
LangSmithJestlikeDescribeWrapperConfig: { projectName: undefined | string; client?: undefined | Client; description?: undefined | null | string; enableTestTracking?: undefined | boolean; metadata?: undefined | null | RecordStringAny; projectExtra?: undefined | null | RecordStringAny; testSuiteName?: undefined | string; upsert?: undefined | boolean;} 类型声明
projectName: undefined | string
可选
client?: undefined | Client
可选
description?: undefined | null | string
可选
enableTestTracking?: undefined | boolean
可选
metadata?: undefined | null | RecordStringAny
可选
projectExtra?: undefined | null | RecordStringAny
可选
testSuiteName?: undefined | string
可选
upsert?: undefined | boolean