pharos-agent-kit
Version:
Connect AI Agents to Pharos protocols
9 lines • 433 B
TypeScript
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