Optimize AI structure output for Codex
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-21 20:51:34 +03:00
parent e86f6be385
commit cbcfcc1741
4 changed files with 180 additions and 4 deletions
@@ -857,6 +857,8 @@ class AiStructurePrepareResponse(BaseModel):
project_id: str
input_path: str
output_path: str
codex_package_path: str
codex_package_folder: str
status: str
files_count: int = 0
binary_1c_files: list[dict] = Field(default_factory=list)