UNPKG

pharos-agent-kit

Version:
9 lines 433 B
import { PharosAgentKit } from "../../index"; /** * Get detailed and latest information about any topic using Perplexity AI. * @param agent PharosAgentKit instance * @param prompt Text description of the topic to get information about * @returns Object containing the generated information */ export declare function get_info(agent: PharosAgentKit, prompt: string): Promise<string | null>; //# sourceMappingURL=get_info.d.ts.map