From b2e9506a895aa611722959fdf99c557b2d8fc716 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 3 Jun 2024 00:10:17 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/src/services/perigon-client.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/src/services/perigon-client.ts b/legacy/src/services/perigon-client.ts index e9750dc4..0c92001f 100644 --- a/legacy/src/services/perigon-client.ts +++ b/legacy/src/services/perigon-client.ts @@ -5,6 +5,10 @@ import { z } from 'zod' import { aiFunction, AIFunctionsProvider } from '../fns.js' import { assert, getEnv, pruneUndefined, throttleKy } from '../utils.js' +// TODO: https://docs.goperigon.com/docs/searching-sources +// TODO: https://docs.goperigon.com/docs/journalist-data +// TODO: https://docs.goperigon.com/docs/topics + export namespace perigon { // Allow up to 2 requests per second by default. export const throttle = pThrottle({ @@ -656,6 +660,7 @@ export class PerigonClient extends AIFunctionsProvider { } /** + * @see https://docs.goperigon.com/docs/overview * @see https://docs.goperigon.com/reference/all-news */ @aiFunction({ @@ -714,6 +719,7 @@ export class PerigonClient extends AIFunctionsProvider { } /** + * @see https://docs.goperigon.com/docs/stories-overview * @see https://docs.goperigon.com/reference/stories-1 */ @aiFunction({