@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
12 lines (11 loc) • 417 B
TypeScript
export declare const useDeployAgent: ({ onSuccess, onError, }?: {
onSuccess?: () => void;
onError?: (error: Error) => void;
}) => import("@tanstack/react-query").UseMutationResult<import("../api/withSafeApi").ApiHandlerResult<string>, Error, {
draftId?: string;
characterfile?: string;
avatar?: string;
frameworkVersion?: string;
managedModelName?: string;
tee?: boolean;
}, unknown>;