[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-02-27 21:17:54 +00:00
parent 35587cbdc0
commit 216c1f5899
2 changed files with 5 additions and 3 deletions

View file

@ -1445,9 +1445,11 @@ class BaseEnv(ABC):
# Debug logging for CLI args
logger.debug("[CLI DEBUG] cli_passed_flags = %s", cli_passed_flags)
logger.debug("[CLI DEBUG] openai_full_prefix = %s", openai_full_prefix)
logger.debug("[CLI DEBUG] oai_cli_passed_args = %s", oai_cli_passed_args)
logger.debug(
"[CLI DEBUG] oai_cli_passed_args = %s", oai_cli_passed_args
)
logger.debug("[CLI DEBUG] yaml_oai_config = %s", yaml_oai_config)
# Auto-convert ServerBaseline to APIServerConfig when CLI/YAML overrides are provided
# This allows any environment to use --openai.* CLI args without modifying config_init
# Use a new variable to avoid UnboundLocalError from closure scoping

View file

@ -7,8 +7,8 @@ This wrapper maintains a tree structure of sequences, where:
- Branching occurs organically from different contexts and n > 1 completions
"""
import os
import logging
import os
import time
import uuid
import warnings