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

3 lines
200 B
TypeScript
Raw Normal View History

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