LangSmithConfig
Auto-generated API reference for LangSmithConfig.
Interface: LangSmithConfig
Defined in: observability/src/langsmith.ts:5
#Properties
#apiKey
apiKey:
string
Defined in: observability/src/langsmith.ts:6
#endpoint?
optionalendpoint?:string
Defined in: observability/src/langsmith.ts:8
#onError?
optionalonError?: (error) =>void|Promise<void>
Defined in: observability/src/langsmith.ts:10
Isolated error sink; throws/rejections never escape the observer.
#Parameters
error
unknown
#Returns
void | Promise<void>
#projectName?
optionalprojectName?:string
Defined in: observability/src/langsmith.ts:7