@dev-fastn-ai/ucl-sdk
Version:
Fastn UCL SDK - A robust TypeScript SDK for integrating AI agents with Fastn UCL
6 lines • 320 B
TypeScript
import { Connector, Tool } from "../types";
export declare class PromptBuilder {
static buildGenerateParametersPrompt(message: string, tool: Tool): string;
static prettifyExecuteToolResponse(message: string, response: any, tool: Tool, connector: Connector): string;
}
//# sourceMappingURL=prompt-builder.d.ts.map