From e55d64f268fccc929efaa4337b8acf0c5a3027c9 Mon Sep 17 00:00:00 2001 From: LunaUrsa <1836049+LunaUrsa@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:24:35 -0600 Subject: [PATCH] Whoops --- src/global/commands/g.ai.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/global/commands/g.ai.ts b/src/global/commands/g.ai.ts index 03d1b3122..9e429f0b2 100644 --- a/src/global/commands/g.ai.ts +++ b/src/global/commands/g.ai.ts @@ -154,11 +154,11 @@ export async function getAssistant(name: string):Promise { name: personaData.name, description: personaData.description, instructions: `${objectiveTruths}\n${personaData.prompt}`, - // tools: [ - // // { type: 'code_interpreter' }, - // // { type: 'retrieval' }, - // // ...aiFunctions, - // ], + tools: [ + // { type: 'code_interpreter' }, + // { type: 'retrieval' }, + // ...aiFunctions, + ], file_ids: [], metadata: {}, } as Omit;