chore(bot): log assistant stage timings

This commit is contained in:
2026-03-11 03:41:03 +04:00
parent 0ec6aa585c
commit 4dd469a0fe
5 changed files with 44 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ export function getBotRuntimeConfig(env: NodeJS.ProcessEnv = process.env): BotRu
assistantModel: env.ASSISTANT_MODEL?.trim() || 'gpt-5-mini',
assistantTimeoutMs: parsePositiveInteger(
env.ASSISTANT_TIMEOUT_MS,
15_000,
20_000,
'ASSISTANT_TIMEOUT_MS'
),
assistantMemoryMaxTurns: parsePositiveInteger(