newo
Version:
NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, r
7 lines • 378 B
TypeScript
import type { AxiosInstance } from 'axios';
import type { CustomerConfig, ConversationOptions } from '../types.js';
/**
* Pull conversations for a customer and save to YAML
*/
export declare function pullConversations(client: AxiosInstance, customer: CustomerConfig, options?: ConversationOptions, verbose?: boolean): Promise<void>;
//# sourceMappingURL=conversations.d.ts.map