feat: add optional input image fields to AIInterfaceService
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled

- Introduced `input_image` and `input_image_mime_type` as optional parameters in the AIInterfaceService schema to enhance image processing capabilities.
This commit is contained in:
Nariman Jelveh
2025-09-15 16:57:38 -07:00
parent 4e8aad675d
commit eb53b86c8a
@@ -98,6 +98,8 @@ class AIInterfaceService extends BaseService {
quality: { type: 'string' },
model: { type: 'string' },
ratio: { type: 'json' },
input_image: { type: 'string', optional: true },
input_image_mime_type: { type: 'string', optional: true },
},
result_choices: [
{