mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-26 07:57:10 +00:00
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
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:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user