diff --git a/api/src/lib/ai/fp.ts b/api/src/lib/ai/fp.ts index f4d4941db..362743f58 100644 --- a/api/src/lib/ai/fp.ts +++ b/api/src/lib/ai/fp.ts @@ -63,8 +63,8 @@ export async function generateRequestWithFp({ }, }); - // biome-ignore lint/suspicious/noExplicitAny: TODO: replace the temporary type cast with a proper return type return response.json() as Promise<{ + // biome-ignore lint/suspicious/noExplicitAny: TODO: replace the temporary type cast with a proper return type data: any; error?: { message: string } | null; }>;