Commit Graph

3 Commits

Author SHA1 Message Date
lyzno1
bacfe4d5f8 fix(zh-hans): establish strong dependency between transfer_method and file parameters
- Replace loose `oneOf` validation with strict conditional dependencies using `anyOf`
- `transfer_method: "remote_url"` now requires `url` and prohibits `upload_file_id`
- `transfer_method: "local_file"` now requires `upload_file_id` and prohibits `url`
- Applied same fix pattern as English version to all Chinese OpenAPI files
- Prevents invalid combinations like remote_url + upload_file_id

Fixed files:
- zh-hans/openapi_workflow.json (InputFileObjectWorkflowCn)
- zh-hans/openapi_chatflow.json (InputFileObjectCn)
- zh-hans/openapi_chat.json (BasicInputFileObjectCn)
- zh-hans/openapi_completion.json (InputFileObject)
2025-08-05 20:23:55 +08:00
Alter-xyz
2c5f8902e7 chore: default base url 2025-05-19 16:30:20 +08:00
Alter-xyz
49ab02c0b8 feat: api access 2025-05-19 16:11:34 +08:00