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