agsamantha/node_modules/langsmith/dist/utils/prompts.d.ts

3 lines
200 B
TypeScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
export declare function isVersionGreaterOrEqual(current_version: string, target_version: string): boolean;
export declare function parsePromptIdentifier(identifier: string): [string, string, string];