UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

10 lines (9 loc) 311 B
export declare const useGenerateCharacterfileFromMessages: () => import("@tanstack/react-query").UseMutationResult<{ apiKey: string; baseURL: string; data: import("../../config/schema").CharacterfileSchema; model: string; status: "success"; }, Error, { messages: unknown[]; }, unknown>;