UNPKG

langsmith

Version:

Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.

3 lines (2 loc) 200 B
export declare function isVersionGreaterOrEqual(current_version: string, target_version: string): boolean; export declare function parsePromptIdentifier(identifier: string): [string, string, string];