From 8ea2ae28d2473ef135f87325b29b9cd3a2293c59 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Thu, 18 Sep 2025 18:21:01 +0200 Subject: [PATCH] log llm call body --- server/utils/openai.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/server/utils/openai.ts b/server/utils/openai.ts index 70d36be..979f3e3 100644 --- a/server/utils/openai.ts +++ b/server/utils/openai.ts @@ -179,14 +179,18 @@ export async function routeDecision(input: LLMDecisionInput): Promise