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

9 lines (8 loc) 243 B
interface UseSendAgentChatMessageProps { agentId?: string; } export declare const useSendAgentChatMessage: ({ agentId, }: UseSendAgentChatMessageProps) => { sendMessage: (message: string) => void; isSending: boolean; }; export {};