[Frontend] [Doc] Exclude log deltas feature (#30322)

Signed-off-by: Catacomba <kevinsuc16@gmail.com>
Signed-off-by: Kevin Šuc <kevinsuc16@gmail.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
This commit is contained in:
Kevin Šuc
2026-01-05 17:34:35 +01:00
committed by GitHub
parent 6aa5b18e1d
commit 79ed460dd5
3 changed files with 9 additions and 1 deletions

View File

@@ -1091,6 +1091,7 @@ async def init_app_state(
enable_prompt_tokens_details=args.enable_prompt_tokens_details,
enable_force_include_usage=args.enable_force_include_usage,
enable_log_outputs=args.enable_log_outputs,
exclude_log_deltas=args.exclude_log_deltas,
log_error_stack=args.log_error_stack,
)
if "generate" in supported_tasks