From 9cbeee49468f04b1a633aff3b2a8d06e06331d72 Mon Sep 17 00:00:00 2001 From: spawrks Date: Tue, 18 Aug 2026 15:20:13 -0500 Subject: [PATCH] fix(ui): match generated API schema spacing --- ui/litellm-dashboard/src/lib/http/schema.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/lib/http/schema.d.ts b/ui/litellm-dashboard/src/lib/http/schema.d.ts index 7541c63c21c..0ff8817c4e7 100644 --- a/ui/litellm-dashboard/src/lib/http/schema.d.ts +++ b/ui/litellm-dashboard/src/lib/http/schema.d.ts @@ -26161,7 +26161,7 @@ export interface components { /** * Store Prompts In Spend Logs * @description If True, stores request messages and responses in spend logs. Default is False. - */ + */ store_prompts_in_spend_logs?: boolean | null; /** * Store Responses In Spend Logs