@promptbook/remote-client
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 313 B
TypeScript
/**
* Resolves a browser artifact path from tool payload into a browser-viewable URL.
*
* @param pathOrUrl - Artifact path or URL.
* @returns Resolved URL path for browser display.
*
* @private function of toolCallParsing
*/
export declare function resolveRunBrowserArtifactUrl(pathOrUrl: string): string;