feat: integrate learning module
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-08-16 20:52:16 +08:00
parent 26b52d76e3
commit 01bee3188b
107 changed files with 6318 additions and 12063 deletions

View File

@@ -1273,13 +1273,7 @@ describe('Works Square AI design adapter', () => {
action: {
type: 'confirm_generation',
quote_id: 'quote-one',
final_prompt: quoteConfirmationInput.finalPrompt,
aspect_ratio: '1:1',
generation_parameters: {
model: 'image-model-one',
resolution: '1024x1024',
duration_seconds: null,
},
},
},
},
@@ -1531,13 +1525,7 @@ describe('Works Square AI design adapter', () => {
action: {
type: 'confirm_generation',
quote_id: 'quote-one',
final_prompt: quoteConfirmationInput.finalPrompt,
aspect_ratio: '1:1',
generation_parameters: {
model: 'image-model-one',
resolution: '1024x1024',
duration_seconds: null,
},
},
},
}),