import { ExtendedIntegrationPluginId, Plugin } from '../../types/index.js'; import { getNativeOpenApiPlugin } from './shared/index.js'; export const PerplexityPlugin: Plugin = getNativeOpenApiPlugin({ name: 'Perplexity', id: ExtendedIntegrationPluginId.PERPLEXITY, authMethods: { bearer: true }, serverURL: 'https://api.perplexity.ai', isStreamable: true });