UNPKG

langsmith

Version:

Client library to connect to the LangSmith Observability and Evaluation Platform.

7 lines (6 loc) 236 B
/** * Parse a hub repo identifier (owner/name:hash, name, etc.). * * Prompts, agents, and skills share the same identifier grammar on Hub. */ export declare function parseHubIdentifier(identifier: string): [string, string, string];